Translation components API.

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

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

{
    "last_author": "A.Sergiev",
    "code": "de",
    "failing_percent": 18.8,
    "total_words": 775,
    "translated_words": 741,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-amrest-default/de/",
    "fuzzy": 0,
    "total": 202,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 96.5,
    "failing": 38,
    "fuzzy_percent": 0.0,
    "translated": 195,
    "last_change": "2024-04-18T07:34:28"
}