CH
Canada Holidays API
/api/v1/holidays
Get all holidays
Returns Canadian public holidays. Each holiday lists the regions that observe it.
liveunknown~3s typical
holidayscanada
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-canada-holidays-ca /api/v1/holidays for me.
Input
| Field | Type | Description |
|---|---|---|
| year | integer | A calendar year default 2023 |
| federal | string (1 | 0 | true | false) | A boolean parameter. If true or 1, will return only federal holidays. If false or 0, will return no federal holidays. default null |
| optional | string (1 | 0 | true | false) | A boolean parameter. If false or 0 (default), will return only legislated holidays. If true or 1, will return optional holidays from Alberta and BC. default "false" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-canada-holidays-ca","endpoint":"/api/v1/holidays","input":{"year":2023,"federal":"1","optional":"false"}}'cli
npx cracked-ai run -p oa-canada-holidays-ca -e /api/v1/holidays -i '{"year":2023,"federal":"1","optional":"false"}'mcp
run_tool({ provider: "oa-canada-holidays-ca", endpoint: "/api/v1/holidays", input: {"year":2023,"federal":"1","optional":"false"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.