Download OpenAPI specification:Download
This is the official API to demonstrate features of the USPACE/FUSION specification.
You can use timestamp here to filter.
| start required | integer Get detections from the UNIX timestamp (milliseconds) |
| end required | integer Get detections from the UNIX timestamp (milliseconds) |
| limit required | integer The maximum number of detections to return. The max value allowed is 150 per request. |
| max_latitude | number Optional parameter for using the geo-filter. |
| max_longitude | number Mandatory if max_latitude is not null. |
| min_latitude | number Mandatory if max_latitude is not null. |
| min_longitude | number Mandatory if max_latitude is not null. |
{- "Detections": [
- {
- "UUID": "string",
- "DetectedAt": 0,
- "DetectedBy": "string",
- "TrackIDs": [
- "string"
], - "Position": {
- "accuracy": 0,
- "altitude": 0,
- "latitude": 0,
- "longitude": 0
}, - "Metadata": [ ]
}
]
}You can use timestamp here to filter.
| start required | integer Get detections from the UNIX timestamp (milliseconds) |
| end required | integer Get detections from the UNIX timestamp (milliseconds) |
| limit required | integer The maximum number of detections to return. The max value allowed is 150 per request. |
| max_latitude | number Optional parameter for using the geo-filter. |
| max_longitude | number Mandatory if max_latitude is not null. |
| min_latitude | number Mandatory if max_latitude is not null. |
| min_longitude | number Mandatory if max_latitude is not null. |
{- "Detections": [
- {
- "UUID": "string",
- "DetectedAt": 0,
- "DetectedBy": "string",
- "TrackIDs": [
- "string"
], - "Position": {
- "accuracy": 0,
- "altitude": 0,
- "latitude": 0,
- "longitude": 0
}, - "Metadata": [ ]
}
]
}