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

{
    "code": "de",
    "name": "German",
    "total": 104,
    "total_words": 265,
    "last_change": "2023-10-28T16:58:41.639144Z",
    "last_author": "Maggus",
    "translated": 66,
    "translated_words": 186,
    "translated_percent": 63.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 1.0,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/de/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/de/"
}