Drone Defence - ALIAS | FUSION API (1.1.0)

Download OpenAPI specification:Download

This is the official API to demonstrate features of the USPACE/FUSION specification.

Get all live detections before fuse (raw).

You can use timestamp here to filter.

Authorizations:
DroneDefence_PersonalAccessToken
query Parameters
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.
To use this feature, you need to fill in all 4 fields (max_latitude, max_longitude, min_latitude, min_longitude).

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.

Responses

Response samples

Content type
application/json
{
  • "Detections": [
    ]
}

Get all fused data from multiple sensors.

You can use timestamp here to filter.

Authorizations:
DroneDefence_PersonalAccessToken
query Parameters
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.
To use this feature, you need to fill in all 4 fields (max_latitude, max_longitude, min_latitude, min_longitude).

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.

Responses

Response samples

Content type
application/json
{
  • "Detections": [
    ]
}