Holidays API for Developers

Global holidays API for fetch public holidays list by countries, cities and region to integrate easily in any app.

230+ Countries

Comprehensive holiday data for major countries worldwide including the USA, UK, Canada, France, Germany, China, Japan, India and more.

Always Updated

Over 7000+ holidays data accessible via API on federal, state, and local levels with simple GET requests regularly updated from official sources

RESTful API

Simple REST API with JSON responses with all holidays for an year, country code or type of holidays, e.g national holidays, bank holidays etc.

Get Your API Key
Start integrating holiday data into your applications today
API Examples
Quick start examples in different programming languages
curl -X GET "https://api.11holidays.com/v1/holidays?country=US&year=2026" \
  -H "Authorization: Bearer YOUR_API_KEY"