Public holidays for more than 90 countries
Provides public holiday and long weekend information for over 100 countries worldwide.
import requests
url = "https://date.nager.at/api/v3/PublicHolidays/2023/US"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)