Translation projects API.

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

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

{
    "total": 11613,
    "total_words": 81716,
    "last_change": "2025-03-16T00:11:36.730942Z",
    "recent_changes": 867,
    "translated": 6769,
    "translated_words": 41361,
    "translated_percent": 58.2,
    "translated_words_percent": 50.6,
    "translated_chars": 298559,
    "translated_chars_percent": 53.7,
    "total_chars": 555280,
    "fuzzy": 59,
    "fuzzy_percent": 0.5,
    "failing": 151,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 443,
    "readonly_percent": 3.8,
    "suggestions": 795,
    "comments": 4,
    "name": "Shizuku",
    "url": "https://weblate.rikka.app/projects/shizuku/"
}