Suburb Information
GET http://127.0.0.1:2026/api/suburb/info
Retrieves basic geographical information about an Australian suburb, including administrative divisions.
Access token
cURL
Python
JavaScript
curl -X GET "http://127.0.0.1:2026/api/suburb/info" \
-H "Authorization: Bearer test" \
-H "Content-Type: application/json"
Response
// Click the Run button to initiate the API request