Translation components API.

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

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

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2022-01-25T15:44:55.958646Z",
    "recent_changes": 12,
    "translated": 774,
    "translated_words": 2964,
    "translated_percent": 55.6,
    "translated_words_percent": 51.8,
    "translated_chars": 19462,
    "translated_chars_percent": 52.6,
    "total_chars": 36950,
    "fuzzy": 50,
    "fuzzy_percent": 3.5,
    "failing": 11,
    "failing_percent": 0.7,
    "code": "el",
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/el/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/el/"
}