Translation components API.

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

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

{
    "last_author": "Hai Pham",
    "code": "en",
    "failing_percent": 2.5,
    "total_words": 3601,
    "translated_words": 3472,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/en/",
    "fuzzy": 10,
    "total": 1038,
    "name": "English",
    "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
    "translated_percent": 96.6,
    "failing": 26,
    "fuzzy_percent": 0.9,
    "translated": 1003,
    "last_change": "2024-09-11T04:13:13"
}