Translation components API.

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

GET /api/translations/storehouse5/sh/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "Hai Pham",
    "code": "vi",
    "failing_percent": 9.9,
    "total_words": 27957,
    "translated_words": 27038,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/vi/",
    "fuzzy": 69,
    "total": 10343,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/storehouse5/vi/",
    "translated_percent": 97.3,
    "failing": 1030,
    "fuzzy_percent": 0.6,
    "translated": 10069,
    "last_change": "2024-10-16T03:23:19"
}