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

{
    "code": "nl",
    "name": "Dutch",
    "total": 104,
    "total_words": 265,
    "last_change": "2019-03-20T09:48:45.309813Z",
    "last_author": "Michel Stuyts",
    "translated": 48,
    "translated_words": 145,
    "translated_percent": 46.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 2.9,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/nl/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/nl/"
}