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' \
--header 'Authorization: Bearer <token>'

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 <= 200
offset
Offset

Legacy offset-based pagination. Phase 269 H-24 lowered the max limit to 200 and recommends keyset cursors via the rel=next link for deep paging.

integer
0

Legacy offset-based pagination. Phase 269 H-24 lowered the max limit to 200 and recommends keyset cursors via the rel=next link for deep paging.

Successful Response

Example generated
example

Bad request — invalid query parameters or payload

Not found

Validation error

Internal server error