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

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

{
    "component": "https://translate.fedoraproject.org/api/components/authselect/1-2-x-application/?format=api",
    "project": null,
    "name": "weblate.discovery.discovery",
    "id": 11516,
    "configuration": {
        "match": "src/man/po/(?P<component>[^/]*)\\.(?P<language>[^/.]*)\\.po",
        "remove": true,
        "confirm": true,
        "preview": true,
        "copy_addons": true,
        "file_format": "po",
        "name_template": "1.2.x-{{ component }}",
        "language_regex": "^[^.]+$",
        "new_base_template": "src/man/po/{{component}}.pot",
        "base_file_template": ""
    },
    "url": "https://translate.fedoraproject.org/api/addons/11516/?format=api"
}