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

{
    "code": "de",
    "name": "German",
    "total": 110,
    "total_words": 208,
    "last_change": "2019-08-10T14:05:58.532609Z",
    "last_author": "Hufkratzer",
    "translated": 91,
    "translated_words": 161,
    "translated_percent": 82.7,
    "fuzzy": 2,
    "fuzzy_percent": 1.8,
    "failing": 1,
    "failing_percent": 0.9,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/de/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/main-categories/de/"
}