Get live network data
GET/vatsim-data.json
Returns the live data feed of the network. Re-generates every 15 seconds.
Request
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
general object
Major version of the data feed
Length of time (mins) to wait before reloading the data feed
When the data feed was last generated
When the data feed was last generated
Total clients (pilots + controllers + ATIS) currently connected to the network
Total unique users currently connected to the network
pilots object[]
Pilot's VATSIM ID
Pilot's full name
Aircraft callsign
Pilot's current server ident
Pilot's pilot rating ID
Pilot's military rating ID
Aircraft latitude (deg)
Aircraft longitude (deg)
Aircraft altitude (ft MSL)
Aircraft ground speed (kts)
Aircraft transponder code
Aircraft heading (deg. magnetic)
Aircraft QNH (inHg)
Aircraft QNH (mbar)
flight_plan object
Pilot's flight plan, if filed
Possible values: [I
, V
]
Whether this flight plan is IFR or VFR
ICAO aircraft type and equipment
FAA aircraft type
ICAO aircraft type designator
Departure airport
Arrival airport
Alternate arrival airport
Estimated off-block time
Estimated time enroute
Fuel endurance time
Flight plan remarks
Route of flight
Flight plan revision ID
System-assigned transponder code
When this pilot connected
When this pilot's status was last received
controllers object[]
Controller's VATSIM ID
Controller's full name
Position callsign
Position frequency (MHz)
Position facility ID
Controller's controller rating ID
Controller's current server ident
Position visual range (NM)
Controller information
When this controller's status was last received
When this controller connected
atis object[]
Controller's VATSIM ID
Controller's full name
ATIS callsign
ATIS frequency (MHz)
ATIS facility ID
Controller's controller rating ID
Controller's current server ident
ATIS visual range (NM)
Current ATIS phonetic letter
Text ATIS
When this ATIS's status was last received
When this ATIS connected
servers object[]
Server ident
Server hostname or IP address
Human-readable geographical location of this server
Human-readable name of this server
Whether this server is accepting connections
Whether this server is accepting connections
Whether this server is in sweatbox mode
prefiles object[]
Pilot's VATSIM ID
Pilot's VATSIM ID
Prefile callsign
flight_plan object
Possible values: [I
, V
]
Whether this flight plan is IFR or VFR
ICAO aircraft type and equipment
FAA aircraft type
ICAO aircraft type designator
Departure airport
Arrival airport
Alternate arrival airport
Estimated off-block time
Estimated time enroute
Fuel endurance time
Flight plan remarks
Route of flight
Flight plan revision ID
System-assigned transponder code
When this prefile's status was last received
facilities object[]
Facility ID
Possible values: Value must match regular expression /[A-Z]{3}/
Short identifier
Human-readable name
ratings object[]
Controller Rating ID
Possible values: Value must match regular expression /[A-Z0-9]{2,4}/
Short identifier
Human-readable name
pilot_ratings object[]
Pilot Rating ID
Possible values: Value must match regular expression /[A-Z0-9]{2,4}/
Short identifier
Human-readable name
military_ratings object[]
Military Rating ID
Possible values: Value must match regular expression /[A-Z0-9]{2,4}/
Short identifier
Human-readable name
{
"general": {
"version": 3,
"update_timestamp": "1970-01-01T00:00:00.000000Z",
"connected_clients": 0,
"unique_users": 0
},
"pilots": [
{
"cid": 1234567,
"name": "Kennedy Steve KJFK",
"callsign": "DAL1",
"server": "USA-EAST",
"pilot_rating": 0,
"military_rating": 0,
"latitude": 40.64222,
"longitude": -73.76981,
"altitude": 12,
"groundspeed": 0,
"transponder": "3456",
"heading": 44,
"qnh_i_hg": 29.92,
"qnh_mb": 1013,
"flight_plan": {
"flight_rules": "I",
"aircraft": "B764/H-SDE3FGHIM3RWXY/LB1",
"aircraft_faa": "B764/L",
"aircraft_short": "B764",
"departure": "KJFK",
"arrival": "EGLL",
"alternate": "EGBB",
"deptime": "0000",
"enroute_time": "0615",
"fuel_time": "0745",
"remarks": "/V/",
"route": "GREKI DCT JUDDS DCT MARTN DCT BAREE DCT NEEKO NATX LIMRI NATX XETBO DCT EVRIN DCT INFEC DCT JETZI DCT OGLUN DCT OCTIZ P2 SIRIC SIRI1H",
"revision_id": 1,
"assigned_transponder": "3456"
},
"logon_time": "1970-01-01T00:00:00.000000Z",
"last_updated": "1970-01-01T00:00:00.000000Z"
}
],
"controllers": [
{
"cid": 1234567,
"name": "Kennedy Steve KJFK",
"callsign": "JFK_GND",
"frequency": "121.900",
"facility": 0,
"rating": 0,
"server": "USA-EAST",
"visual_range": 20,
"text_atis": [
"John F. Kennedy Ground (121.900)",
"Online until 23:00z",
"Feedback? nyartcc.org/feedback"
],
"last_updated": "1970-01-01T00:00:00.000000Z",
"logon_time": "1970-01-01T00:00:00.000000Z"
}
],
"atis": [
{
"cid": 1234567,
"name": "Kennedy Steve KJFK",
"callsign": "KJFK_ATIS",
"frequency": "128.725",
"facility": 0,
"rating": 0,
"server": "USA-EAST",
"visual_range": 0,
"atis_code": "A",
"text_atis": [
"KJFK ATIS INFO A 0000Z. 20004KT 10SM SCT013 BKN060 OVC082 22/20",
"A2992 (TWO NINER NINER TWO). APCH IN USE ILS RY 22L, ILS 22R.",
"DEPTG RY 22R... BIRD ACTIVITY VICINITY ARPT. NUM CRANES",
"OPERATING AT JFK. OPERATE XPDR ON MODE *C ON ALL TAXIWAYS AND",
"RUNWAYS. READBACK ALL RWY HOLD SHORT INSTRUCTIONS....ADVS YOU",
"HAVE INFO A"
],
"last_updated": "1970-01-01T00:00:00.000000Z",
"logon_time": "1970-01-01T00:00:00.000000Z"
}
],
"servers": [
{
"ident": "USA-EAST",
"hostname_or_ip": "192.0.2.10",
"location": "New York, USA",
"name": "USA-EAST",
"client_connections_allowed": true,
"is_sweatbox": false
}
],
"prefiles": [
{
"cid": 1234567,
"name": "1234567",
"callsign": "DAL1",
"flight_plan": {
"flight_rules": "I",
"aircraft": "B764/H-SDE3FGHIM3RWXY/LB1",
"aircraft_faa": "B764/L",
"aircraft_short": "B764",
"departure": "KJFK",
"arrival": "EGLL",
"alternate": "EGBB",
"deptime": "0000",
"enroute_time": "0615",
"fuel_time": "0745",
"remarks": "/V/",
"route": "GREKI DCT JUDDS DCT MARTN DCT BAREE DCT NEEKO NATX LIMRI NATX XETBO DCT EVRIN DCT INFEC DCT JETZI DCT OGLUN DCT OCTIZ P2 SIRIC SIRI1H",
"revision_id": 1,
"assigned_transponder": "3456"
},
"last_updated": "1970-01-01T00:00:00.000000Z"
}
],
"facilities": [
{
"id": 0,
"short": "FAC",
"long_name": "Example Facility"
}
],
"ratings": [
{
"id": 0,
"short_name": "EXMP",
"long_name": "Example Rating"
}
],
"pilot_ratings": [
{
"id": 0,
"short_name": "EXMP",
"long_name": "Example Rating"
}
],
"military_ratings": [
{
"id": 0,
"short_name": "EXMP",
"long_name": "Example Rating"
}
]
}