Translation projects API.

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

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

{
    "total": 737694,
    "total_words": 5719211,
    "total_chars": 35518998,
    "last_change": "2025-05-13T05:49:22.071327Z",
    "recent_changes": 692,
    "translated": 321575,
    "translated_words": 2342986,
    "translated_percent": 43.5,
    "translated_words_percent": 40.9,
    "translated_chars": 14464776,
    "translated_chars_percent": 40.7,
    "fuzzy": 141029,
    "fuzzy_percent": 19.1,
    "failing": 26183,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 43517,
    "readonly_percent": 5.8,
    "suggestions": 400,
    "comments": 2,
    "name": "Checkmk",
    "url": "https://translate.checkmk.com/projects/checkmk/"
}