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": 988,
    "total_words": 4326,
    "total_chars": 25862,
    "last_change": "2025-07-07T06:42:41.739052Z",
    "recent_changes": 2,
    "translated": 620,
    "translated_words": 2217,
    "translated_percent": 62.7,
    "translated_words_percent": 51.2,
    "translated_chars": 13254,
    "translated_chars_percent": 51.2,
    "fuzzy": 11,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 100,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 601,
    "fuzzy_chars_percent": 2.3,
    "failing": 21,
    "failing_percent": 2.1,
    "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": 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/"
}