List Suburbs
GET https://www.microburbs.com.au/report_generator/api/suburb/suburbs
Retrieves Australian suburbs. Use the 'suburb' parameter to perform a fuzzy search on suburb names.
Access token
cURL
Python
JavaScript
curl -X GET "https://www.microburbs.com.au/report_generator/api/suburb/suburbs" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request
