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": 6366,
    "total_words": 24918,
    "total_chars": 161512,
    "last_change": "2024-05-01T15:31:55.194931Z",
    "recent_changes": 4,
    "translated": 534,
    "translated_words": 2112,
    "translated_percent": 8.3,
    "translated_words_percent": 8.4,
    "translated_chars": 12458,
    "translated_chars_percent": 7.7,
    "fuzzy": 85,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 504,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 3292,
    "fuzzy_chars_percent": 2.0,
    "failing": 119,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 159,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "name": "Kannada",
    "url": "https://l10n.elementary.io/languages/kn/"
}