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

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

{
    "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
    "name": "weblate.generate.generate",
    "id": 21,
    "configuration": {
        "filename": "translations/{{ language_code }}/LC_MESSAGES/stats.json",
        "template": "{\r\n   \"language\": \"{{ language_code }}\",\r\n   \"translated_percent\": \"{{ stats.translated_percent }}\",\r\n   \"last_changed\": \"{{ stats.last_changed }}\",\r\n}"
    },
    "url": "https://translate.yunohost.org/api/addons/21/?format=api"
}