Twinkle HubTwinkle Hub

路名查郵遞區號

tw_lookup_zip33_by_road

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

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

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

Paramètres

NomTypeDescription
county *string
town *string
keywords *string
Schéma JSON brut
{
  "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"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_lookup_zip33_by_road({ county: "…" })