Public Holidays

This API returns public holidays in Hong Kong.
https://api.useful-api.com/public-holidays

Headers

X-API-KEY
Your API key.

Parameters

langzh-hk | en
Language of the response content. Default to zh-hk.
startDateyyyy-MM-dd
Filter out public holidays before start date. Default to start of this year.
endDateyyyy-MM-dd
Filter out public holidays after end date. Default to end of this year.

Response Example

[
  {
    "name": "一月一日",
    "date": "2022-01-01"
  }
]