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": 239,
    "total_words": 1940,
    "last_change": "2022-11-20T13:14:50.392944Z",
    "recent_changes": 15,
    "translated": 134,
    "translated_words": 658,
    "translated_percent": 56.0,
    "translated_words_percent": 33.9,
    "translated_chars": 4188,
    "translated_chars_percent": 35.5,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 5,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Swedish",
    "url": "https://i18n.tweaked.cc/languages/sv/"
}