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

{
    "code": "en",
    "name": "English",
    "total": 262,
    "total_words": 585,
    "last_change": "2019-03-01T12:38:57.318233Z",
    "last_author": "Valdas",
    "translated": 262,
    "translated_words": 585,
    "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/g10plus/en/"
}