Skip to main content
The API is in early access and is not publicly available. Endpoint URLs, request examples and sample responses on this page are illustrative. Contact hello@vangrid.io to request access.
The spatial query endpoint returns current ground truth observations from Vangrid edge nodes within your specified area of interest (AOI). Use it to retrieve verified spatial intelligence on demand for any authorized geographic region.

Endpoint

Request

Headers

Body parameters

object
required
GeoJSON geometry defining the area of interest. Supports Point, Polygon, and MultiPolygon types. Maximum polygon area is 100 km².
number
Minimum ground truth confidence score (0.0–1.0). Observations below this threshold are excluded. Defaults to 0.5.
array
Filter by observation type. Possible values: obstacle, occupancy, change, structure, vehicle, vegetation. If omitted, all types are returned.
integer
Maximum age of observations in seconds. Defaults to 60. Use 0 for observations captured within the last second only.
integer
Maximum number of observations to return. Defaults to 100, maximum 1000.

Example request

Response

Response fields

string
Unique identifier for this query, useful for support requests.
integer
Number of edge nodes that contributed observations to this response.
array
Array of ground truth observation objects.

Example response

Error responses

Last modified on August 8, 2026