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": 2118,
    "total_words": 9259,
    "last_change": "2025-04-13T06:58:06.760996Z",
    "recent_changes": 89,
    "translated": 1726,
    "translated_words": 7385,
    "translated_percent": 81.4,
    "translated_words_percent": 79.7,
    "translated_chars": 46389,
    "translated_chars_percent": 78.9,
    "total_chars": 58773,
    "fuzzy": 145,
    "fuzzy_percent": 6.8,
    "failing": 79,
    "failing_percent": 3.7,
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/languages/sv/"
}