Translation components API.

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

GET /api/translations/storehouse5/sh/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": 9.2,
    "total_words": 27066,
    "translated_words": 24600,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/ro/",
    "fuzzy": 82,
    "total": 10090,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/ro/",
    "translated_percent": 91.0,
    "failing": 932,
    "fuzzy_percent": 0.8,
    "translated": 9190,
    "last_change": "2024-04-16T07:26:32"
}