v1
latestOpenAPI 3.0.02026-07-243964175.3 KBv4 /coverage.json
Returns survey resources at a particular location, filtered by date.
Query parameters
The polygon to check for coverage, as a set of points where the first and last point must be the same.
It cannot be used with the point parameter.
The point to check for coverage, as a comma separate longitude and latitude.
It cannot be used with the polygon query parameter.
First day from which to retrieve the surveys (inclusive). Must be of the form "YYYY-MM-DD" or as a relative date relative date "xxY", "xxM", "xxD" where 5M represents since 5 months ago.
Last day from which to retrieve the surveys (inclusive). Must be of the form "YYYY-MM-DD" or as a relative date relative date "xxY", "xxM", "xxD" where 5M represents until 5 months ago.
Bulk determines whether if the request is part of a large batch of requests, meaning requests will not be rate-limited.
When set to true, causes pre-release system versions to be included in results.
Accepts a comma-separated list of perspectives, limiting the coverage lookup to just those perspectives. The available perspectives are Vert and TrueOrtho.
This parameter is ignored if used with an empty value.
When set to true, performs coverage check using the 3D attribute coverage boundary of the resource.
If specified, causes the API to only consider the given system version when choosing which survey resource to use for serving the request.
If specified, causes the API to only consider system versions that match the prefix when choosing which survey resource to use for serving the request.
Partial resources are AI resources that only has prediction generated at certain areas of the survey boundary as compared to our conventional fully processed resource. These types of resources are generally available by default. This flag opts-out from serving partial resources.
When set, the API will consider only postcat resources (true), only non-postcat resources (false), or any resource (any) for results. This parameter is only available for users on the new pricing platforms. For users on the legacy pricing platform, the selection of postcat or non-postcat resources is determined by the packs (or classes) requested.
Response
OK
Example response
{
"result": [
{
"id": "ae6f93cc-befc-4538-b87b-4733909c5cc1",
"surveyId": "aa8fd559-c2e9-4e9a-82e6-449c37f0b363",
"captureDate": "2019-09-27",
"systemVersion": "gen3-winter_sunrise-1.1",
"perspective": "Vert",
"classes": [
{
"id": "2a29365e-e1c9-4be6-b5c2-233f2de6d845"
}
]
}
]
}