Retrieve all administrative boundaries that contain a given location. Returns hierarchical boundaries (suburb, city, county, state, country) as GeoJSON features. Use this to find what administrative areas a coordinate belongs to, get boundary polygons for mapping, or identify po…
idstringGeoapify Place ID (from Places, Geocoding, or Geometry API responses). Use this OR lat/lon, not both.
latnumberLatitude of the location (-90 to 90). Required together with lon if id is not provided.
lonnumberLongitude of the location (-180 to 180). Required together with lat if id is not provided.
langstringISO 639-1 two-letter language code for localized names (e.g., 'en', 'de', 'fr', 'es', 'ja'). Results will use local names if not specified.
geometrystringGeometry detail level: 'point' returns centroid only (fastest), 'geometry_1000/5000/10000' returns simplified polygon boundaries at 1km/5km/10km resolution (lower = more detailed, larger response).
boundariesstringType of boundary to retrieve: 'administrative' for government divisions (city/county/state/country), 'postal_code' for postal zones, 'political' for electoral districts, 'low_emission_zone' for environmental zones.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.