Languages API.

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

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

{
    "total": 2043,
    "total_words": 14172,
    "total_chars": 84121,
    "last_change": "2025-07-16T15:20:10.482817Z",
    "recent_changes": 12,
    "translated": 1897,
    "translated_words": 12521,
    "translated_percent": 92.8,
    "translated_words_percent": 88.3,
    "translated_chars": 73636,
    "translated_chars_percent": 87.5,
    "fuzzy": 21,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 292,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 1808,
    "fuzzy_chars_percent": 2.1,
    "failing": 34,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 39,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "https://weblate.foundryvtt-hub.com/languages/cs/"
}