Search the catalog by host name

Get a list of available full scenes from the catalog.

Path Params
string
required

The name of the data host.

Query Params
string

Search for previous (prev:{ID}) or next (next:{ID}) full scenes from the results page.

Body Params
collections
array of strings | null

The names of the collections whose full scenes you want to include in search results.

collections
ids
array of strings | null

The IDs of specific full scenes you want to include in search results.

ids
string | null

Search for full scenes that have a temporal property that intersects the datetime value in the RFC 3339 format. You can search for a specific date and time, or for a closed or an open date interval. Express open intervals using double-dots.

  • A timestamp: 2025-02-12T23:20:50Z
  • A closed interval: 2025-02-12T00:00:00Z/2025-03-18T12:31:12Z
  • An interval without end date: 2025-02-12T00:00:00Z/..
  • An interval without start date: ../2025-03-18T12:31:12Z
int32 | null
1 to 500

The number of full scenes on a results page.

query
object | null

A STAC query object.

bbox
array of doubles | null

A search geometry in the GeoJSON format. Returns images that intersect with the defined rectangle and may not fully cover it. Use only if intersects isn't specified.

bbox
intersects
object | null

A polygon in the GeoJSON format.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json