Translation components API.

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

GET /api/translations/al-quran-android/strings/th/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.052094Z",
    "recent_changes": 1,
    "translated": 537,
    "translated_words": 1883,
    "translated_percent": 54.1,
    "translated_words_percent": 43.3,
    "translated_chars": 11390,
    "translated_chars_percent": 43.7,
    "fuzzy": 27,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 196,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 1116,
    "fuzzy_chars_percent": 4.2,
    "failing": 12,
    "failing_percent": 1.2,
    "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": "th",
    "name": "Thai",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/th/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/th/"
}