Translation components API.

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

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

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2023-10-30T14:13:52.158663Z",
    "recent_changes": 97,
    "translated": 602,
    "translated_words": 2011,
    "translated_percent": 43.3,
    "translated_words_percent": 35.1,
    "translated_chars": 12957,
    "translated_chars_percent": 35.0,
    "total_chars": 36950,
    "fuzzy": 131,
    "fuzzy_percent": 9.4,
    "failing": 42,
    "failing_percent": 3.0,
    "code": "ro",
    "name": "Romanian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/ro/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/ro/"
}