Translation projects API.

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

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

{
    "total": 8988,
    "total_words": 102980,
    "total_chars": 707379,
    "last_change": "2025-06-17T18:53:13.793875Z",
    "recent_changes": 1320,
    "translated": 5571,
    "translated_words": 60824,
    "translated_percent": 61.9,
    "translated_words_percent": 59.0,
    "translated_chars": 417486,
    "translated_chars_percent": 59.0,
    "fuzzy": 105,
    "fuzzy_percent": 1.1,
    "failing": 151,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 2,
    "name": "Open Preprint Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ops/"
}