Translation components API.

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

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

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2023-05-01T18:45:06.686906Z",
    "recent_changes": 37,
    "translated": 1229,
    "translated_words": 4984,
    "translated_percent": 88.2,
    "translated_words_percent": 86.7,
    "translated_chars": 32092,
    "translated_chars_percent": 86.4,
    "total_chars": 37131,
    "fuzzy": 26,
    "fuzzy_percent": 1.8,
    "failing": 9,
    "failing_percent": 0.6,
    "code": "it",
    "name": "Italian",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/it/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/it/"
}