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": 60316,
    "total_words": 453125,
    "total_chars": 2958091,
    "last_change": "2024-04-27T03:13:51.355211Z",
    "recent_changes": 231,
    "translated": 26287,
    "translated_words": 140590,
    "translated_percent": 43.5,
    "translated_words_percent": 31.0,
    "translated_chars": 895531,
    "translated_chars_percent": 30.2,
    "fuzzy": 7224,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 40587,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 267768,
    "fuzzy_chars_percent": 9.0,
    "failing": 2694,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 4785,
    "comments": 3,
    "name": "Kannada",
    "url": "https://translate.fedoraproject.org/languages/kn/"
}