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": 9227,
    "total_words": 105109,
    "total_chars": 720672,
    "last_change": "2026-02-06T14:52:02.548415Z",
    "recent_changes": 1205,
    "translated": 5594,
    "translated_words": 61349,
    "translated_percent": 60.6,
    "translated_words_percent": 58.3,
    "translated_chars": 421551,
    "translated_chars_percent": 58.4,
    "fuzzy": 103,
    "fuzzy_percent": 1.1,
    "failing": 125,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 2,
    "name": "Open Preprint Systems",
    "url": "http://translate.pkp.sfu.ca/projects/ops/"
}