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.7,
    "total_words": 29288,
    "translated_words": 26934,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/vi/",
    "fuzzy": 87,
    "total": 10725,
    "name": "Vietnamese",
    "url": "http://weblate.ucs.ru/engage/storehouse5/vi/",
    "translated_percent": 93.4,
    "failing": 1041,
    "fuzzy_percent": 0.8,
    "translated": 10023,
    "last_change": "2024-10-16T03:23:19"
}