Translation projects API.

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

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

{
    "total": 37481,
    "total_words": 267861,
    "total_chars": 1454052,
    "last_change": "2023-06-01T04:48:44.836592Z",
    "recent_changes": 5750,
    "translated": 37480,
    "translated_words": 267854,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 1454004,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 20691,
    "failing_percent": 55.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4881,
    "readonly_percent": 13.0,
    "suggestions": 3856,
    "comments": 66,
    "name": "Community",
    "url": "http://translate.getmonero.org/projects/community/"
}