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": 59239,
    "total_words": 232671,
    "total_chars": 1405279,
    "last_change": "2025-12-08T17:30:56.647091Z",
    "recent_changes": 579,
    "translated": 35065,
    "translated_words": 121845,
    "translated_percent": 59.1,
    "translated_words_percent": 52.3,
    "translated_chars": 745182,
    "translated_chars_percent": 53.0,
    "fuzzy": 3105,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 13528,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 75312,
    "fuzzy_chars_percent": 5.3,
    "failing": 3479,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4724,
    "readonly_percent": 7.9,
    "readonly_words": 28075,
    "readonly_words_percent": 12.0,
    "readonly_chars": 173806,
    "readonly_chars_percent": 12.3,
    "suggestions": 294,
    "comments": 0,
    "name": "Al Quran (Tafsir & by word)",
    "url": "http://translate.gtaf.org/projects/al-quran-android/"
}