Translation components API.

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

GET /api/translations/camerafv5/app/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "total": 558,
    "total_words": 2717,
    "last_change": "2023-03-12T18:51:55.870218Z",
    "last_author": "Nátaly Souza de Oliveira",
    "translated": 442,
    "translated_words": 1945,
    "translated_percent": 79.2,
    "fuzzy": 7,
    "fuzzy_percent": 1.3,
    "failing": 22,
    "failing_percent": 3.9,
    "url": "http://localization.fgae.de/engage/camerafv5/pt_BR/",
    "url_translate": "http://localization.fgae.de/projects/camerafv5/app/pt_BR/"
}