Translation components API.

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

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

{
    "last_author": "Vitalie Bologan",
    "code": "ro",
    "failing_percent": 23.0,
    "total_words": 3423,
    "translated_words": 605,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/shadm/ro/",
    "fuzzy": 0,
    "total": 994,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/ro/",
    "translated_percent": 11.3,
    "failing": 229,
    "fuzzy_percent": 0.0,
    "translated": 113,
    "last_change": "2023-11-16T16:13:01"
}