latestSwagger 2.0raw.githubusercontent.com2026-08-093715.3 KB

4a4c43b9b253

address

Search for a list of addresses

returns a list of addresses matching the search string

get/addresses

Query parameters

qstring required

search string

Response

successful query

slastring required

The full address flattened to a single line. The primary use is for search results and for autocomplete.

sslastring

The full address flattened to a single line. The primary use is for search results and for autocomplete.

scorenumber required

strength of the match relative to the other matches

pidstring required

The Persistent Identifier is unique to the real world feature this record represents.

Example response

[
  {
    "sla": "LEVEL 25, TOWER 3, 300 BARANGAROO AV, BARANGAROO NSW 2000",
    "highlight": {
      "sla": "<em>LEVEL</em> <em>25</em>, <em>TOWER</em> <em>3</em>, <em>300</em> BARANGAROO AV, BARANGAROO NSW 2000\n"
    },
    "score": 1,
    "pid": "GANSW719386656"
  },
  {
    "sla": "UNIT 1, 109 KIRRIBILLI AV, KIRRIBILLI NSW 2061\n",
    "ssla": "1/109 KIRRIBILLI AV, KIRRIBILLI NSW 2061\n",
    "highlight": {
      "sla": "UNIT 1, <em>109</em> <em>KIRRIBILLI</em> <em>AV</em>, <em>KIRRIBILLI</em> NSW 2061\n",
      "ssla": "1/<em>109</em> <em>KIRRIBILLI</em> <em>AV</em>, <em>KIRRIBILLI</em> NSW 2061\n"
    },
    "score": 0.985051936618461,
    "pid": "GANSW717102496"
  }
]