Standard Images API
Collections
Common Use Cases
Response Highlights
Implementation Notes
Enter your Bearer token
Response format type
Response format (unless specified by the f parameter)
Bearer token for authenticated requests
Successful response
Bad Request
Unauthorized
Not Acceptable
Server Error
Items
Common Use Cases
Key Parameters
Response Highlights
Implementation Notes
Enter your Bearer token
Collection identifier, discoverable from the /api/ogc/v1/collections endpoint
^[a-z0-9]+$Response format type
An area of interest to query in the format minLon,minLat,maxLon,maxLat. Returns images that view any portion of the specified area.
-122.5,37.7,-122.3,37.8A point of interest to query with an optional radius search parameter in the format longitude,latitude[,radiusMeters]. Returns images that view any portion of the specified point or radius area.
-123.103885,49.27341,100Camera heading in degrees, expressed as an inclusive range [hmin, hmax], or as a single value. Range: [0, 360), where 0 is north, 90 is east, etc. By default, no filter is applied. Note that a slight margin is applied to the edges to avoid filtering images at the edges of the range.
0,360Camera angle below horizontal in degrees, expressed as an inclusive range [pmin, pmax], or as a single value. Range: [-135, 45], where -90 is directly downward (nadir), -60 is oblique, and -30 is more horizontal. By default, no filter is applied. Note that a slight margin is applied to the edges to avoid missing images at the edges of the range.
-135,45Camera altitude above ground level in meters, expressed as an inclusive range [amin, amax], or as a single value. Range: [0, 10000], where 0 is ground level and 10000m is the practical maximum. By default, no filter is applied. Note that a slight margin is applied to the edges to avoid missing images at the edges of the range.
50,200Image capture timestamp, expressed as an inclusive range [start, end], or as a single value. Format: Any valid JavaScript date format (e.g., "2023-01-01T00:00:00Z", "2023-01-01", "Jan 1, 2023"). By default, no filter is applied.
2023-01-01T00:00:00Z,2023-12-31T23:59:59ZFilter by image capture type(s). Can be a single type or comma-separated list. Valid values: panorama, orthomosaic, oblique. Example: "panorama" or "panorama,oblique". By default, no filter is applied.
panorama,obliqueFiltering mode: 'none' (no filtering), 'focused' (prioritize images where the point/area of interest is prominently featured), or '5-view' (return up to 5 images representing different viewing angles: nadir, north, east, south, west). Note: pagination is not supported for 'focused' and '5-view' modes.
nonePossible values: Maximum number of features to return. The default is 50, the maximum is 100.
Pagination token for retrieving subsequent result sets. Obtained from previous response when additional results exist.
^[aV64kbEPFOzgpjAGnN710Bvw8sucxrIQyXtdRJfMqK39CZUhoiLS2DWeH5mYlT]+$Response format (unless specified by the f parameter)
Bearer token for authenticated requests
Successful response
The number of features in the response.
Bad Request
Unauthorized
Not Acceptable
Server Error
Last updated