Languages API.

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

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

{
    "total": 31843,
    "total_words": 220448,
    "total_chars": 1408172,
    "last_change": "2025-11-30T12:36:44.287528Z",
    "recent_changes": 458,
    "translated": 25533,
    "translated_words": 185924,
    "translated_percent": 80.1,
    "translated_words_percent": 84.3,
    "translated_chars": 1191925,
    "translated_chars_percent": 84.6,
    "fuzzy": 1206,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 9477,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 57422,
    "fuzzy_chars_percent": 4.0,
    "failing": 1623,
    "failing_percent": 5.0,
    "approved": 341,
    "approved_percent": 1.0,
    "approved_words": 1586,
    "approved_words_percent": 0.7,
    "approved_chars": 9412,
    "approved_chars_percent": 0.6,
    "readonly": 113,
    "readonly_percent": 0.3,
    "readonly_words": 333,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2182,
    "readonly_chars_percent": 0.1,
    "suggestions": 1152,
    "comments": 2,
    "name": "French",
    "url": "https://weblate.foundryvtt-hub.com/languages/fr/"
}