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