Accepts a GeoJSON Polygon, MultiPolygon, or Point and returns the reference areas that intersect it. No compliance verdict is applied — callers wire their own downstream logic.
Response content is negotiated via the Accept header:
application/json (default) — StandardResponse[IntersectionsResponse].application/geo+json — a GeoJSON FeatureCollection.application/x-ndjson — server-side fan-out streamed as NDJSON, one frame per source completion (meta, then source per candidate, then summary). Lets callers render incrementally without per-source HTTP requests.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 plus an optional source CRS. Required.
ISO3 filter (e.g. 'BRA').
3Source filter (e.g. 'wfs').
64Optional caller-provided reference identifier for audit/trace.
128Intersections returned.
The response is of type FeatureCollection · object.