Australian Suburbs, Postcodes & GeoJSON API
This API offers fast, reliable, and comprehensive access to Australian suburb data, including suburbs and their surrounding suburbs, postcodes, and GeoJSON boundaries. ### Key Features * **Suburb Autocompletion:** Fast 'search-as-you-type' functionality for suburb names. * **Postcode-to-Suburb Mapping:** Easily retrieve all suburbs associated with a specific postcode. * **Rich Suburb Data:**…
Australian Suburbs, Postcodes & GeoJSON API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Locations | ||
| GET |
SuburbAutocomplete /api/locations/suburbs |
Search suburbs for autocomplete functionality. Performs a fast case-insensitive prefix search on suburb display names. Ideal for implementing autocomplete dropdowns and search… |
| GET |
ReverseGeocode /api/locations/reverse |
Find suburb by latitude and longitude coordinates. Performs reverse geocoding to identify which suburb contains the given coordinates. Uses the Australian Geodetic Datum 1994… |
| GET |
GetSuburbByDetails /api/locations/suburbs/{name}/{state}/{postcode} |
Retrieve suburb information using name, state, and postcode. Alternative lookup method when the slug is not available. Performs case-insensitive matching on suburb name and… |
| GET |
GetSuburbBySlug /api/locations/suburbs/{slug} |
Retrieve detailed suburb information using its unique slug identifier. Returns comprehensive suburb data including geographic coordinates and centroid. Optionally includes data… |
| GET |
GetSuburbsByPostcode /api/locations/postcodes/{postcode}/suburbs |
List all suburbs within a specific postcode area. In Australia, a single postcode can contain multiple suburbs. This endpoint returns all suburbs that share the given postcode,… |
| Geo | ||
| GET |
GetSuburbBoundaryByDetails /api/geo/suburbs/{suburb}/{state}/{postcode}/boundary |
Retrieve suburb boundary geometry using name, state, and postcode. Alternative method to get GeoJSON boundary data when the slug is not available. Returns data in standard… |
| GET |
GetSuburbBoundaryBySlug /api/geo/suburbs/{slug}/boundary |
Retrieve suburb boundary geometry in GeoJSON format using slug identifier. Returns suburb boundary data in standard GeoJSON FeatureCollection format, suitable for mapping… |
| System | ||
| GET |
HealthCheck /api/healthz |
Health check endpoint for the Real Estate Data Platform API. Returns a simple JSON response indicating the API is operational. This endpoint is used for monitoring and testing… |
Australian Suburbs, Postcodes & GeoJSON API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 5 / second |
|
| ULTRA | $20 / month | 5 / second |
|
| MEGA | $50 / month | 5 / second |
|