Translation components API.

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

GET /api/translations/al-quran-android/strings/es/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.434523Z",
    "recent_changes": 1,
    "translated": 536,
    "translated_words": 1968,
    "translated_percent": 54.0,
    "translated_words_percent": 45.2,
    "translated_chars": 11943,
    "translated_chars_percent": 45.9,
    "fuzzy": 27,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 166,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 896,
    "fuzzy_chars_percent": 3.4,
    "failing": 27,
    "failing_percent": 2.7,
    "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": "es",
    "name": "Spanish",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/es/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/es/"
}