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
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"
}
]