Translation projects API.

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

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

{
    "total": 72521,
    "total_words": 309354,
    "total_chars": 1870177,
    "last_change": "2026-04-08T06:17:11.002369Z",
    "recent_changes": 3417,
    "translated": 34036,
    "translated_words": 113894,
    "translated_percent": 46.9,
    "translated_words_percent": 36.8,
    "translated_chars": 698136,
    "translated_chars_percent": 37.3,
    "fuzzy": 5716,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 16570,
    "fuzzy_words_percent": 5.3,
    "fuzzy_chars": 96395,
    "fuzzy_chars_percent": 5.1,
    "failing": 5921,
    "failing_percent": 8.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1363,
    "readonly_percent": 1.8,
    "readonly_words": 3149,
    "readonly_words_percent": 1.0,
    "readonly_chars": 23312,
    "readonly_chars_percent": 1.2,
    "suggestions": 713,
    "comments": 6,
    "name": "Al Quran (Tafsir & by word)",
    "url": "http://translate.gtaf.org/projects/al-quran-android/"
}