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": 2077,
    "total_words": 9089,
    "last_change": "2025-04-13T06:58:06.760996Z",
    "recent_changes": 91,
    "translated": 1733,
    "translated_words": 7408,
    "translated_percent": 83.4,
    "translated_words_percent": 81.5,
    "translated_chars": 46620,
    "translated_chars_percent": 81.0,
    "total_chars": 57512,
    "fuzzy": 143,
    "fuzzy_percent": 6.8,
    "failing": 82,
    "failing_percent": 3.9,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}