Maxar Technologies · Example Payload

Discovery Search Request

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

Discovery Search Request is an example object payload from Maxar Technologies, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bboxdatetimecollectionslimitquery

Example Payload

Raw ↑
{
  "bbox": [-122.5, 37.7, -122.3, 37.9],
  "datetime": "2025-01-01T00:00:00Z/2025-12-31T23:59:59Z",
  "collections": ["WorldView-3", "WorldView-Legion"],
  "limit": 25,
  "query": {
    "cloud_cover": { "lt": 10 },
    "off_nadir":   { "lt": 25 }
  }
}