Amenities

GET http://127.0.0.1:2025/api/suburb/amenity

Retrieves information about amenities located within a suburb, including schools, green spaces, and other facilities.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2025/api/suburb/amenity" \ -H "Authorization: Bearer test" \ -H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request