CH
Canada Holidays API
6 endpointsliveThis API lists all 31 public holidays for all 13 provinces and territories in Canada, including federal holidays. (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Canada Holidays API.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| root /api/v1 | Returns a welcome message. | $0.0020 per call | unknown |
| Get all holidays /api/v1/holidays | Returns Canadian public holidays. Each holiday lists the regions that observe it. | $0.0020 per call | unknown |
| Get a holiday by id /api/v1/holidays/{holidayId} | Returns one Canadian statutory holiday by integer id. Returns a 404 response for invalid ids. | $0.0020 per call | unknown |
| Get all provinces /api/v1/provinces | Returns provinces and territories in Canada. Each province or territory lists its associated holidays. | $0.0020 per call | unknown |
| Get a province or territory by abbreviation /api/v1/provinces/{provinceId} | Returns a Canadian province or territory with its associated holidays. Returns a 404 response for invalid abbreviations. | $0.0020 per call | unknown |
| Get JSON schema /api/v1/spec | Gets the schema for the JSON API as a yaml file. | $0.0020 per call | unknown |