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": 712950,
    "total_words": 6151782,
    "total_chars": 40714075,
    "last_change": "2024-04-26T22:56:16.741701Z",
    "recent_changes": 15020,
    "translated": 340519,
    "translated_words": 1790940,
    "translated_percent": 47.7,
    "translated_words_percent": 29.1,
    "translated_chars": 11463205,
    "translated_chars_percent": 28.1,
    "fuzzy": 35782,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 201917,
    "fuzzy_words_percent": 3.2,
    "fuzzy_chars": 1549012,
    "fuzzy_chars_percent": 3.8,
    "failing": 22397,
    "failing_percent": 3.1,
    "approved": 8771,
    "approved_percent": 1.2,
    "approved_words": 49146,
    "approved_words_percent": 0.7,
    "approved_chars": 323335,
    "approved_chars_percent": 0.7,
    "readonly": 5940,
    "readonly_percent": 0.8,
    "readonly_words": 31927,
    "readonly_words_percent": 0.5,
    "readonly_chars": 245351,
    "readonly_chars_percent": 0.6,
    "suggestions": 12579,
    "comments": 204,
    "name": "Swedish",
    "url": "https://hosted.weblate.org/languages/sv/"
}