Languages API.

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

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

{
    "total": 32849,
    "total_words": 153080,
    "total_chars": 943736,
    "last_change": "2024-05-05T21:30:30.758320Z",
    "recent_changes": 2619,
    "translated": 26041,
    "translated_words": 116180,
    "translated_percent": 79.2,
    "translated_words_percent": 75.8,
    "translated_chars": 718875,
    "translated_chars_percent": 76.1,
    "fuzzy": 216,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 811,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 4604,
    "fuzzy_chars_percent": 0.4,
    "failing": 493,
    "failing_percent": 1.5,
    "approved": 21125,
    "approved_percent": 64.3,
    "approved_words": 93898,
    "approved_words_percent": 61.3,
    "approved_chars": 582451,
    "approved_chars_percent": 61.7,
    "readonly": 41,
    "readonly_percent": 0.1,
    "readonly_words": 60,
    "readonly_words_percent": 0.1,
    "readonly_chars": 360,
    "readonly_chars_percent": 0.1,
    "suggestions": 52,
    "comments": 0,
    "name": "Danish",
    "url": "https://kodi.weblate.cloud/languages/da_dk/"
}