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