Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en/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-05T11:01:59.795887Z",
    "recent_changes": 1,
    "translated": 12432,
    "translated_words": 315355,
    "translated_percent": 95.5,
    "translated_words_percent": 97.3,
    "translated_chars": 2493231,
    "translated_chars_percent": 97.3,
    "fuzzy": 174,
    "fuzzy_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 100,
    "comments": 0,
    "name": "English",
    "url": "https://weblate.mineland.net/languages/en/"
}