Translation projects API.

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

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

{
    "total": 22720,
    "total_words": 113814,
    "total_chars": 681794,
    "last_change": "2025-12-25T07:27:41.884552Z",
    "recent_changes": 847,
    "translated": 15402,
    "translated_words": 74736,
    "translated_percent": 67.7,
    "translated_words_percent": 65.6,
    "translated_chars": 442394,
    "translated_chars_percent": 64.8,
    "fuzzy": 144,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 1445,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 8314,
    "fuzzy_chars_percent": 1.2,
    "failing": 713,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 114,
    "readonly_percent": 0.5,
    "readonly_words": 132,
    "readonly_words_percent": 0.1,
    "readonly_chars": 793,
    "readonly_chars_percent": 0.1,
    "suggestions": 114,
    "comments": 0,
    "name": "Session",
    "url": "https://translate.stayinsession.com/projects/session/"
}