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": 1295,
    "last_change": "2025-08-02T04:38:17.921134Z",
    "recent_changes": 0,
    "translated": 25,
    "translated_words": 123,
    "translated_percent": 64.1,
    "translated_words_percent": 51.2,
    "translated_chars": 654,
    "translated_chars_percent": 50.5,
    "fuzzy": 4,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 7.0,
    "fuzzy_chars": 79,
    "fuzzy_chars_percent": 6.1,
    "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/"
}