latestOpenAPI 3.1.02026-08-105279262.8 KB

51f7c5a8d15d

aoiMonitors

Get AOI Monitor Result

Returns the details of a single satellite imagery result for a specific AOI monitor.

get/earthcache/aoi-monitors/{monitor_id}/results/{result_id}

Path parameters

monitor_idstring uuid required

Unique identifier of the AOI monitor.

result_idstring uuid required

Unique identifier of the result.

Response

AOI monitor result found.

idstring uuid required

Unique result identifier.

monitor_idstring uuid required

ID of the monitor that generated this result.

sourcestring required

Data source (e.g. "sentinel-2").

product_namestring required

Product/scene identifier from the data provider.

resolutionnumber required

Scene resolution in meters per pixel.

start_timestring date-time required

Acquisition start time (ISO 8601).

end_timestring date-time required

Acquisition end time (ISO 8601).

preview_uristring uri required

URL to a full-resolution preview image.

thumbnail_uristring uri required

URL to a thumbnail image.

location_coverage_percentagenumber required

Percentage of the AOI covered by this scene.

area_sq_kmnumber required

Area of the intersection in square kilometres.

price_per_sq_kmnumber nullable

Price per square kilometre for ordering this result.

minimum_area_sq_kmnumber nullable

Minimum orderable area in square kilometres.

costnumber nullable

Estimated total cost for ordering the intersecting area.

result_cloud_cover_percentagenumber required

Cloud cover percentage over the scene.

sensor_typestring required

Sensor type (e.g. "optical", "sar").

off_nadir_anglenumber nullable

Off-nadir angle in degrees at time of capture.

productobject nullable

Additional provider-specific product metadata.

propertiesobject nullable

Additional scene properties.