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": 283632,
    "total_words": 2397670,
    "total_chars": 19019314,
    "last_change": "2024-04-30T17:07:01.534036Z",
    "recent_changes": 611,
    "translated": 202862,
    "translated_words": 1387063,
    "translated_percent": 71.5,
    "translated_words_percent": 57.8,
    "translated_chars": 10229792,
    "translated_chars_percent": 53.7,
    "fuzzy": 10,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 512,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 3988,
    "fuzzy_chars_percent": 0.1,
    "failing": 3155,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 20,
    "comments": 0,
    "name": "Swedish",
    "url": "https://translations.documentfoundation.org/languages/sv/"
}