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": 1392,
    "total_words": 5748,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 396,
    "translated_words": 1240,
    "translated_percent": 28.4,
    "translated_words_percent": 21.5,
    "translated_chars": 8117,
    "translated_chars_percent": 21.8,
    "total_chars": 37131,
    "fuzzy": 126,
    "fuzzy_percent": 9.0,
    "failing": 6,
    "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/"
}