Skip to main content

List online ATIS stations

GET 

/afv-atis-data.json

Returns a list of all online ATIS stations. Re-generates every 15 seconds.

Request

Responses

Successful operation

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

  • ]
Loading...