Languages API.

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

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

{
    "total": 4494,
    "total_words": 21692,
    "total_chars": 131993,
    "last_change": "2023-10-21T03:06:51.759058Z",
    "recent_changes": 2,
    "translated": 1122,
    "translated_words": 5168,
    "translated_percent": 24.9,
    "translated_words_percent": 23.8,
    "translated_chars": 31988,
    "translated_chars_percent": 24.2,
    "fuzzy": 3255,
    "fuzzy_percent": 72.4,
    "fuzzy_words": 15717,
    "fuzzy_words_percent": 72.4,
    "fuzzy_chars": 95082,
    "fuzzy_chars_percent": 72.0,
    "failing": 3505,
    "failing_percent": 77.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 2,
    "name": "Kannada",
    "url": "https://l10n.xwiki.org/languages/kn/"
}