Return reference areas intersecting a geometry
Intersections
Return reference areas intersecting a geometry
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 GeoJSONFeatureCollection.application/x-ndjson— server-side fan-out streamed as NDJSON, one frame per source completion (meta, thensourceper candidate, thensummary). Lets callers render incrementally without per-source HTTP requests.
POST
Return reference areas intersecting 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 plus an optional source CRS. 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
Intersections returned.
The response is of type FeatureCollection · object.