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

{
    "code": "en",
    "name": "English",
    "total": 110,
    "total_words": 208,
    "last_change": "2019-04-27T14:58:19.029856Z",
    "last_author": "frangesco gargano",
    "translated": 110,
    "translated_words": 208,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/en/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/main-categories/en/"
}