Translation projects API.

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

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

{
    "total": 35972,
    "total_words": 312673,
    "total_chars": 2141733,
    "last_change": "2026-01-14T02:08:04.222787Z",
    "recent_changes": 5864,
    "translated": 27174,
    "translated_words": 254618,
    "translated_percent": 75.5,
    "translated_words_percent": 81.4,
    "translated_chars": 1742540,
    "translated_chars_percent": 81.3,
    "fuzzy": 244,
    "fuzzy_percent": 0.6,
    "failing": 849,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 392,
    "readonly_percent": 1.0,
    "suggestions": 20,
    "comments": 19,
    "name": "Common Plugins",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/"
}