Translation components API.

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

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

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2023-01-13T21:35:41.731817Z",
    "recent_changes": 1,
    "translated": 1370,
    "translated_words": 5577,
    "translated_percent": 98.4,
    "translated_words_percent": 97.0,
    "translated_chars": 36170,
    "translated_chars_percent": 97.4,
    "total_chars": 37131,
    "fuzzy": 21,
    "fuzzy_percent": 1.5,
    "failing": 42,
    "failing_percent": 3.0,
    "code": "de",
    "name": "German",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/de/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/de/"
}