Translation projects API.

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

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

{
    "total": 1634,
    "total_words": 17070,
    "total_chars": 116902,
    "last_change": "2025-03-11T02:37:14.885135Z",
    "recent_changes": 62,
    "translated": 1386,
    "translated_words": 15123,
    "translated_percent": 84.8,
    "translated_words_percent": 88.5,
    "translated_chars": 103962,
    "translated_chars_percent": 88.9,
    "fuzzy": 14,
    "fuzzy_percent": 0.8,
    "failing": 72,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "SWORD Deposit Plugin",
    "url": "http://translate.pkp.sfu.ca/projects/sword-deposit-plugin/"
}