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": 35564,
    "total_words": 309574,
    "total_chars": 2119829,
    "last_change": "2025-08-23T14:49:02.101089Z",
    "recent_changes": 5470,
    "translated": 26521,
    "translated_words": 250158,
    "translated_percent": 74.5,
    "translated_words_percent": 80.8,
    "translated_chars": 1711370,
    "translated_chars_percent": 80.7,
    "fuzzy": 257,
    "fuzzy_percent": 0.7,
    "failing": 915,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 391,
    "readonly_percent": 1.0,
    "suggestions": 24,
    "comments": 18,
    "name": "Common Plugins",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/"
}