Translation components API.

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

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

{
    "total": 992,
    "total_words": 4347,
    "total_chars": 26010,
    "last_change": "2025-10-19T06:07:54.275167Z",
    "recent_changes": 1,
    "translated": 981,
    "translated_words": 4279,
    "translated_percent": 98.8,
    "translated_words_percent": 98.4,
    "translated_chars": 25610,
    "translated_chars_percent": 98.4,
    "fuzzy": 11,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 68,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 400,
    "fuzzy_chars_percent": 1.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 10.4,
    "readonly_words": 622,
    "readonly_words_percent": 14.3,
    "readonly_chars": 3850,
    "readonly_chars_percent": 14.8,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/ar/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/ar/"
}