Get GNAF_ID (Geocoder)

GET https://www.microburbs.com.au/report_generator/api/property/address

Retrieves address information including GnafID for a given address query. Returns the top 10 matching results sorted by relevance.
Access token
cURL
Python
JavaScript
curl -X GET "https://www.microburbs.com.au/report_generator/api/property/address" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request