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: "…" })