An open API service indexing awesome lists of open source software.

https://github.com/mathsgod/holiday-data


https://github.com/mathsgod/holiday-data

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# holiday-data

這個Project是用來記錄香港公眾假期的資料, 每月自動更新.
由於1823.gov.hk只會keep近3年的資料, 所以可以用這個Project來記錄過去的資料.
每次更新都不會刪除舊資料, 只會新增新資料.

This project is used to record Hong Kong public holiday data, updated automatically every month.
Since 1823.gov.hk only keeps data for the past 3 years, this project can be used to record historical data.
Each update will not delete old data, only add new data.

## 資料來源
https://www.1823.gov.hk/common/ical/en.json
https://www.1823.gov.hk/common/ical/tc.json
https://www.1823.gov.hk/common/ical/sc.json

## 資料格式

```json
{
"id": "20251226@1823.gov.hk",
"name": "聖誕節後第一個周日",
"date": "2025-12-26"
}
```

## 資料LINK

資料由2011年11月26日開始直到現在

Data is available from November 26, 2011, to the present.

https://raw.githubusercontent.com/mathsgod/holiday-data/refs/heads/main/data/en.json
https://raw.githubusercontent.com/mathsgod/holiday-data/refs/heads/main/data/tc.json
https://raw.githubusercontent.com/mathsgod/holiday-data/refs/heads/main/data/sc.json