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": 1057,
    "total_words": 7019,
    "last_change": "2024-12-17T08:07:59.421388Z",
    "recent_changes": 25,
    "translated": 297,
    "translated_words": 794,
    "translated_percent": 28.0,
    "translated_words_percent": 11.3,
    "translated_chars": 6379,
    "translated_chars_percent": 14.0,
    "total_chars": 45414,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 2.7,
    "suggestions": 15,
    "comments": 0,
    "name": "Swedish",
    "url": "https://weblate.rikka.app/languages/sv/"
}