Translation projects API.

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

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

{
    "total": 83520,
    "total_words": 373680,
    "total_chars": 2274560,
    "last_change": "2025-09-15T22:58:00.324599Z",
    "recent_changes": 19,
    "translated": 82681,
    "translated_words": 364671,
    "translated_percent": 98.9,
    "translated_words_percent": 97.5,
    "translated_chars": 2218660,
    "translated_chars_percent": 97.5,
    "fuzzy": 684,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 8455,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 52193,
    "fuzzy_chars_percent": 2.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 61160,
    "approved_percent": 73.2,
    "approved_words": 263084,
    "approved_words_percent": 70.4,
    "approved_chars": 1593964,
    "approved_chars_percent": 70.0,
    "readonly": 4176,
    "readonly_percent": 5.0,
    "readonly_words": 18684,
    "readonly_words_percent": 5.0,
    "readonly_chars": 113728,
    "readonly_chars_percent": 5.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Sonoran CMS",
    "url": "https://translate.sonoransoftware.com/projects/sonoran-cms/"
}