Translation components API.

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

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

{
    "last_author": "Szakács István",
    "code": "hu",
    "failing_percent": 0.1,
    "total_words": 27066,
    "translated_words": 26235,
    "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh/hu/",
    "fuzzy": 5,
    "total": 10090,
    "name": "Hungarian",
    "url": "http://weblate.ucs.ru/engage/storehouse5/hu/",
    "translated_percent": 97.2,
    "failing": 5,
    "fuzzy_percent": 0.1,
    "translated": 9811,
    "last_change": "2024-02-08T14:28:59"
}