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": 4427,
    "total_words": 38905,
    "last_change": "2025-11-21T10:00:10.274538Z",
    "recent_changes": 63,
    "translated": 3808,
    "translated_words": 32503,
    "translated_percent": 86.0,
    "translated_words_percent": 83.5,
    "translated_chars": 197404,
    "translated_chars_percent": 83.7,
    "total_chars": 235631,
    "fuzzy": 106,
    "fuzzy_percent": 2.3,
    "failing": 444,
    "failing_percent": 10.0,
    "approved": 383,
    "approved_percent": 8.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 7,
    "comments": 0,
    "name": "Danish",
    "url": "https://traduk.amikumu.com/languages/da/"
}