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

{
    "code": "el",
    "name": "Greek",
    "total": 230,
    "total_words": 520,
    "last_change": "2023-09-05T19:50:42.322356Z",
    "last_author": "Michail Dimtsas",
    "translated": 230,
    "translated_words": 520,
    "translated_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 1.3,
    "url": "https://weblate.protegus.eu/engage/trikdisconfig/el/",
    "url_translate": "https://weblate.protegus.eu/projects/trikdisconfig/t16/el/"
}