Translation components API.

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

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

{
    "total": 1640,
    "total_words": 6764,
    "last_change": "2024-05-20T12:05:50.732703Z",
    "recent_changes": 39,
    "translated": 768,
    "translated_words": 2994,
    "translated_percent": 46.8,
    "translated_words_percent": 44.2,
    "translated_chars": 19291,
    "translated_chars_percent": 44.8,
    "total_chars": 42989,
    "fuzzy": 94,
    "fuzzy_percent": 5.7,
    "failing": 23,
    "failing_percent": 1.4,
    "code": "el",
    "name": "Greek",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/el/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/el/"
}