This page contains all the APIs available on seeholidays.com, you can use them in your own App.
This API will tell you if a given date is a holiday in a given region.
| Name | Type | Description | 
|---|---|---|
| regionName | string | The name of the region, e.g. "New South Wales" | 
| date | string | The date in YYYY-MM-DD format, e.g. "2025-12-25" | 
/api/is-holiday?regionName=Victoria&date=2025-12-25
{
  "type": "public holiday",
  "name": "Christmas Day"
}