See the Weblate's Web API documentation for detailed description of the API.

GET /api/addons/104/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "component": "https://hosted.weblate.org/api/components/soundswitch/about/?format=api",
    "project": null,
    "name": "weblate.discovery.discovery",
    "id": 104,
    "configuration": {
        "match": "SoundSwitch/Localization/(?P<component>[^/]*)\\.(?P<language>[^/]*).resx",
        "remove": false,
        "confirm": true,
        "preview": true,
        "file_format": "resx",
        "name_template": "{{ component }}",
        "language_regex": "^[^.]+$",
        "base_file_template": "SoundSwitch/Localization/{{ component }}.resx"
    },
    "url": "https://hosted.weblate.org/api/addons/104/?format=api"
}