Translation components API.

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

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

{
    "total": 27,
    "total_words": 45,
    "last_change": null,
    "recent_changes": 0,
    "translated": 26,
    "translated_words": 44,
    "translated_percent": 96.2,
    "translated_words_percent": 97.7,
    "translated_chars": 253,
    "translated_chars_percent": 97.6,
    "total_chars": 259,
    "fuzzy": 1,
    "fuzzy_percent": 3.7,
    "failing": 13,
    "failing_percent": 48.1,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/audio/ru/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/audio/ru/"
}