Twinkle HubTwinkle Hub

香港即時空氣品質 (AQHI)

hk_rt_air_quality

🇭🇰 香港読み取り専用

Scope: Hong Kong public datasets and government data.

Fetch current HK Air Quality Health Index (AQHI) band summary from EPD.

Args: lang: "en" or "tc"

Returns {last_build_date, title, items[]} · each item has title, description, pub_date, link. Note: EPD only exposes BAND-level info (e.g. "General Stations: 3 to 4"), NOT per-station AQHI numbers. For per-station values users must visit aqhi.gov.hk directly (no API).

パラメータ

名前説明
langstring
生の JSON schema
{
  "properties": {
    "lang": {
      "default": "en",
      "title": "Lang",
      "type": "string"
    }
  },
  "title": "hk_rt_air_qualityArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
hk_rt_air_quality({ lang: "…" })