Translation components API.

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

GET /api/translations/interpipe-16-0/interpipe_wsd_team/uk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8,
    "total_words": 17,
    "last_change": "2026-03-05T11:30:06.861681Z",
    "recent_changes": 9,
    "translated": 8,
    "translated_words": 17,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 117,
    "translated_chars_percent": 100.0,
    "total_chars": 117,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "http://weblate.crnd.pro/projects/interpipe-16-0/interpipe_wsd_team/uk/",
    "translate_url": "http://weblate.crnd.pro/translate/interpipe-16-0/interpipe_wsd_team/uk/"
}