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": 3321,
    "total_words": 31673,
    "total_chars": 218439,
    "last_change": "2025-11-03T09:11:00.633243Z",
    "recent_changes": 5,
    "translated": 3258,
    "translated_words": 30809,
    "translated_percent": 98.1,
    "translated_words_percent": 97.2,
    "translated_chars": 212237,
    "translated_chars_percent": 97.1,
    "fuzzy": 47,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 651,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 4466,
    "fuzzy_chars_percent": 2.0,
    "failing": 667,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.9,
    "readonly_words": 34,
    "readonly_words_percent": 0.1,
    "readonly_chars": 134,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.immersivetranslate.com/languages/fr/"
}