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