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": 992,
    "total_words": 4349,
    "total_chars": 26025,
    "last_change": "2025-08-27T13:23:44.743074Z",
    "recent_changes": 0,
    "translated": 952,
    "translated_words": 4058,
    "translated_percent": 95.9,
    "translated_words_percent": 93.3,
    "translated_chars": 24368,
    "translated_chars_percent": 93.6,
    "fuzzy": 38,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 274,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 1565,
    "fuzzy_chars_percent": 6.0,
    "failing": 7,
    "failing_percent": 0.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.7,
    "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/"
}