Postman Examples

Before you try out the various endpoints, you need to set up the authentication for the Postman. Authentication Page describes how it is done.

Collections

Return list of all Collections

Collections

Collection

Return specific Collection

Collections

Items

Return paged Items ordered by datetime descending (It doesn’t support search parameters, so often /stac/v1/search is preferred instead)

Collections

Item

Returns a single Item for a given Collection and Item ID

Collections

Queryables

Returns the queryable names for the STAC API Item Search using Query Extension Below are the two ways to query the “queryable items“ for a given collection

Collections

Implements STAC basic Item search functionality + extensions

Ensure the content-type header is application/json

Collections

Query Extension via POST Method

EarthPlatform STAC API supports the Query Extension. It currently does not support the Filter Extension.

Advanced searching can be performed using a query object. This allows searching over supported properties on STAC items using various operators.

Collections

Fields Extension

The Fields Extension allows you to specify which fields are returned from the API, reducing data transfer size.

Collections

Exclude

Collections

Sortby Extension

By default, Items are returned by datetime descending. Then by id ascending.

Sorting by property eo:cloud_cover is also supported on the /search endpoint:

AscDesc
CollectionsCollections

Downloading Assets

Collections

CloudMasks

Collections