https://github.com/mathsgod/holiday-data
https://github.com/mathsgod/holiday-data
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathsgod/holiday-data
- Owner: mathsgod
- Created: 2025-01-10T02:44:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T00:14:48.000Z (over 1 year ago)
- Last Synced: 2025-03-13T09:03:24.954Z (over 1 year ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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