Translation components API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#translations">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/translations/trikdisconfig/cg17/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "en",
    "name": "English",
    "total": 1353,
    "total_words": 3989,
    "last_change": "2024-04-02T08:22:09.288057Z",
    "last_author": "Alvaras",
    "translated": 1353,
    "translated_words": 3989,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.protegus.eu/engage/trikdisconfig/en/",
    "url_translate": "https://weblate.protegus.eu/projects/trikdisconfig/cg17/en/"
}