Translation components API.

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

GET /api/translations/al-quran-android/strings/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 992,
    "total_words": 4349,
    "total_chars": 26025,
    "last_change": "2025-08-27T13:22:53.854223Z",
    "recent_changes": 0,
    "translated": 914,
    "translated_words": 3788,
    "translated_percent": 92.1,
    "translated_words_percent": 87.1,
    "translated_chars": 22603,
    "translated_chars_percent": 86.8,
    "fuzzy": 78,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 561,
    "fuzzy_words_percent": 12.8,
    "fuzzy_chars": 3422,
    "fuzzy_chars_percent": 13.1,
    "failing": 417,
    "failing_percent": 42.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 2.6,
    "readonly_words": 61,
    "readonly_words_percent": 1.4,
    "readonly_chars": 428,
    "readonly_chars_percent": 1.6,
    "suggestions": 3,
    "comments": 0,
    "code": "en",
    "name": "English",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/en/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/en/"
}