Translation components API.

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

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

{
    "total": 455,
    "total_words": 2326,
    "last_change": "2023-02-24T20:03:10.159835Z",
    "recent_changes": 2,
    "translated": 94,
    "translated_words": 525,
    "translated_percent": 20.6,
    "translated_words_percent": 22.5,
    "translated_chars": 3054,
    "translated_chars_percent": 21.2,
    "total_chars": 14396,
    "fuzzy": 3,
    "fuzzy_percent": 0.6,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "ru",
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/ru/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/ru/"
}