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

{
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "total": 104,
    "total_words": 265,
    "last_change": "2019-12-07T13:43:33.183848Z",
    "last_author": "Syver Stensholt",
    "translated": 51,
    "translated_words": 147,
    "translated_percent": 49.0,
    "fuzzy": 2,
    "fuzzy_percent": 1.9,
    "failing": 1,
    "failing_percent": 1.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/nb_NO/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/nb_NO/"
}