In Bern, CH there's a super sweet sauna down at the Aare.
Their current capacity can be seen on their website or through this little API wrapper.
from pylorauna.lorauna import LoraunaClient
client = LoraunaClient()
data = client.get_data()
print(data.capacity_message)
# $ Mir hei no bis Endi Oktober Summerpouse.
pip install pylorauna