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": 1679,
    "total_words": 17511,
    "total_chars": 119908,
    "last_change": "2025-08-04T17:30:18.375952Z",
    "recent_changes": 77,
    "translated": 1402,
    "translated_words": 15156,
    "translated_percent": 83.5,
    "translated_words_percent": 86.5,
    "translated_chars": 104197,
    "translated_chars_percent": 86.8,
    "fuzzy": 12,
    "fuzzy_percent": 0.7,
    "failing": 69,
    "failing_percent": 4.1,
    "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/"
}