Translation projects API.

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

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

{
    "total": 72590,
    "total_words": 484160,
    "last_change": "2024-05-18T10:44:31.184062Z",
    "recent_changes": 1112,
    "translated": 51589,
    "translated_words": 300359,
    "translated_percent": 71.0,
    "translated_words_percent": 62.0,
    "translated_chars": 1799253,
    "translated_chars_percent": 61.3,
    "total_chars": 2934098,
    "fuzzy": 5539,
    "fuzzy_percent": 7.6,
    "failing": 1697,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2135,
    "readonly_percent": 2.9,
    "suggestions": 18,
    "comments": 5,
    "name": "ScummVM",
    "url": "https://translations.scummvm.org/projects/scummvm/"
}