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": 18542,
    "total_words": 100156,
    "total_chars": 650430,
    "last_change": "2025-05-18T05:58:07.835174Z",
    "recent_changes": 1773,
    "translated": 7339,
    "translated_words": 35157,
    "translated_percent": 39.5,
    "translated_words_percent": 35.1,
    "translated_chars": 227305,
    "translated_chars_percent": 34.9,
    "fuzzy": 466,
    "fuzzy_percent": 2.5,
    "failing": 229,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 127,
    "readonly_percent": 0.6,
    "suggestions": 419,
    "comments": 14,
    "name": "Zorin OS Upgrader",
    "url": "https://translations.zorin.com/projects/zorin-os-upgrader/"
}