Skip to content
getgeolens.com

Get Collection Items

GET
/stac/collections/{collection_id}/items
curl --request GET \
--url 'https://example.com/api/stac/collections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/items?limit=10&offset=0'

List STAC Items within a collection.

collection_id
required
Collection Id
string format: uuid
bbox
Any of:
string

Bounding box: west,south,east,north

datetime
Any of:
string

OGC datetime interval

limit
Limit
integer
default: 10 >= 1 <= 1000
offset
Offset
integer
0

Successful Response

Example generated
example

Bad request — invalid query parameters or payload

Not found

Validation error

Internal server error