Translation components API.

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

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

{
    "total": 39,
    "total_words": 240,
    "total_chars": 1293,
    "last_change": "2025-08-04T09:34:28.958253Z",
    "recent_changes": 1,
    "translated": 24,
    "translated_words": 121,
    "translated_percent": 61.5,
    "translated_words_percent": 50.4,
    "translated_chars": 642,
    "translated_chars_percent": 49.6,
    "fuzzy": 5,
    "fuzzy_percent": 12.8,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 89,
    "fuzzy_chars_percent": 6.8,
    "failing": 4,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.gtaf.org/projects/al-quran-android/notifications/tr/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/notifications/tr/"
}