Translation components API.

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

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

{
    "total": 1706,
    "total_words": 7042,
    "last_change": "2026-04-07T00:51:58.733286Z",
    "recent_changes": 139,
    "translated": 1345,
    "translated_words": 5372,
    "translated_percent": 78.8,
    "translated_words_percent": 76.2,
    "translated_chars": 34371,
    "translated_chars_percent": 76.9,
    "total_chars": 44684,
    "fuzzy": 114,
    "fuzzy_percent": 6.6,
    "failing": 60,
    "failing_percent": 3.5,
    "code": "sv",
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/sv/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/sv/"
}