Schools
GET http://127.0.0.1:2025/api/suburb/schools
Retrieves comprehensive information about schools located within the specified suburb and nearby (within approximately 900m buffer from the suburb boundaries).
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2025/api/suburb/schools" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request