Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.4/api.html#translations">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/translations/openstreetbrowser/ui/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": 104,
    "total_words": 265,
    "last_change": "2022-10-15T23:21:36.264010Z",
    "last_author": "Igor Eliezer",
    "translated": 99,
    "translated_words": 248,
    "translated_percent": 95.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/pt_BR/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/pt_BR/"
}