Translation projects API.

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

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

{
    "total": 131569,
    "total_words": 529838,
    "total_chars": 3199165,
    "last_change": "2025-05-14T06:59:14.014084Z",
    "recent_changes": 152,
    "translated": 76915,
    "translated_words": 294729,
    "translated_percent": 58.4,
    "translated_words_percent": 55.6,
    "translated_chars": 1780156,
    "translated_chars_percent": 55.6,
    "fuzzy": 6317,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 20896,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 127728,
    "fuzzy_chars_percent": 3.9,
    "failing": 2333,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4060,
    "readonly_percent": 3.0,
    "readonly_words": 14737,
    "readonly_words_percent": 2.7,
    "readonly_chars": 89304,
    "readonly_chars_percent": 2.7,
    "suggestions": 8580,
    "comments": 20,
    "name": "cockpit",
    "url": "https://translate.fedoraproject.org/projects/cockpit/"
}