Translation projects API.

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

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

{
    "total": 19710,
    "total_words": 112858,
    "total_chars": 799496,
    "last_change": "2026-03-27T09:04:27.548389Z",
    "recent_changes": 1990,
    "translated": 7986,
    "translated_words": 39563,
    "translated_percent": 40.5,
    "translated_words_percent": 35.0,
    "translated_chars": 257726,
    "translated_chars_percent": 32.2,
    "fuzzy": 392,
    "fuzzy_percent": 1.9,
    "failing": 209,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 135,
    "readonly_percent": 0.6,
    "suggestions": 254,
    "comments": 13,
    "name": "Zorin OS Upgrader",
    "url": "https://translations.zorin.com/projects/zorin-os-upgrader/"
}