Translation components API.

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

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

{
    "total": 34,
    "total_words": 223,
    "last_change": "2021-08-14T14:08:32.975821Z",
    "recent_changes": 11,
    "translated": 14,
    "translated_words": 88,
    "translated_percent": 41.1,
    "translated_words_percent": 39.4,
    "translated_chars": 698,
    "translated_chars_percent": 44.7,
    "total_chars": 1560,
    "fuzzy": 20,
    "fuzzy_percent": 58.8,
    "failing": 23,
    "failing_percent": 67.6,
    "code": "ru",
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/app/ru/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/ru/"
}