Languages API.

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

GET /api/languages/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2170,
    "total_words": 9407,
    "last_change": "2026-03-22T22:22:18.696209Z",
    "recent_changes": 76,
    "translated": 670,
    "translated_words": 2422,
    "translated_percent": 30.8,
    "translated_words_percent": 25.7,
    "translated_chars": 15605,
    "translated_chars_percent": 26.2,
    "total_chars": 59408,
    "fuzzy": 189,
    "fuzzy_percent": 8.7,
    "failing": 16,
    "failing_percent": 0.7,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}