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": 202173,
    "total_words": 3036957,
    "total_chars": 22075420,
    "last_change": "2025-03-13T03:22:46.348339Z",
    "recent_changes": 647,
    "translated": 79706,
    "translated_words": 587200,
    "translated_percent": 39.4,
    "translated_words_percent": 19.3,
    "translated_chars": 3913325,
    "translated_chars_percent": 17.7,
    "fuzzy": 760,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 9023,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 65962,
    "fuzzy_chars_percent": 0.2,
    "failing": 2090,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 0.1,
    "readonly_words": 66,
    "readonly_words_percent": 0.1,
    "readonly_chars": 835,
    "readonly_chars_percent": 0.1,
    "suggestions": 2606,
    "comments": 2,
    "name": "Swedish",
    "url": "https://translate.fedoraproject.org/languages/sv/"
}