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": "Alexander Shugaev",
    "code": "de_AT",
    "failing_percent": 5.7,
    "total_words": 4056,
    "translated_words": 3570,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/de_AT/",
    "fuzzy": 2,
    "total": 871,
    "name": "Austrian German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de_AT/",
    "translated_percent": 88.2,
    "failing": 50,
    "fuzzy_percent": 0.2,
    "translated": 769,
    "last_change": "2022-04-22T13:12:18"
}