API key passed via request header. Either this or the api_key query parameter is required.
H3 cell identifier (zone hash)
89283082803ffffPattern: ^[0-9a-fA-F]+$Comma-separated list of capture types to filter by. Valid values: panorama, orthomosaic, image. Unrecognized values are ignored. Example: panorama,orthomosaic
Inclusive lower bound on capture date (ISO 8601). Coverage captured before this is excluded. Example: 2024-01-01T00:00:00.000Z
Inclusive upper bound on capture date (ISO 8601). Coverage captured after this is excluded. Example: 2024-12-31T23:59:59.000Z
Filter by user entitlements (requires auth)
falseZone details
H3 cell identifier
Most recent capture date
Total number of missions
Relative URL path for preview image
Unauthorized - entitled=true requires authentication
Zone not found
GET /developer-api/coverage-map/zone/{h3Id} HTTP/1.1
Host: world.spexi.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"h3Id": "text",
"captureTypes": [
"panorama"
],
"missions": [
{
"missionId": 1,
"captureTypes": [
"panorama"
],
"captureDate": "2026-01-01T00:00:00.000Z"
}
],
"latestCapture": "2026-01-01T00:00:00.000Z",
"missionCount": 1,
"previewUrl": "text"
}Last updated