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

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

{
    "component": "https://weblate.osgeo.org/api/components/pgrouting-workshop/index/?format=api",
    "name": "weblate.discovery.discovery",
    "id": 606,
    "configuration": {
        "match": "locale/(?P<language>[^/.]*)/LC_MESSAGES/(?P<subdir>[^/.]*)/(?P<component>[^/]*)\\.po",
        "remove": false,
        "confirm": true,
        "preview": true,
        "copy_addons": true,
        "file_format": "po",
        "name_template": "{{subdir}}-{{ component }}",
        "language_regex": "^(?!(en)$).+$",
        "new_base_template": "locale/pot/{{ subdir }}/{{ component }}.pot",
        "base_file_template": "",
        "intermediate_template": ""
    },
    "url": "https://weblate.osgeo.org/api/addons/606/?format=api"
}