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