The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsHolidays & Workdays
live/holidays · 6 endpoints
post/holidays/v1/holidays1 creditpublic holidays for a country + year (full Nager fields + derived year/weekday/nationwide)
country*year*
{
"country": "US",
"year": 2026
}Try in playground →post/holidays/v1/is_workday1 creditis a given date a working day for a country? (weekend + public-holiday aware; reasons[] explain)
country*date*weekendtypessubdivision
{
"country": "US",
"date": "2026-01-01"
}Try in playground →post/holidays/v1/workday_count1 creditbusiness-day count over a date range: workdays/weekend_days/holiday_days + the holidays in range
country*start*end*weekendtypessubdivision
{
"country": "US",
"start": "2026-01-01",
"end": "2026-01-31"
}Try in playground →post/holidays/v1/next_holidays1 creditupcoming public holidays (next ~365 days) with daysUntil
country*today
{
"country": "US"
}Try in playground →post/holidays/v1/long_weekends1 creditlong-weekend windows for a country + year (+ bridge-day suggestions)
country*year*
{
"country": "US",
"year": 2026
}Try in playground →