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": 675,
    "total_words": 2824,
    "total_chars": 17091,
    "last_change": "2023-05-19T15:35:05.232445Z",
    "recent_changes": 1,
    "translated": 562,
    "translated_words": 2063,
    "translated_percent": 83.2,
    "translated_words_percent": 73.0,
    "translated_chars": 12461,
    "translated_chars_percent": 72.9,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 166,
    "fuzzy_chars_percent": 0.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Kannada",
    "url": "https://translate.skvalex.com/languages/kn/"
}