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": 1706,
    "total_words": 7042,
    "last_change": "2025-02-21T14:10:20.894856Z",
    "recent_changes": 1,
    "translated": 169,
    "translated_words": 851,
    "translated_percent": 9.9,
    "translated_words_percent": 12.0,
    "translated_chars": 5577,
    "translated_chars_percent": 12.4,
    "total_chars": 44679,
    "fuzzy": 17,
    "fuzzy_percent": 0.9,
    "failing": 15,
    "failing_percent": 0.8,
    "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/"
}