is_holiday
ActiveTool of Qiniso
USE THIS to check whether a date is a public/bank holiday when computing business-day deadlines, delivery SLAs or 'next working day'. Supports ~200 countries (ISO code, e.g. GB, US, ZA, DE, IN); GB defaults to England — pass a subdivision ('SCT'/'WLS'/'NIR', or a US state) to narrow.
Parameters schema
{
"type": "object",
"required": [
"date"
],
"properties": {
"date": {
"type": "string",
"description": "The date (YYYY-MM-DD)."
},
"subdiv": {
"type": "string",
"description": "Subdivision code (e.g. UK nation SCT/WLS/NIR, or a US state)."
},
"country": {
"type": "string",
"description": "ISO country code (default GB), e.g. GB, US, ZA, DE."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries