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": 26483,
    "total_words": 259981,
    "total_chars": 1776234,
    "last_change": "2024-04-19T13:47:11.052549Z",
    "recent_changes": 3392,
    "translated": 22200,
    "translated_words": 217145,
    "translated_percent": 83.8,
    "translated_words_percent": 83.5,
    "translated_chars": 1481758,
    "translated_chars_percent": 83.4,
    "fuzzy": 175,
    "fuzzy_percent": 0.6,
    "failing": 830,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 410,
    "readonly_percent": 1.5,
    "suggestions": 106,
    "comments": 17,
    "name": "Common Plugins",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/"
}