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/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "pt",
    "name": "Portuguese",
    "total": 104,
    "total_words": 265,
    "last_change": "2022-12-16T18:57:52.259133Z",
    "last_author": "Igor Eliezer",
    "translated": 40,
    "translated_words": 84,
    "translated_percent": 38.5,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/pt/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/pt/"
}