Twinkle HubTwinkle Hub

路名查郵遞區號

tw_lookup_zip33_by_road

検証ツール · 20 件🇹🇼 台湾読み取り専用

路名/地區名 → 6 碼郵遞區號清單.

Args: county: 縣市 e.g. '臺北市' town: 鄉鎮市區 e.g. '信義區' keywords: 路名或地區關鍵字 e.g. '忠孝東路' Returns: {found, result: [{zip33, road, zip33Range, department}]}

パラメータ

名前説明
county *string
town *string
keywords *string
生の JSON schema
{
  "properties": {
    "county": {
      "title": "County",
      "type": "string"
    },
    "town": {
      "title": "Town",
      "type": "string"
    },
    "keywords": {
      "title": "Keywords",
      "type": "string"
    }
  },
  "required": [
    "county",
    "town",
    "keywords"
  ],
  "title": "lookup_zip33_by_roadArguments",
  "type": "object"
}

呼び出し方

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