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

GET /api/addons/1052/?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/weblate/hosted-error-pages/?format=api",
    "project": null,
    "name": "weblate.cdn.cdnjs",
    "id": 1052,
    "configuration": {
        "files": "wllegal/templates/weblate_503.html\r\nwllegal/templates/weblate_50x.html",
        "threshold": 0,
        "cookie_name": "django_language",
        "css_selector": ".l10n"
    },
    "url": "https://hosted.weblate.org/api/addons/1052/?format=api"
}