Back to catalog
📅

Abstract Public Holidays

API Key

Data on national, regional, and religious holidays via API

📅CalendarHTTPSCORS enabled

US Holidays 2026

5 items

New Year's Day

2026-01-01

National

Independence Day

2026-07-04

National

Thanksgiving Day

2026-11-26

National

Christmas Day

2026-12-25

National

Memorial Day

2026-05-25

National

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "New Year's Day",
5 "date": "2026-01-01",
6 "country_code": "US",
7 "type": "National",
8 "description": "First day of the year"
9 },
10 {
11 "name": "Independence Day",
12 "date": "2026-07-04",
13 "country_code": "US",
14 "type": "National",
15 "description": "Celebrates the Declaration of Independence"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.abstractapi.com/holidays-api" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs