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": 9460,
    "total_words": 111838,
    "total_chars": 857889,
    "last_change": "2025-05-08T22:30:57.173000Z",
    "recent_changes": 1173,
    "translated": 8918,
    "translated_words": 102225,
    "translated_percent": 94.2,
    "translated_words_percent": 91.4,
    "translated_chars": 788258,
    "translated_chars_percent": 91.8,
    "fuzzy": 25,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 367,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 2972,
    "fuzzy_chars_percent": 0.3,
    "failing": 8,
    "failing_percent": 0.1,
    "approved": 8332,
    "approved_percent": 88.0,
    "approved_words": 95984,
    "approved_words_percent": 85.8,
    "approved_chars": 738616,
    "approved_chars_percent": 86.0,
    "readonly": 158,
    "readonly_percent": 1.6,
    "readonly_words": 873,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6931,
    "readonly_chars_percent": 0.8,
    "suggestions": 45,
    "comments": 13,
    "name": "French",
    "url": "https://translate.tails.net/languages/fr/"
}