Translation components API.

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

GET /api/translations/storehouse5/shadm/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": 1.2,
    "total_words": 3765,
    "translated_words": 3293,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/lt/",
    "fuzzy": 1,
    "total": 1072,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/lt/",
    "translated_percent": 89.3,
    "failing": 13,
    "fuzzy_percent": 0.1,
    "translated": 958,
    "last_change": "2024-10-08T06:25:38"
}