v2

latestSwagger 2.02026-07-131451441001.2 KB
SpatioTemporal Asset Catalog (STAC) API

Search

STAC search operation with query parameters.

get/stac/search

Query parameters

api-versionstring required

The API version to use for this operation.

collectionsstring[]

List of Collection IDs to include in the search. Only items in these collections will be searched.

idsstring[]

Array of Item IDs to return specific items.

bboxnumber[]

Bounding box for spatial filtering in format [west, south, east, north].

intersectsstring

GeoJSON geometry for spatial filtering.

datetimestring

Temporal filter in RFC 3339 format, can be a single time or range.

limitinteger

Maximum number of results to return.

sign'true' | 'false'

Whether to sign asset URLs in the response.

durationinteger

URL signature duration in minutes.

querystring

Property-based filtering expressed as a JSON object.

sortbystring

Sort order for items. Format is property name prefixed with "+" for ascending or "-" for descending.

fieldsstring

Determines which fields to include in the response. Format is comma-separated field names with "-" prefix to exclude fields.

filterstring

CQL filter expression for advanced filtering of items.

filter-crsstring

The coordinate reference system (CRS) used by spatial literals in the 'filter' value.

filter-lang'cql-json' | 'cql2-json' | 'cql2-text'

The CQL filter encoding that the 'filter' value uses.

tokenstring

Pagination token for fetching the next set of results.

Response

The request has succeeded.

typestring required

Discriminator property for StacItemOrStacItemCollection.

stac_versionstring

Stac Version

msft:_createdstring date-time

MSFT Created

msft:_updatedstring date-time

MSFT Updated

msft:short_descriptionstring

MSFT Short Description

stac_extensionsstring[]

URLs to STAC extensions implemented by this STAC resource.