Languages API.

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

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

{
    "total": 6636,
    "total_words": 41709,
    "total_chars": 253755,
    "last_change": "2026-04-05T11:24:13.250754Z",
    "recent_changes": 472,
    "translated": 5779,
    "translated_words": 34621,
    "translated_percent": 87.0,
    "translated_words_percent": 83.0,
    "translated_chars": 209974,
    "translated_chars_percent": 82.7,
    "fuzzy": 15,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 135,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 790,
    "fuzzy_chars_percent": 0.3,
    "failing": 22,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 11,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 45,
    "readonly_chars_percent": 0.1,
    "suggestions": 27,
    "comments": 1,
    "name": "Polish",
    "url": "https://weblate.foundryvtt-hub.com/languages/pl/"
}