Translation components API.

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

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

{
    "last_author": "Mindaugas Rapalis",
    "code": "lt",
    "failing_percent": 4.5,
    "total_words": 27957,
    "translated_words": 24684,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/lt/",
    "fuzzy": 16,
    "total": 10343,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/lt/",
    "translated_percent": 88.2,
    "failing": 470,
    "fuzzy_percent": 0.1,
    "translated": 9129,
    "last_change": "2025-02-13T09:52:51"
}