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": 1579,
    "total_words": 6501,
    "last_change": "2023-01-13T21:35:41.731817Z",
    "recent_changes": 1,
    "translated": 1534,
    "translated_words": 6191,
    "translated_percent": 97.1,
    "translated_words_percent": 95.2,
    "translated_chars": 39420,
    "translated_chars_percent": 95.6,
    "total_chars": 41228,
    "fuzzy": 44,
    "fuzzy_percent": 2.7,
    "failing": 52,
    "failing_percent": 3.2,
    "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/"
}