Translation components API.

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

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

{
    "total": 1196,
    "total_words": 5756,
    "total_chars": 34485,
    "last_change": "2026-04-06T12:18:58.655620Z",
    "recent_changes": 1,
    "translated": 1084,
    "translated_words": 5016,
    "translated_percent": 90.6,
    "translated_words_percent": 87.1,
    "translated_chars": 30218,
    "translated_chars_percent": 87.6,
    "fuzzy": 13,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 84,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 474,
    "fuzzy_chars_percent": 1.3,
    "failing": 9,
    "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": 29,
    "readonly_percent": 2.4,
    "readonly_words": 67,
    "readonly_words_percent": 1.1,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.4,
    "suggestions": 7,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/ar/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/ar/"
}