Languages API.

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

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

{
    "total": 2204,
    "total_words": 9630,
    "last_change": "2026-04-07T00:51:58.733286Z",
    "recent_changes": 175,
    "translated": 1829,
    "translated_words": 7771,
    "translated_percent": 82.9,
    "translated_words_percent": 80.6,
    "translated_chars": 49278,
    "translated_chars_percent": 80.8,
    "total_chars": 60968,
    "fuzzy": 120,
    "fuzzy_percent": 5.4,
    "failing": 76,
    "failing_percent": 3.4,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}