Translation components API.

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

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

{
    "last_author": "Reznicek Jan",
    "code": "cs",
    "failing_percent": 0.2,
    "total_words": 29288,
    "translated_words": 26109,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/cs/",
    "fuzzy": 29,
    "total": 10725,
    "name": "Czech",
    "url": "http://weblate.ucs.ru/engage/storehouse5/cs/",
    "translated_percent": 90.9,
    "failing": 29,
    "fuzzy_percent": 0.2,
    "translated": 9759,
    "last_change": "2024-03-19T17:43:57"
}