GET /{providerId}/search
Summary: STAC Search (GET)
Operation ID: stacSearchGet
Auth: unknown
Operation ID: stacSearchGet
Auth: unknown
Description
Search for STAC items using GET method. Supports spatial, temporal, and collection filters.
Parameters (6)
bbox
(string, query, optional)
Bounding box for spatial search
collections
(string, query, optional)
Collection IDs to search (comma-separated)
datetime
(string, query, optional)
Temporal filter in ISO 8601 format
ids
(string, query, optional)
Specific item IDs to retrieve
limit
(integer, query, optional, default: 10)
Maximum number of items to return
Constraints: {'maximum': 10000}
providerId
(string, path, required)
Provider ID or 'ALL' to search all providers
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| STAC Search (GET) | openapi-spec |
https://cmr.earthdata.nasa.gov/{providerId}/search?bbox=-110,39.5,-105,40.5&datetime=2020-01-01T00:00:00Z/2020-12-31T23:59:59Z |
No probe data for this endpoint yet.