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": 6611,
    "total_words": 41965,
    "total_chars": 255341,
    "last_change": "2025-08-31T12:36:43.793233Z",
    "recent_changes": 474,
    "translated": 5824,
    "translated_words": 35134,
    "translated_percent": 88.0,
    "translated_words_percent": 83.7,
    "translated_chars": 213168,
    "translated_chars_percent": 83.4,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 266,
    "fuzzy_chars_percent": 0.1,
    "failing": 20,
    "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/"
}