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": 36612,
    "total_words": 303524,
    "total_chars": 2079512,
    "last_change": "2025-03-12T19:21:01.119751Z",
    "recent_changes": 4428,
    "translated": 25437,
    "translated_words": 240802,
    "translated_percent": 69.4,
    "translated_words_percent": 79.3,
    "translated_chars": 1646144,
    "translated_chars_percent": 79.1,
    "fuzzy": 278,
    "fuzzy_percent": 0.7,
    "failing": 951,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 390,
    "readonly_percent": 1.0,
    "suggestions": 24,
    "comments": 18,
    "name": "Common Plugins",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/"
}