🌀 香港天文台 熱帶氣旋路徑資料
資料來源:香港天文台(HKO)· 本站僅作格式轉換與轉發
目前熱帶氣旋數量
0
資料產生時間(香港時間)
2026-07-28T18:31:12.829068+08:00
系統
(監測範圍內目前無熱帶氣旋)
端點
/typhoon.json — 完整資料(已開放 CORS)
fetch("https://hko-typhoon.pages.dev/typhoon.json")
.then(r => r.json())
.then(d => console.log(d.count, d.storms));