Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2025-02-21T14:10:20.894856Z",
    "recent_changes": 1,
    "translated": 170,
    "translated_words": 864,
    "translated_percent": 10.7,
    "translated_words_percent": 13.2,
    "translated_chars": 5657,
    "translated_chars_percent": 13.7,
    "total_chars": 41228,
    "fuzzy": 16,
    "fuzzy_percent": 1.0,
    "failing": 15,
    "failing_percent": 0.9,
    "code": "ja",
    "name": "Japanese",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/ja/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/ja/"
}