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": 1716,
    "total_words": 17723,
    "total_chars": 121293,
    "last_change": "2025-11-03T15:52:29.785627Z",
    "recent_changes": 77,
    "translated": 1422,
    "translated_words": 15259,
    "translated_percent": 82.8,
    "translated_words_percent": 86.0,
    "translated_chars": 104905,
    "translated_chars_percent": 86.4,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 68,
    "failing_percent": 3.9,
    "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/"
}