Amenities

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

Retrieves information about amenities located around a specific property (aprox. 1km), including schools, green spaces, and other facilities.
Access token
cURL
Python
JavaScript
curl -X GET "https://www.microburbs.com.au/report_generator/api/property/amenity" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request