Translation components API.

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

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

{
    "total": 992,
    "total_words": 4347,
    "total_chars": 26010,
    "last_change": "2025-10-19T06:07:54.160420Z",
    "recent_changes": 1,
    "translated": 934,
    "translated_words": 3952,
    "translated_percent": 94.1,
    "translated_words_percent": 90.9,
    "translated_chars": 23778,
    "translated_chars_percent": 91.4,
    "fuzzy": 56,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 378,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 2140,
    "fuzzy_chars_percent": 8.2,
    "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": 104,
    "readonly_percent": 10.4,
    "readonly_words": 622,
    "readonly_words_percent": 14.3,
    "readonly_chars": 3850,
    "readonly_chars_percent": 14.8,
    "suggestions": 0,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/ur/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/ur/"
}