Translation components API.

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

GET /api/translations/immersive-document-translation/immersive-translate-site/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 816,
    "total_words": 7677,
    "total_chars": 54092,
    "last_change": "2025-08-27T06:57:55.038017Z",
    "recent_changes": 0,
    "translated": 812,
    "translated_words": 7660,
    "translated_percent": 99.5,
    "translated_words_percent": 99.7,
    "translated_chars": 53940,
    "translated_chars_percent": 99.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 11,
    "fuzzy_chars_percent": 0.1,
    "failing": 103,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://weblate.immersivetranslate.com/projects/immersive-document-translation/immersive-translate-site/ar/",
    "translate_url": "https://weblate.immersivetranslate.com/translate/immersive-document-translation/immersive-translate-site/ar/"
}