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": 988,
    "total_words": 4327,
    "total_chars": 25886,
    "last_change": "2025-08-04T15:00:09.723649Z",
    "recent_changes": 29,
    "translated": 172,
    "translated_words": 735,
    "translated_percent": 17.4,
    "translated_words_percent": 16.9,
    "translated_chars": 4527,
    "translated_chars_percent": 17.4,
    "fuzzy": 13,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 203,
    "fuzzy_chars_percent": 0.7,
    "failing": 6,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 101,
    "readonly_percent": 10.2,
    "readonly_words": 603,
    "readonly_words_percent": 13.9,
    "readonly_chars": 3735,
    "readonly_chars_percent": 14.4,
    "suggestions": 0,
    "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/"
}