Translation components API.

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

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

{
    "total": 1196,
    "total_words": 5756,
    "total_chars": 34485,
    "last_change": "2026-03-12T05:46:33.070280Z",
    "recent_changes": 0,
    "translated": 1073,
    "translated_words": 4785,
    "translated_percent": 89.7,
    "translated_words_percent": 83.1,
    "translated_chars": 28669,
    "translated_chars_percent": 83.1,
    "fuzzy": 21,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 196,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 1189,
    "fuzzy_chars_percent": 3.4,
    "failing": 28,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 2.4,
    "readonly_words": 67,
    "readonly_words_percent": 1.1,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.4,
    "suggestions": 1,
    "comments": 0,
    "code": "bn",
    "name": "Bengali",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/bn/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/bn/"
}