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

{
    "code": "fr",
    "name": "French",
    "total": 110,
    "total_words": 208,
    "last_change": "2024-01-14T14:41:06.919387Z",
    "last_author": "Cybereric",
    "translated": 108,
    "translated_words": 205,
    "translated_percent": 98.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 4.5,
    "url": "http://weblate.openstreetbrowser.org/engage/openstreetbrowser/fr/",
    "url_translate": "http://weblate.openstreetbrowser.org/projects/openstreetbrowser/main-categories/fr/"
}