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": 1579,
    "total_words": 6501,
    "last_change": "2023-03-21T09:11:59.809852Z",
    "recent_changes": 45,
    "translated": 385,
    "translated_words": 1209,
    "translated_percent": 24.3,
    "translated_words_percent": 18.5,
    "translated_chars": 7890,
    "translated_chars_percent": 19.1,
    "total_chars": 41228,
    "fuzzy": 137,
    "fuzzy_percent": 8.6,
    "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/"
}