CH
Canada Holidays API
/api/v1/provinces
Get all provinces
Returns provinces and territories in Canada. Each province or territory lists its associated holidays.
liveunknown~3s typical
provincescanada
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-canada-holidays-ca /api/v1/provinces for me.
Input
| Field | Type | Description |
|---|---|---|
| year | integer | A calendar year default 2023 |
| 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/provinces","input":{"year":2023,"optional":"false"}}'cli
npx cracked-ai run -p oa-canada-holidays-ca -e /api/v1/provinces -i '{"year":2023,"optional":"false"}'mcp
run_tool({ provider: "oa-canada-holidays-ca", endpoint: "/api/v1/provinces", input: {"year":2023,"optional":"false"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.