Skip to main content

Get FBO

GET 

/fbo/:icao

Returns FBO Details

Request

Path Parameters

    icao stringrequired

    What is the ICAO of the FBO you are trying to find

Responses

Successful operation

Schema
    icao string

    ICAO of FBO

    name string

    Name of Airport

    region string

    Region FBO is in

    fuel string

    Fuel Provider for FBO

    focus string

    Type of FBO Focus

    publicNotes string

    Notes for General Members

    sectors object[]

    Lists Sectors attached to FBO

  • Array [
  • startIcao string

    ICAO of Starting Point

    endIcao string

    ICAO of Ending Point

    size string

    Size of Route

    sectorNumber integer

    What Sector Number it is

  • ]
Loading...