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": 5461,
    "total_words": 58824,
    "total_chars": 477017,
    "last_change": "2026-07-30T12:00:43.564573Z",
    "recent_changes": 427,
    "translated": 5249,
    "translated_words": 55623,
    "translated_percent": 96.1,
    "translated_words_percent": 94.5,
    "translated_chars": 453025,
    "translated_chars_percent": 94.9,
    "fuzzy": 83,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 1339,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 10575,
    "fuzzy_chars_percent": 2.2,
    "failing": 79,
    "failing_percent": 1.4,
    "approved": 4706,
    "approved_percent": 86.1,
    "approved_words": 51272,
    "approved_words_percent": 87.1,
    "approved_chars": 415225,
    "approved_chars_percent": 87.0,
    "readonly": 51,
    "readonly_percent": 0.9,
    "readonly_words": 128,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1288,
    "readonly_chars_percent": 0.2,
    "suggestions": 25,
    "comments": 4,
    "name": "French",
    "url": "https://translate.tails.net/languages/fr/"
}