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": 232763,
    "total_chars": 1405969,
    "last_change": "2025-09-17T21:10:28.543095Z",
    "recent_changes": 649,
    "translated": 34812,
    "translated_words": 120638,
    "translated_percent": 58.7,
    "translated_words_percent": 51.8,
    "translated_chars": 738689,
    "translated_chars_percent": 52.5,
    "fuzzy": 3276,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 14277,
    "fuzzy_words_percent": 6.1,
    "fuzzy_chars": 79206,
    "fuzzy_chars_percent": 5.6,
    "failing": 3493,
    "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": 248,
    "comments": 0,
    "name": "Al Quran Android",
    "url": "http://translate.gtaf.org/projects/al-quran-android/"
}