Translation projects API.

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

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

{
    "total": 6404,
    "total_words": 31350,
    "last_change": "2023-10-24T15:40:02.680898Z",
    "recent_changes": 43,
    "translated": 3493,
    "translated_words": 16594,
    "translated_percent": 54.5,
    "translated_words_percent": 52.9,
    "translated_chars": 107965,
    "translated_chars_percent": 52.8,
    "total_chars": 204276,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 30,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1274,
    "readonly_percent": 19.8,
    "suggestions": 0,
    "comments": 0,
    "name": "Mission Supernova",
    "url": "https://translations.scummvm.org/projects/mission-supernova/"
}