Twinkle HubTwinkle Hub

香港即時天氣 (HKO)

hk_rt_weather

🇭🇰 홍콩읽기 전용

Scope: Hong Kong public datasets and government data.

Fetch real-time HKO (Hong Kong Observatory) weather feed.

Historical weather (any prior date) is available via mirrored HKO tables (1884-2026).

dataType (choose ONE per call): rhrread : Regional current weather (temp/rain/humidity per station) warnsum : Active warnings summary. Codes: WHOT (very hot), WRAINY/A/R/B (rain amber/red/black), WTCSGNL (typhoon signal 1/3/8/9/10), WFIRE Y/R (fire danger), WFNTSA (thunderstorm), WFROST, WCOLD. Empty {} means no active warnings. flw : Local weather forecast (today's general outlook) fnd : 9-day forecast swt : Special weather tip

lang: "en" | "tc" | "sc"

파라미터

이름타입설명
dataTypestring
langstring
원본 JSON schema
{
  "properties": {
    "dataType": {
      "default": "rhrread",
      "title": "Datatype",
      "type": "string"
    },
    "lang": {
      "default": "en",
      "title": "Lang",
      "type": "string"
    }
  },
  "title": "hk_rt_weatherArguments",
  "type": "object"
}

호출 방법

스타터 — 파라미터는 위 표 참조
hk_rt_weather({ dataType: "…" })