/v1/stats
Receive data and status of your ADS-B receiver.
API URL
https://api.adsb.ezz456ch.com/v1/stats
”This endpoint will respond with the stats of your ADS-B receiver correctly only when the external IP of the device calling the API matches the external IP of your ADS-B receiver.
Usage Example
cURL
curl https://api.adsb.ezz456ch.com/v1/stats
Example Response
{
"clients": {
"beast": [
{
"uuid": "e118dc1d-df60-4d0c-901b-xxxxxxxxxxxx",
"conn_time_s": 172682,
"ip": "123.45.123.1",
"kbps": 8.17,
"msg_s": 45.838,
"pos": 1987822,
"pos_s": 11.511
}
],
"mlat": [
{
"user": "ezz456CH-SSK",
"uuid": "e118dc1d-df60-4d0c-901b-xxxxxxxxxxxx",
"lat": "14.81xxx",
"lon": "104.46xxx",
"alt": "143.6",
"privacy": false,
"connection": "ezz456CH-SSK v3 dump1090 0.4.2 tcp zlib2",
"source_ip": "123.45.123.1",
"source_port": "42110",
"message_rate": 5,
"peer_count": 0,
"bad_sync_timeout": 0,
"outlier_percent": 0,
"closest_airport": [
{
"icao": "VTUU",
"iata": "UBP",
"name": "Ubon Ratchathani Airport",
"country": "TH",
"tz": "Asia/Bangkok",
"distance_km": "65.2",
"distance_nmi": "35.2"
}
]
}
]
}
}