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": 5412,
    "total_words": 57754,
    "total_chars": 469904,
    "last_change": "2026-01-15T15:29:39.857897Z",
    "recent_changes": 383,
    "translated": 5224,
    "translated_words": 55044,
    "translated_percent": 96.5,
    "translated_words_percent": 95.3,
    "translated_chars": 450740,
    "translated_chars_percent": 95.9,
    "fuzzy": 86,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 1367,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 10105,
    "fuzzy_chars_percent": 2.1,
    "failing": 88,
    "failing_percent": 1.6,
    "approved": 4683,
    "approved_percent": 86.5,
    "approved_words": 50816,
    "approved_words_percent": 87.9,
    "approved_chars": 412711,
    "approved_chars_percent": 87.8,
    "readonly": 52,
    "readonly_percent": 0.9,
    "readonly_words": 129,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1557,
    "readonly_chars_percent": 0.3,
    "suggestions": 27,
    "comments": 5,
    "name": "French",
    "url": "https://translate.tails.net/languages/fr/"
}