Translation components API.

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

GET /api/translations/kiosk2/core/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.1,
    "total_words": 4749,
    "translated_words": 4075,
    "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/lt/",
    "fuzzy": 7,
    "total": 997,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/kiosk2/lt/",
    "translated_percent": 87.7,
    "failing": 11,
    "fuzzy_percent": 0.7,
    "translated": 875,
    "last_change": "2024-08-27T14:30:58"
}