Skip to main content

Get all aircraft and categories

GET 

/v4/aircraft

Used to fetch all aircraft the SkyPath system supports, use this to determine the category of your aircraft you would need to use in reading and writing turbulence data

Request

Responses

Returns the full list of aircraft types and categories

Schema

  • Array [

  • id stringrequired

    ID of aircraft type

    icao stringrequired

    ICAO code of aircraft

    iata stringrequired

    IATA code of aircraft

    group stringrequired

    SkyPath aircraft category code

    title stringrequired

    Full title and name of aircraft

    size stringrequired

    aircraft size

    family stringrequired

    aircraft generic model family

  • ]

Loading...