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

{
    "code": "oc",
    "name": "Occitan",
    "total": 110,
    "total_words": 208,
    "last_change": "2021-12-29T14:38:33.900293Z",
    "last_author": "Peire BRECHET",
    "translated": 97,
    "translated_words": 176,
    "translated_percent": 88.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.9,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/oc/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/main-categories/oc/"
}