Translation projects API.

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

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

{
    "total": 3972,
    "total_words": 17256,
    "total_chars": 105744,
    "last_change": "2025-11-07T09:11:24.592101Z",
    "recent_changes": 2,
    "translated": 2107,
    "translated_words": 8763,
    "translated_percent": 53.0,
    "translated_words_percent": 50.7,
    "translated_chars": 53333,
    "translated_chars_percent": 50.4,
    "fuzzy": 20,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 497,
    "fuzzy_chars_percent": 0.4,
    "failing": 44,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 59,
    "comments": 0,
    "name": "Hadith Collection",
    "url": "http://translate.gtaf.org/projects/hadith-collection/"
}