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

{
    "code": "et",
    "name": "Estonian",
    "total": 104,
    "total_words": 265,
    "last_change": null,
    "last_author": null,
    "translated": 8,
    "translated_words": 12,
    "translated_percent": 7.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/et/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/et/"
}