Skip to main content
GET
SearchImagery

Authorizations

X-WorldMonitor-Key
string
header
required

User-issued WorldMonitor API key.

Query Parameters

bbox
string

Bounding box filter for imagery search, encoded as west,south,east,north.

datetime
string

ISO 8601 datetime or datetime range for matching imagery scenes.

source
string

Optional imagery source filter, such as satellite or provider name.

limit
integer<int32>

Maximum number of imagery scenes to return.

jmespath
string

Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.

Response

Successful response

scenes
object[]
totalResults
integer<int32>
cacheHit
boolean