Maxar Technologies · Example Payload

Discovery Search Response

Satellite ImageryEarth ObservationGeospatialRemote SensingSpatial IntelligenceDefenseIntelligenceWorldViewSTACOGCWMSWMTSWFSTaskingBasemapsVantorLanterisAdvent InternationalPrivate Equity

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

Top-level fields

typenumberMatchednumberReturnedfeatures

Example Payload

Raw ↑
{
  "type": "FeatureCollection",
  "numberMatched": 142,
  "numberReturned": 2,
  "features": [
    {
      "type": "Feature",
      "stac_version": "1.0.0",
      "id": "104001008A4F2300",
      "collection": "WorldView-3",
      "bbox": [-122.48, 37.72, -122.32, 37.88],
      "geometry": {
        "type": "Polygon",
        "coordinates": [[[-122.48,37.72],[-122.32,37.72],[-122.32,37.88],[-122.48,37.88],[-122.48,37.72]]]
      },
      "properties": {
        "datetime": "2025-04-12T18:32:14Z",
        "platform": "WorldView-3",
        "instruments": ["WV110"],
        "gsd": 0.31,
        "cloud_cover": 2.4,
        "off_nadir": 18.6,
        "sun_elevation": 56.1
      },
      "assets": {
        "thumbnail": {
          "href": "https://api.maxar.com/discovery/v1/collections/WorldView-3/items/104001008A4F2300/thumbnail.jpg",
          "type": "image/jpeg",
          "roles": ["thumbnail"]
        }
      }
    },
    {
      "type": "Feature",
      "stac_version": "1.0.0",
      "id": "108001000B113500",
      "collection": "WorldView-Legion",
      "bbox": [-122.50, 37.70, -122.30, 37.90],
      "geometry": {
        "type": "Polygon",
        "coordinates": [[[-122.50,37.70],[-122.30,37.70],[-122.30,37.90],[-122.50,37.90],[-122.50,37.70]]]
      },
      "properties": {
        "datetime": "2025-09-03T19:11:02Z",
        "platform": "WorldView-Legion",
        "gsd": 0.30,
        "cloud_cover": 0.8,
        "off_nadir": 12.1
      }
    }
  ]
}