Translation components API.

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

GET /api/translations/guitar-and-violin-tuner/user-interface/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": "ru",
    "name": "Russian",
    "total": 227,
    "total_words": 1160,
    "last_change": "2024-04-14T16:12:55.207203Z",
    "last_author": "Plokhikh Arseny",
    "recent_changes": 10,
    "translated": 151,
    "translated_words": 400,
    "translated_percent": 66.5,
    "fuzzy": 40,
    "fuzzy_percent": 17.6,
    "failing": 0,
    "failing_percent": 0.0,
    "url": "http://weblate.a4tune.com/engage/guitar-and-violin-tuner/ru/",
    "url_translate": "http://weblate.a4tune.com/projects/guitar-and-violin-tuner/user-interface/ru/"
}