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": 5541,
    "total_words": 29255,
    "total_chars": 178573,
    "last_change": "2023-10-21T03:06:09.063592Z",
    "recent_changes": 144,
    "translated": 4845,
    "translated_words": 24246,
    "translated_percent": 87.4,
    "translated_words_percent": 82.8,
    "translated_chars": 147437,
    "translated_chars_percent": 82.5,
    "fuzzy": 509,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 3694,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 23017,
    "fuzzy_chars_percent": 12.8,
    "failing": 1043,
    "failing_percent": 18.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Danish",
    "url": "https://l10n.xwiki.org/languages/da/"
}