Translation components API.

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

GET /api/translations/kiosk2/kfc/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": 1.4,
    "total_words": 201,
    "translated_words": 201,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/de/",
    "fuzzy": 0,
    "total": 70,
    "name": "German",
    "url": "http://weblate.ucs.ru/engage/kiosk2/de/",
    "translated_percent": 100.0,
    "failing": 1,
    "fuzzy_percent": 0.0,
    "translated": 70,
    "last_change": "2023-01-11T08:30:31"
}