Translation components API.

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

GET /api/translations/al-quran-android/strings/fa/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-17T10:29:16.265828Z",
    "recent_changes": 3,
    "translated": 527,
    "translated_words": 1553,
    "translated_percent": 44.0,
    "translated_words_percent": 26.9,
    "translated_chars": 9331,
    "translated_chars_percent": 27.0,
    "fuzzy": 33,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 218,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 1246,
    "fuzzy_chars_percent": 3.6,
    "failing": 21,
    "failing_percent": 1.7,
    "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": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/fa/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/fa/"
}