Translation components API.

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

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

{
    "total": 988,
    "total_words": 4326,
    "total_chars": 25862,
    "last_change": "2025-08-02T04:38:13.104530Z",
    "recent_changes": 0,
    "translated": 887,
    "translated_words": 3644,
    "translated_percent": 89.7,
    "translated_words_percent": 84.2,
    "translated_chars": 21742,
    "translated_chars_percent": 84.0,
    "fuzzy": 26,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 202,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 1102,
    "fuzzy_chars_percent": 4.2,
    "failing": 46,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 10.3,
    "readonly_words": 618,
    "readonly_words_percent": 14.2,
    "readonly_chars": 3817,
    "readonly_chars_percent": 14.7,
    "suggestions": 4,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/tr/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/tr/"
}