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": 8.9,
    "total_words": 28262,
    "translated_words": 24592,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/ro/",
    "fuzzy": 85,
    "total": 10443,
    "name": "Romanian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/ro/",
    "translated_percent": 87.9,
    "failing": 932,
    "fuzzy_percent": 0.8,
    "translated": 9185,
    "last_change": "2024-04-16T07:26:32"
}