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

GET /api/addons/7254/?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/neos/neosneos-main-81/?format=api",
    "project": null,
    "name": "weblate.discovery.discovery",
    "id": 7254,
    "configuration": {
        "match": "(?P<package>[^/]*)/Resources/Private/Translations/(?P<language>[^/]*)/(?P<component>.*)\\.xlf",
        "remove": true,
        "confirm": true,
        "copy_addons": true,
        "file_format": "xliff",
        "name_template": "{{ package }} - {{ component }} - 8.1",
        "language_regex": "^[^.]+$",
        "new_base_template": "",
        "base_file_template": "{{ package }}/Resources/Private/Translations/en/{{ component }}.xlf",
        "intermediate_template": ""
    },
    "url": "https://hosted.weblate.org/api/addons/7254/?format=api"
}