Languages API.

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

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

{
    "total": 43101,
    "total_words": 335913,
    "total_chars": 2085790,
    "last_change": "2025-05-09T12:59:51.555046Z",
    "recent_changes": 13,
    "translated": 30307,
    "translated_words": 213215,
    "translated_percent": 70.3,
    "translated_words_percent": 63.4,
    "translated_chars": 1308369,
    "translated_chars_percent": 62.7,
    "fuzzy": 11012,
    "fuzzy_percent": 25.5,
    "failing": 2002,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate.checkmk.com/languages/nl/"
}