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": 11625,
    "total_words": 81729,
    "last_change": "2025-02-26T04:12:48.361000Z",
    "recent_changes": 869,
    "translated": 6765,
    "translated_words": 41356,
    "translated_percent": 58.1,
    "translated_words_percent": 50.6,
    "translated_chars": 298520,
    "translated_chars_percent": 53.7,
    "total_chars": 555620,
    "fuzzy": 59,
    "fuzzy_percent": 0.5,
    "failing": 151,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 442,
    "readonly_percent": 3.8,
    "suggestions": 794,
    "comments": 4,
    "name": "Shizuku",
    "url": "https://weblate.rikka.app/projects/shizuku/"
}