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": 82840,
    "total_words": 375860,
    "total_chars": 2287640,
    "last_change": "2025-07-29T22:25:47.954327Z",
    "recent_changes": 0,
    "translated": 82077,
    "translated_words": 367269,
    "translated_percent": 99.0,
    "translated_words_percent": 97.7,
    "translated_chars": 2233925,
    "translated_chars_percent": 97.6,
    "fuzzy": 608,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 8037,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 50008,
    "fuzzy_chars_percent": 2.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 65105,
    "approved_percent": 78.5,
    "approved_words": 282350,
    "approved_words_percent": 75.1,
    "approved_chars": 1711075,
    "approved_chars_percent": 74.7,
    "readonly": 4142,
    "readonly_percent": 5.0,
    "readonly_words": 18793,
    "readonly_words_percent": 5.0,
    "readonly_chars": 114382,
    "readonly_chars_percent": 5.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Sonoran CMS",
    "url": "https://translate.sonoransoftware.com/projects/sonoran-cms/"
}