v7

latestSwagger 2.02026-07-13186148695.0 KB
Scenes

Search for STAC items by collection id, bbox, intersecting geometry, start and end datetime.

post/scenes/stac-collections/{collectionId}:search

Path parameters

collectionIdstring required

Collection Id to be searched. Available Values are: sentinel-2-l2a, sentinel-2-l1c.

Query parameters

maxpagesizeinteger

Maximum number of items needed (inclusive). Minimum = 1, Maximum = 100, Default value = 10.

skipinteger

Skip token for getting next set of results.

api-versionstring required

The requested API version

Request body

startDateTimestring date-time required

Start datetime of the time interval in which to search for Items.

endDateTimestring date-time required

End datetime of the time interval in which to search for Items.

bboxnumber[]

Only items that have a geometry that intersects the bounding box are selected. The bounding box is provided as four numbers. The coordinate reference system of the values is WGS84 longitude/latitude.

itemIdsstring[]

Array of item ids to return.

Response

Success

nextLinkstring

URL to do the POST request with same filters, to get next set of items.