Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2023-06-16T14:12:58.363147Z",
    "recent_changes": 55,
    "translated": 1054,
    "translated_words": 3433,
    "translated_percent": 93.5,
    "translated_words_percent": 91.7,
    "translated_chars": 20955,
    "translated_chars_percent": 91.5,
    "total_chars": 22880,
    "fuzzy": 9,
    "fuzzy_percent": 0.7,
    "failing": 8,
    "failing_percent": 0.7,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/ru/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/ru/"
}