Skip to content

Postman Examples🔗

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

Collections🔗

Return list of all Collections

Collections

Collection🔗

Return specific Collection

Collection

Items🔗

Return paged Items ordered by datetime descending

Items

Item🔗

Returns a single Item for a given Collection and Item ID

Item

Queryables🔗

Returns the queryable names for the STAC API Item Search using Query Extension

Queryables

Implements STAC basic Item search functionality + extensions

Ensure the content-type header is application/json

Search

Query Extension via POST Method🔗

Note

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

Advanced searching can be performed using a query object.

Query Extension

Fields Extension🔗

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

Include:

Fields Include

Exclude:

Fields Exclude

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:

Ascending Descending
Sort Asc Sort Desc

Downloading Assets🔗

Downloading Assets

CloudMasks🔗

CloudMasks