Translation components API.

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

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

{
    "total": 1609,
    "total_words": 6655,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 379,
    "translated_words": 1188,
    "translated_percent": 23.5,
    "translated_words_percent": 17.8,
    "translated_chars": 7676,
    "translated_chars_percent": 18.1,
    "total_chars": 42396,
    "fuzzy": 143,
    "fuzzy_percent": 8.8,
    "failing": 7,
    "failing_percent": 0.4,
    "code": "da",
    "name": "Danish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/da/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/da/"
}