Translation projects API.

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

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

{
    "total": 7490,
    "total_words": 32338,
    "last_change": "2024-03-01T08:25:49.418023Z",
    "recent_changes": 662,
    "translated": 4587,
    "translated_words": 20626,
    "translated_percent": 61.2,
    "translated_words_percent": 63.7,
    "translated_chars": 128233,
    "translated_chars_percent": 63.8,
    "total_chars": 200991,
    "fuzzy": 149,
    "fuzzy_percent": 1.9,
    "failing": 120,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 832,
    "readonly_percent": 11.1,
    "suggestions": 27,
    "comments": 0,
    "name": "INGInious",
    "url": "https://weblate.info.ucl.ac.be/projects/inginious/"
}