cURL
curl --request GET \ --url https://api.geocoders.io/cities/{id}/suburbs/geojson \ --header 'X-Api-Key: <api-key>'
{ "type": "Feature", "features": [ { "type": "Feature", "geometry": { "type": "Point" }, "properties": {} } ] }
List City Suburbs GeoJSON
ID of City Suburbs to list
name to filter by
List City Suburbs response
GeoJSON 'FeatureCollection' object
Feature
FeatureCollection
Point
MultiPoint
LineString
MultiLineString
Polygon
MultiPolygon
GeometryCollection
Show child attributes