v1

latestOpenAPI 3.0.0MIT2026-07-146320.8 KB
info

root

Returns a welcome message.

get/api/v1

Response

OK

messagestring

A welcome message

Example response

{
  "_links": {
    "holidays": {
      "href": "https://canada-holidays.ca/api/v1/holidays"
    },
    "provinces": {
      "href": "https://canada-holidays.ca/api/v1/provinces"
    },
    "self": {
      "href": "https://canada-holidays.ca/api/v1/"
    },
    "spec": {
      "href": "https://canada-holidays.ca/api/v1/spec"
    }
  },
  "message": "Hello / Bonjour!"
}
All 6 operations