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

{
    "code": "ca",
    "name": "Catalan",
    "total": 104,
    "total_words": 265,
    "last_change": "2024-02-23T01:13:26.405736Z",
    "last_author": "Carlos Sanchez",
    "translated": 101,
    "translated_words": 253,
    "translated_percent": 97.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 1.9,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/ca/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/ui/ca/"
}