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 GeoJSON FeatureCollection.application/x-ndjson — server-side fan-out streamed as NDJSON. Within each per-source frame hits are sorted ASC by distance_m; cross-source ordering is completion order, so clients re-sort once the stream ends if they want a global view.Documentation Index
Fetch the complete documentation index at: https://docs-attestly.code4source.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User-supplied data for the request — geometry, optional CRS, and the [min_distance_m, max_distance_m] bounds. Required.
ISO3 filter (e.g. 'BRA').
3Source filter (e.g. 'wfs').
64Optional caller-provided reference identifier for audit/trace.
128Distance matches returned.