Translation components API.

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

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

{
    "total": 1196,
    "total_words": 5756,
    "total_chars": 34485,
    "last_change": "2026-02-16T08:09:18.087117Z",
    "recent_changes": 0,
    "translated": 100,
    "translated_words": 199,
    "translated_percent": 8.3,
    "translated_words_percent": 3.4,
    "translated_chars": 1288,
    "translated_chars_percent": 3.7,
    "fuzzy": 13,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 203,
    "fuzzy_chars_percent": 0.5,
    "failing": 6,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 2.4,
    "readonly_words": 67,
    "readonly_words_percent": 1.1,
    "readonly_chars": 496,
    "readonly_chars_percent": 1.4,
    "suggestions": 3,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/az/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/az/"
}