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": 3266,
    "total_words": 11822,
    "last_change": "2025-04-02T09:48:17.739798Z",
    "recent_changes": 408,
    "translated": 3243,
    "translated_words": 11371,
    "translated_percent": 99.2,
    "translated_words_percent": 96.1,
    "translated_chars": 75329,
    "translated_chars_percent": 95.8,
    "total_chars": 78555,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "failing": 18,
    "failing_percent": 0.5,
    "name": "Swedish",
    "url": "https://translate.lxqt-project.org/languages/sv/"
}