Get Emergencies
Retrieve all active emergency alerts.Authentication
This endpoint requires HTTP Basic Authentication.Response
array
Array of emergency objects
Response Example
Create Emergency Alert
Create and broadcast a new emergency alert to all connected clients.Authentication
This endpoint requires HTTP Basic Authentication.Request Body
string
required
Type of emergency. Valid values:
911 Alert- General emergency alertRing The Bell- Urgent attention requiredGeo-fence Breached- Location boundary violationIn Contact- Contact with hostile forces
float
required
Latitude coordinate of the emergency location
float
required
Longitude coordinate of the emergency location
string
Callsign or name of the emergency source
string
Additional details about the emergency
Response
string
The UID of the created emergency event
Response Example
Delete Emergency Alert
Cancel an active emergency alert and notify all clients.Authentication
This endpoint requires HTTP Basic Authentication.Request Body
string
required
The UID of the emergency alert to cancel
Response
string
The UID of the cancelled emergency
Response Example
Emergency Types
FreeTAKServer supports the following emergency types:Emergency Broadcasting
When an emergency is created or deleted:- The event is serialized to CoT format
- Broadcast to all clients on TCP CoT service
- Broadcast to all clients on SSL CoT service
- Stored in emergency persistence for retrieval