Translation projects API.

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

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

{
    "total": 13880,
    "total_words": 36601,
    "total_chars": 229524,
    "last_change": "2025-04-30T06:47:23.503844Z",
    "recent_changes": 487,
    "translated": 7240,
    "translated_words": 17870,
    "translated_percent": 52.1,
    "translated_words_percent": 48.8,
    "translated_chars": 112757,
    "translated_chars_percent": 49.1,
    "fuzzy": 284,
    "fuzzy_percent": 2.0,
    "failing": 79,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 145,
    "readonly_percent": 1.0,
    "suggestions": 612,
    "comments": 8,
    "name": "Zorin Appearance",
    "url": "https://translations.zorin.com/projects/zorin-appearance/"
}