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": 2190,
    "total_words": 9514,
    "last_change": "2026-03-22T22:22:18.696209Z",
    "recent_changes": 76,
    "translated": 652,
    "translated_words": 2328,
    "translated_percent": 29.7,
    "translated_words_percent": 24.4,
    "translated_chars": 14958,
    "translated_chars_percent": 24.8,
    "total_chars": 60124,
    "fuzzy": 207,
    "fuzzy_percent": 9.4,
    "failing": 18,
    "failing_percent": 0.8,
    "name": "Spanish",
    "url": "http://i18n.foe-helper.com/languages/es/"
}