Translation components API.

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

GET /api/translations/generic-addons-16-0/generic_team/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 58,
    "total_words": 214,
    "last_change": null,
    "recent_changes": 0,
    "translated": 52,
    "translated_words": 195,
    "translated_percent": 89.6,
    "translated_words_percent": 91.1,
    "translated_chars": 1388,
    "translated_chars_percent": 91.6,
    "total_chars": 1515,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 18,
    "failing_percent": 31.0,
    "code": "ru",
    "name": "ru (generated)",
    "url": "http://weblate.crnd.pro/projects/generic-addons-16-0/generic_team/ru/",
    "translate_url": "http://weblate.crnd.pro/translate/generic-addons-16-0/generic_team/ru/"
}