Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/se/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 15385,
    "total_words": 86373,
    "total_chars": 535861,
    "last_change": "2024-05-04T22:59:53.178179Z",
    "recent_changes": 2,
    "translated": 1922,
    "translated_words": 8252,
    "translated_percent": 12.4,
    "translated_words_percent": 9.5,
    "translated_chars": 51665,
    "translated_chars_percent": 9.6,
    "fuzzy": 463,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 3201,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 19900,
    "fuzzy_chars_percent": 3.7,
    "failing": 233,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 0.1,
    "readonly_words": 24,
    "readonly_words_percent": 0.1,
    "readonly_chars": 175,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Sami (Northern)",
    "url": "https://hosted.weblate.org/languages/se/"
}