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": 8941,
    "total_words": 75559,
    "total_chars": 509401,
    "last_change": "2025-10-15T07:15:44.945776Z",
    "recent_changes": 366,
    "translated": 8931,
    "translated_words": 75502,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 509079,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 27,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Danish",
    "url": "http://translate.pkp.sfu.ca/languages/da/"
}