Languages API.

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

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

{
    "total": 519393,
    "total_words": 4109760,
    "total_chars": 26560488,
    "last_change": "2024-04-19T23:41:02.580678Z",
    "recent_changes": 10725,
    "translated": 230856,
    "translated_words": 1133799,
    "translated_percent": 44.4,
    "translated_words_percent": 27.5,
    "translated_chars": 7211008,
    "translated_chars_percent": 27.1,
    "fuzzy": 46431,
    "fuzzy_percent": 8.9,
    "fuzzy_words": 247117,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 1609139,
    "fuzzy_chars_percent": 6.0,
    "failing": 22051,
    "failing_percent": 4.2,
    "approved": 1137,
    "approved_percent": 0.2,
    "approved_words": 6657,
    "approved_words_percent": 0.1,
    "approved_chars": 42301,
    "approved_chars_percent": 0.1,
    "readonly": 5146,
    "readonly_percent": 0.9,
    "readonly_words": 16668,
    "readonly_words_percent": 0.4,
    "readonly_chars": 142489,
    "readonly_chars_percent": 0.5,
    "suggestions": 7136,
    "comments": 52,
    "name": "Danish",
    "url": "https://hosted.weblate.org/languages/da/"
}