Skip to content
getgeolens.com

Search Get

GET
/stac/search
curl --request GET \
--url 'https://example.com/api/stac/search?limit=10&offset=0' \
--header 'Authorization: Bearer <token>'

STAC Item Search (GET).

bbox
Any of:
string

Bounding box: west,south,east,north

datetime
Any of:
string

OGC datetime interval

collections
Any of:
string

Comma-separated collection IDs

ids
Any of:
string

Comma-separated item IDs

intersects
Any of:
string
<= 10000 characters

GeoJSON geometry for spatial intersection. SEC-FU-05 (sec-audit-20260519.md): max_length=10000 caps a multi-megabyte GeoJSON DoS-amplifier — fits ~150-vertex polygons at 2-decimal-place lat/lon coordinates.

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

Legacy offset-based pagination. Phase 269 H-24 lowered the max limit to 200 from 1000 to bound deep-paging cost.

integer
0

Legacy offset-based pagination. Phase 269 H-24 lowered the max limit to 200 from 1000 to bound deep-paging cost.

Successful Response

Example generated
example

Bad request — invalid query parameters or payload

Not found

Validation error

Internal server error