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": 13016,
    "total_words": 324076,
    "total_chars": 2561177,
    "last_change": "2026-04-02T20:53:24.135893Z",
    "recent_changes": 1,
    "translated": 403,
    "translated_words": 3689,
    "translated_percent": 3.0,
    "translated_words_percent": 1.1,
    "translated_chars": 27743,
    "translated_chars_percent": 1.0,
    "fuzzy": 52,
    "fuzzy_percent": 0.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 96,
    "comments": 0,
    "name": "French",
    "url": "https://weblate.mineland.net/languages/fr/"
}