Skip to main content

List all stations for the airport

GET 

/airports/:icao/stations

Returns a list of all stations for the specified airport.

Request

Path Parameters

    icao stringrequired

    Airport ICAO

    Example: KJFK

Responses

Successful operation

Schema
    data object[]
  • Array [
  • callsign string

    Station callsign

    name string

    Station name

    frequency string

    Station frequency

    ctaf boolean

    True if the frequency should be used as CTAF when no ATC is online, false otherwise

  • ]
Loading...