Twinkle HubTwinkle Hub

香港即時停車場空位

hk_rt_carpark

🇭🇰 香港読み取り専用

Scope: Hong Kong public datasets and government data.

Fetch HK real-time car park vacancy from Transport Department.

Args: lang: "en_us" (default) · "zh_tw" · "zh_cn"

Returns raw JSON with results list. Each park has park_Id, privateCar[] with vacancy counts + lastupdate timestamp.

パラメータ

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

呼び出し方

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