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

{
    "code": "ar",
    "name": "Arabic",
    "total": 262,
    "total_words": 585,
    "last_change": null,
    "last_author": null,
    "translated": 0,
    "translated_words": 0,
    "translated_percent": 0.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "https://weblate.protegus.eu/engage/trikdisconfig/ar/",
    "url_translate": "https://weblate.protegus.eu/projects/trikdisconfig/g10plus/ar/"
}