Translation components API.

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

GET /api/translations/al-quran-android/strings/fr/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-07-07T06:42:45.916923Z",
    "recent_changes": 2,
    "translated": 797,
    "translated_words": 2953,
    "translated_percent": 80.6,
    "translated_words_percent": 68.2,
    "translated_chars": 17572,
    "translated_chars_percent": 67.9,
    "fuzzy": 24,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 176,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 991,
    "fuzzy_chars_percent": 3.8,
    "failing": 85,
    "failing_percent": 8.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": "fr",
    "name": "French",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/fr/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/fr/"
}