Translation components API.

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

GET /api/translations/rk_lite/rklc/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "last_author": "localizeboat",
    "code": "ru",
    "failing_percent": 0.5,
    "total_words": 3882,
    "translated_words": 3773,
    "url_translate": "http://weblate.ucs.ru/projects/rk_lite/rklc/ru/",
    "fuzzy": 15,
    "total": 1104,
    "name": "Russian",
    "url": "http://weblate.ucs.ru/engage/rk_lite/ru/",
    "translated_percent": 97.9,
    "failing": 6,
    "fuzzy_percent": 1.3,
    "translated": 1081,
    "last_change": "2024-10-10T08:17:10"
}