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": 1390,
    "total_words": 5715,
    "last_change": "2024-05-12T17:03:16.785053Z",
    "recent_changes": 149,
    "translated": 636,
    "translated_words": 2300,
    "translated_percent": 45.7,
    "translated_words_percent": 40.2,
    "translated_chars": 14921,
    "translated_chars_percent": 40.3,
    "total_chars": 36950,
    "fuzzy": 156,
    "fuzzy_percent": 11.2,
    "failing": 12,
    "failing_percent": 0.8,
    "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/"
}