Translation components API.

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

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

{
    "total": 1392,
    "total_words": 5748,
    "last_change": "2024-04-12T14:11:54.847461Z",
    "recent_changes": 16,
    "translated": 1389,
    "translated_words": 5713,
    "translated_percent": 99.7,
    "translated_words_percent": 99.3,
    "translated_chars": 36935,
    "translated_chars_percent": 99.4,
    "total_chars": 37131,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "code": "fr",
    "name": "French",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/fr/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/fr/"
}