Translation components API.

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

GET /api/translations/al-quran-android/strings/uz/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-02-16T08:09:50.970034Z",
    "recent_changes": 0,
    "translated": 552,
    "translated_words": 1661,
    "translated_percent": 46.1,
    "translated_words_percent": 28.8,
    "translated_chars": 10015,
    "translated_chars_percent": 29.0,
    "fuzzy": 35,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 257,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 1458,
    "fuzzy_chars_percent": 4.2,
    "failing": 24,
    "failing_percent": 2.0,
    "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": 2,
    "comments": 0,
    "code": "uz",
    "name": "Uzbek",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/uz/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/uz/"
}