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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:23.557907Z",
    "recent_changes": 2,
    "translated": 672,
    "translated_words": 4308,
    "translated_percent": 99.5,
    "translated_words_percent": 99.6,
    "translated_chars": 25953,
    "translated_chars_percent": 99.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 46,
    "fuzzy_chars_percent": 0.1,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 349,
    "approved_percent": 51.7,
    "approved_words": 1567,
    "approved_words_percent": 36.2,
    "approved_chars": 9480,
    "approved_chars_percent": 36.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 1,
    "name": "Swedish",
    "url": "https://weblate.tusky.app/languages/sv/"
}