v1
latestOpenAPI 3.0.02026-07-132849114.2 KBBoundaries
Retrieve Boundaries in batch
Retrieve multiple Boundaries (up to 10 per request).
post/v4/boundaries/query
Request body
Response
OK
Example response
{
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
},
"properties": {
"area": {
"q": 1,
"u": "hectare"
},
"centroid": {
"type": "Point",
"coordinates": [
-122.2,
38.1
]
}
}
}
]
}