Translation components API.

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

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

{
    "total": 1579,
    "total_words": 6501,
    "last_change": "2024-05-12T17:03:16.785053Z",
    "recent_changes": 149,
    "translated": 614,
    "translated_words": 2188,
    "translated_percent": 38.8,
    "translated_words_percent": 33.6,
    "translated_chars": 14170,
    "translated_chars_percent": 34.3,
    "total_chars": 41228,
    "fuzzy": 179,
    "fuzzy_percent": 11.3,
    "failing": 20,
    "failing_percent": 1.2,
    "code": "es",
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/es/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/es/"
}