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": 35304,
    "total_words": 307066,
    "total_chars": 2102849,
    "last_change": "2025-08-17T14:17:54.118914Z",
    "recent_changes": 5322,
    "translated": 26280,
    "translated_words": 248895,
    "translated_percent": 74.4,
    "translated_words_percent": 81.0,
    "translated_chars": 1703009,
    "translated_chars_percent": 80.9,
    "fuzzy": 260,
    "fuzzy_percent": 0.7,
    "failing": 901,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 391,
    "readonly_percent": 1.1,
    "suggestions": 24,
    "comments": 18,
    "name": "Common Plugins",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/"
}