SpatioTemporal Asset Catalog (STAC) API

Fetch a single STAC Item

get/stac/collections/{collectionId}/items/{itemId}

Path parameters

collectionIdstring required

Catalog collection id

itemIdstring required

STAC Item id

Query parameters

api-versionstring required

The API version to use for this operation.

sign'true' | 'false'

Whether to sign asset URLs in the response.

durationinteger

URL signature duration in minutes.

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.

Changes

Changed in 2 of the 8 revisions of this API.22

  • 2025-04-30-preview42447be18bc52See the full diff
    • added the new optional query request parameter duration

      new-optional-request-parameter

    • added the new optional query request parameter sign

      new-optional-request-parameter

  • 2025-04-30-preview00cbc3d6d8e02See the full diff
    • deleted the query request parameter duration

      request-parameter-removed

    • deleted the query request parameter sign

      request-parameter-removed