Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/kiosk2/core/de_AT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Egor Vorobiew",
    "code": "de_AT",
    "failing_percent": 5.5,
    "total_words": 4611,
    "translated_words": 3711,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/de_AT/",
    "fuzzy": 5,
    "total": 966,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de_AT/",
    "translated_percent": 82.0,
    "failing": 54,
    "fuzzy_percent": 0.5,
    "translated": 793,
    "last_change": "2024-10-16T15:02:08"
}