v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Boundaries

Retrieve Boundaries in batch

Retrieve multiple Boundaries (up to 10 per request).

post/v4/boundaries/query

Request body

idsstring[] required

Response

OK

type'FeatureCollection' required

Example response

{
  "features": [
    {
      "geometry": {
        "type": "Point",
        "coordinates": [
          0,
          0
        ]
      },
      "properties": {
        "area": {
          "q": 1,
          "u": "hectare"
        },
        "centroid": {
          "type": "Point",
          "coordinates": [
            -122.2,
            38.1
          ]
        }
      }
    }
  ]
}