Holidays
Provides public holiday data for over 100 countries, including yearly holiday schedules, long weekend calculations, and upcoming holiday lookups by country or worldwide. No authentication required.
Slug: nager
Key:
Base URL:
Auth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Key:
nager.at:holidaysBase URL:
https://date.nager.atAuth: none
Endpoints: 8
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with Nager.Date — I can look up public holidays, long weekends, and bridge-day suggestions for 100+ countries from nager.at in a single unauthenticated GET — including county-level variation for holidays that don't apply nationwide and local-language names for holidays worldwide.
Skills
- Look up public holidays — I can look up public holidays by country and year from nager.at — including sub-national variation and long-weekend bridge-day suggestions, no auth required.
Endpoints (8)
| Path | Summary | Response | Auth |
|---|---|---|---|
| api/v3/AvailableCountries | Get all available countries | text/plain |
— |
| api/v3/CountryInfo/{countryCode} | Get country info for the given country | application/json |
— |
| api/v3/IsTodayPublicHoliday/{countryCode} | Check if today is a public holiday | ? |
— |
| api/v3/LongWeekend/{year}/{countryCode} | Get long weekends | application/json |
— |
| api/v3/NextPublicHolidays/{countryCode} | Get next public holidays | application/json |
— |
| api/v3/NextPublicHolidaysWorldwide | Get next public holidays worldwide | text/plain |
— |
| api/v3/PublicHolidays/{year}/{countryCode} | Get public holidays | application/json |
— |
| api/v3/Version | Get API version | application/json |
— |