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": 63986,
    "total_words": 473722,
    "total_chars": 3090651,
    "last_change": "2025-03-12T01:14:16.144372Z",
    "recent_changes": 90,
    "translated": 27703,
    "translated_words": 146644,
    "translated_percent": 43.2,
    "translated_words_percent": 30.9,
    "translated_chars": 935433,
    "translated_chars_percent": 30.2,
    "fuzzy": 7721,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 43763,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 288701,
    "fuzzy_chars_percent": 9.3,
    "failing": 2923,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 202,
    "readonly_chars_percent": 0.1,
    "suggestions": 5081,
    "comments": 3,
    "name": "Kannada",
    "url": "https://translate.fedoraproject.org/languages/kn/"
}