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": 7195,
    "total_words": 32997,
    "total_chars": 216809,
    "last_change": "2024-04-24T13:48:22.556972Z",
    "recent_changes": 224,
    "translated": 3559,
    "translated_words": 11313,
    "translated_percent": 49.4,
    "translated_words_percent": 34.2,
    "translated_chars": 76156,
    "translated_chars_percent": 35.1,
    "fuzzy": 699,
    "fuzzy_percent": 9.7,
    "failing": 368,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 983,
    "comments": 3,
    "name": "Swedish",
    "url": "https://l10n.elementary.io/languages/sv/"
}