- Home
- Categories
- Calendar
- Nager.Date API
Nager.Date API
Nager.Date API provides developers with free access to accurate public holiday data and calendar information, suitable for scheduling and reminder applications.
Developed by Nager.Date
Reference for available routes, request structures, and live examples.
Lists public holidays for a country/year
https://date.nager.at/PublicHolidays/{year}/{countryCode}curl -X GET 'https://date.nager.at/PublicHolidays/{year}/{countryCode}'{
"year": 2023,
"countryCode": "US"
}[
{
"date": "2023-01-01",
"name": "New Year's Day",
"localName": "New Year's Day"
}
]- Avoid scheduling events on bank holidays across countriesOptimized Capability
- International e‑commerce shipping cutoff planningOptimized Capability
- HR leave planner respecting local holidaysOptimized Capability
- Travel app notifying users of destination holidaysOptimized Capability
- Automated calendar content scheduling aware of holidaysOptimized Capability
- ✓ Free and open‑source with no signup required
- ✓ Supports 100+ countries with subdivision‑level detail
- ✓ CORS enabled and easy to integrate
- ✓ Offline options via Docker and NuGet
- ✗ No authentication or usage tracking, might result in unexpected usage
- ✗ No support for city‑level or ultra‑granular holidays
- ✗ Islamic lunar holidays may be missing or inaccurate
- ✗ No XML or other response formats beyond JSON
FAQs
API Specifications
v3Less than 5 minutes for basic REST integration
Unlimited (no enforced limit)
Unlimited free access to REST API with no signup or API key required
Use Case: Best For
Global holiday‑aware apps, scheduling tools, calendar integrations, logistics planning
Not Recommended For
City‑level holiday queries, workflows needing strict API usage monitoring
Explore Related APIs
Discover similar APIs to Nager.Date API
Cal.com Scheduling API
Cal.com offers developers an open-source REST API for managing schedules, bookings, and event types, with support for both cloud and self-hosted environments.