Translation components API.

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

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

{
    "total": 988,
    "total_words": 4327,
    "total_chars": 25886,
    "last_change": "2025-08-04T15:00:13.944855Z",
    "recent_changes": 29,
    "translated": 949,
    "translated_words": 4039,
    "translated_percent": 96.0,
    "translated_words_percent": 93.3,
    "translated_chars": 24253,
    "translated_chars_percent": 93.6,
    "fuzzy": 38,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 273,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 1552,
    "fuzzy_chars_percent": 5.9,
    "failing": 10,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 101,
    "readonly_percent": 10.2,
    "readonly_words": 603,
    "readonly_words_percent": 13.9,
    "readonly_chars": 3735,
    "readonly_chars_percent": 14.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ta",
    "name": "Tamil",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/ta/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/ta/"
}