Translation components API.

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

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

{
    "last_author": "Juskenas Edvinas",
    "code": "lt",
    "failing_percent": 1.8,
    "total_words": 874,
    "translated_words": 784,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/default/lt/",
    "fuzzy": 1,
    "total": 212,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/lt/",
    "translated_percent": 91.5,
    "failing": 4,
    "fuzzy_percent": 0.4,
    "translated": 194,
    "last_change": "2024-08-27T14:38:03"
}