Translation components API.

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

GET /api/translations/al-quran-android/strings/sr/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.659827Z",
    "recent_changes": 29,
    "translated": 725,
    "translated_words": 2611,
    "translated_percent": 73.3,
    "translated_words_percent": 60.3,
    "translated_chars": 15582,
    "translated_chars_percent": 60.1,
    "fuzzy": 49,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 286,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 1539,
    "fuzzy_chars_percent": 5.9,
    "failing": 25,
    "failing_percent": 2.5,
    "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": "sr",
    "name": "Serbian",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/sr/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/sr/"
}