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": 59047,
    "total_words": 231651,
    "total_chars": 1398399,
    "last_change": "2025-08-02T04:38:21.050317Z",
    "recent_changes": 627,
    "translated": 34097,
    "translated_words": 119382,
    "translated_percent": 57.7,
    "translated_words_percent": 51.5,
    "translated_chars": 728812,
    "translated_chars_percent": 52.1,
    "fuzzy": 2944,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 11056,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 61833,
    "fuzzy_chars_percent": 4.4,
    "failing": 3380,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4630,
    "readonly_percent": 7.8,
    "readonly_words": 27887,
    "readonly_words_percent": 12.0,
    "readonly_chars": 172283,
    "readonly_chars_percent": 12.3,
    "suggestions": 227,
    "comments": 0,
    "name": "Al Quran Android",
    "url": "http://translate.gtaf.org/projects/al-quran-android/"
}