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": 992,
    "total_words": 4349,
    "total_chars": 26025,
    "last_change": "2025-09-17T21:10:28.543095Z",
    "recent_changes": 0,
    "translated": 865,
    "translated_words": 3500,
    "translated_percent": 87.1,
    "translated_words_percent": 80.4,
    "translated_chars": 20989,
    "translated_chars_percent": 80.6,
    "fuzzy": 51,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 353,
    "fuzzy_words_percent": 8.1,
    "fuzzy_chars": 1932,
    "fuzzy_chars_percent": 7.4,
    "failing": 45,
    "failing_percent": 4.5,
    "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.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/"
}