Discovery endpoint for proximity queries. Send a polygon (or point) and aDocumentation 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.
[min_distance_m, max_distance_m] window; get back features
inside that ring, sorted by distance ascending.
Request
| Field | Required | Notes |
|---|---|---|
input.geometry | yes | GeoJSON. |
input.max_distance_m | yes | Inclusive upper bound, in meters. |
input.min_distance_m | no | Inclusive lower bound. Default: 0. |
input.crs | no | Source CRS. Default: EPSG:4326. |
reference_areas_source | no | Restrict to one source. |
reference_areas_country_iso3 | no | Filter sources by country. |
Response
hits are sorted by distance_m ascending. Distances are ellipsoidal
(WGS84) in meters.
See the OpenAPI tab in the sidebar for the complete request/response
schema.