v1
latestOpenAPI 3.1.02026-07-26650239.3 KBGet Scans
Search scans by various parameters.
Query parameters
Limit results to a specific flight ID. ID can be formatted as a full UUID, or can omit - characters, and is case insensitive
latitude of query point
longitude of query point
radius of query (m)
Limit results to a specific vehicle, by serial number
Search for Scans scanned before this timestamp. The timestamp should follow the ISO 8601 standard format.
Search for Scans scanned since this timestamp. The timestamp should follow the ISO 8601 standard format.
If True, the media download urls will be pre-signed, will not require authentication, and will expire after 1 hour. If False, the urls will redirect to the file and will not expire, but will still require authentication.
Number of results to return per page
Return a specific page number from results
Response
List of scans from GET /scans endpoint
Example response
{
"data": {
"scans": [
{
"flights": [
{
"landing": "2022-05-03T03:10:52.503+00:00",
"takeoff": "2022-05-03T03:10:52.503+00:00"
}
],
"scan_time": "2022-05-03T03:10:52.503+00:00"
}
]
}
}