Return reference areas within a distance range of a geometry
Distance
Return reference areas within a distance range of a geometry
Accepts a GeoJSON Polygon, MultiPolygon, or Point and returns reference areas whose great-circle distance to the input lies in [min_distance_m, max_distance_m] across all registered datasets. Content is negotiated via the Accept header:
application/json(default) —StandardResponse[DistanceResponse].application/geo+json— a GeoJSONFeatureCollection.application/x-ndjson— server-side fan-out streamed as NDJSON. Within each per-source frame hits are sorted ASC bydistance_m; cross-source ordering is completion order, so clients re-sort once the stream ends if they want a global view.
POST
Return reference areas within a distance range of a geometry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
User-supplied data for the request — geometry, optional CRS, and the [min_distance_m, max_distance_m] bounds. Required.
ISO3 filter (e.g. 'BRA').
Required string length:
3Source filter (e.g. 'wfs').
Maximum string length:
64Optional caller-provided reference identifier for audit/trace.
Maximum string length:
128Response
Distance matches returned.