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": 6604,
    "total_words": 41938,
    "total_chars": 255159,
    "last_change": "2025-07-16T22:16:52.762141Z",
    "recent_changes": 533,
    "translated": 5809,
    "translated_words": 35091,
    "translated_percent": 87.9,
    "translated_words_percent": 83.6,
    "translated_chars": 212925,
    "translated_chars_percent": 83.4,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 234,
    "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/"
}