List online ATIS stations
GET/afv-atis-data.json
Returns a list of all online ATIS stations. Re-generates every 15 seconds.
Request
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
cid integer
Controller's VATSIM ID
name string
Controller's full name
real_name string
ATIS connection name
callsign string
ATIS callsign
frequency string
ATIS frequency (MHz)
facility integer
ATIS facility ID
rating integer
Controller's controller rating ID
latitude number
ATIS latitude (deg)
longitude number
ATIS longitude (deg)
server string
Controller's current server ident
visual_range integer
ATIS visual range (NM)
atis_code string
Current ATIS phonetic letter
text_atis string[]
Text ATIS
last_updated date-time
When this ATIS's status was last received
logon_time date-time
When this ATIS connected
[
{
"cid": 1234567,
"name": "Kennedy Steve",
"real_name": "vATIS connection for KJFK",
"callsign": "KJFK_ATIS",
"frequency": "128.725",
"facility": 0,
"rating": 0,
"latitude": 40.63975,
"longitude": -73.778925,
"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"
}
]
Loading...