Translation components API.

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

GET /api/translations/storehouse5/sh_test_json/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": 7.5,
    "total_words": 18567,
    "translated_words": 17821,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/lt/",
    "fuzzy": 0,
    "total": 6728,
    "name": "Lithuanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/lt/",
    "translated_percent": 98.0,
    "failing": 505,
    "fuzzy_percent": 0.0,
    "translated": 6594,
    "last_change": "2023-05-05T06:09:27"
}