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-02T12:09:52.134957Z",
    "recent_changes": 1751,
    "translated": 7314,
    "translated_words": 35080,
    "translated_percent": 39.4,
    "translated_words_percent": 35.0,
    "translated_chars": 226759,
    "translated_chars_percent": 34.8,
    "fuzzy": 466,
    "fuzzy_percent": 2.5,
    "failing": 228,
    "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/"
}