API for FBOs - Market & Utilization Insights

The endpoints below support market and utilization insights for FBOs by revealing common aircraft types, visit frequency, and usage patterns to guide service investments, operational planning, and strategic partnerships with frequent operators.

Select each endpoint tab to view details along with sample inputs and responses.

  • Endpoint: getModelIntelligence

    FBOs use getModelIntelligence to understand aircraft size, performance, and cabin characteristics at the model level, supporting service readiness, facility planning, and expectation-setting for the types of aircraft likely to operate at the field.

    Practical Example

    Compare model intelligence for Gulfstream G450, G550, G650, and G700 to assess aircraft size class, cabin and baggage volume, passenger capacity, range, and runway requirements. Use these characteristics to anticipate handling complexity, evaluate hangar and ramp suitability, and align service expectations for large, long-range business jets operating through the airport.

    Input (key fields only)

    {
      "make": ["GULFSTREAM"],
      "model": ["G450", "G550", "G650", "G700"]
    }

    Response (truncated)

    {
      "modelIntelligence": [
        {
          "model_icao": "GLF4",
          "model_id": 288,
          "model_airframe_type": "FixedWing",
          "model_make_type": "BusinessJet",
          "model_make": "GULFSTREAM",
          "model_name": "G450",
          "model_manufacturer": "Gulfstream Aerospace Corporation",
          "model_mfr_start_year": 2005,
          "model_mfr_end_year": 2018,
          "model_weight_class_name": "Heavy",
          "model_category_size": "LGLR",
          "model_category_size_name": "Large Long-Range Jet",
          "model_fuselage_length": 89.3,
          "model_fuselage_height": 25.2,
          "model_fuselage_wing_span": 77.8,
          "model_fuselage_width": null,
          "model_cabinsize_height": 6.17,
          "model_cabinsize_width": 7.25,
          "model_cabinsize_length": 45.08,
          "model_cabin_volume": 1658,
          "model_baggage_volume": 169,
          "model_pax": 13,
          "model_max_range": 4425,
          "model_field_length": 2663,
          "model_cruise_speed": 476,
          "model_max_speed": 340,
          "model_total_costs": 1287357,
          "average_total_asking_price": 19037776.46,
          "average_total_days_on_market": 182,
          "average_total_airframe_time": 1262,
          "average_total_engine_time": 1307
        },
        {
          // additional records follow
        }
      ]
    }
  • Endpoint: getHistoryList, getHistoryListPaged

    FBOs use getHistoryList and getHistoryListPaged to monitor aircraft history transactions that signal changes in operational control or availability, helping anticipate which aircraft and operators are likely to begin operating in the region and informing proactive customer recognition and service planning.

    Practical Example

    Identify in-operation Gulfstream aircraft with recent lease transactions to understand changes in ownership, operator, and relationship context. Use these lease-related events to anticipate aircraft operating under new crews or management, update contact and billing expectations, and proactively prepare ground services and customer coordination for operators likely to appear at the airport.

    Input (key fields only)

    {
        "lifecycle": "InOperation",
        "make": "GULFSTREAM",
        "allrelationships": true,
        "transtype": ["Lease"],
        "aclist": [],
        "modlist": [
           1210,
           1211,
           1320,
           1290,
           1310
        ],
        "lastactionstartdate": "12/01/2025",
        "lastactionenddate": "12/30/2025"
    }

    Response (truncated)

    {
    "history": [
        {
          "aircraftid": 236605,
          "transid": 28264887,
          "modelid": 1210,
          "actiondate": "2025-12-23T22:41:37",
          "pageurl": "http://www.jetnetevolution.com/DisplayAircraftDetail.aspx?acid=236605&jid=28264887",
          "make": "GULFSTREAM",
          "model": "G600",
          "yearmfr": 2021,
          "yeardlv": 2022,
          "maketype": "BusinessJet",
          "weightclass": "Heavy",
          "categorysize": "Large Ultra Long-Range Jet",
          "sernbr": "73084",
          "regnbr": "N684GA",
          "transtype": "Lease - Leasing Company to Retail",
          "transdate": "2022-12-19T00:00:00",
          "translastactiondate": "2025-12-23T08:14:28",
          "description": "Lease from Global Jet Capital to Sedgwick Azure, Inc.",
          "customernote": "",
          "internaltrans": false,
          "newac": "new",
          "usage": "Business",
          "transretail": true,
          "soldprice": null,
          "askingprice": null,
          "listdate": null,
          "purchasedate": "2022-12-19T00:00:00",
          "estaftt": 211,
          "estcycles": 73,
          "aputtsnew": 0,
          "baseiata": "MEM",
          "baseicao": "KMEM",
          "faaid": "",
          "basename": "Memphis International Airport",
          "basestate": "TN",
          "basecountry": "United States",
          "basecontinent": "North America",
          "baselatitude": 35.044333,
          "baselongitude": -89.98189,
          "lifecycle": "InOperation",
          "forsale": false,
          "marketstatus": "Not for Sale",
          "companyrelationships": [
            {
              "companyid": 377431,
              "name": "Global Jet Capital",
              "relationtype": "Lessor",
              "relationseqno": 1,
              "contactid": 650811,
              "ownerpercent": null,
              "fractionexpiresdate": null,
              "isoperator": "N",
              "businesstype": "Leasing Company",
              "company": {
                "companyid": 377431,
                "parentcompanyid": 0,
                "active": false,
                "actiondate": "2023-11-07T14:36:27",
                "name": "Global Jet Capital",
                "altname": null,
                "address1": "83 Wooster Heights Road, Suite 503",
                "address2": "Lee Farm Corporate Park",
                "city": "Danbury",
                "state": "CT",
                "stateabbr": "Connecticut",
                "postcode": "06810",
                "country": "United States",
                "email": "info@globaljetcapital.com",
                "website": "www.globaljetcapital.com",
                "office": "844-436-8200",
                "fax": "475-329-0868",
                "mobile": null
              },
              "contact": {
                "contactid": 650811,
                "active": false,
                "companyid": 377431,
                "actiondate": "2023-11-07T14:36:50",
                "sirname": "Mr.",
                "firstname": "Tom",
                "middleinitial": null,
                "lastname": "Mekis",
                "suffix": null,
                "title": "Head of Asset Management",
                "email": "tmekis@globaljetcapital.com",
                "office": null,
                "fax": null,
                "mobile": "336-940-7988"
              }
            },
            {
              "companyid": 485022,
              "name": "GJC Funding XVIII, LLC",
              "relationtype": "Trustor",
              "relationseqno": 6,
              "contactid": null,
              "ownerpercent": null,
              "fractionexpiresdate": null,
              "isoperator": "N",
              "businesstype": "Leasing Company",
              "company": {
                "companyid": 485022,
                "parentcompanyid": 0,
                "active": false,
                "actiondate": "2023-11-07T14:36:31",
                "name": "GJC Funding XVIII, LLC",
                "altname": "C/O Global Jet Capital, Inc.",
                "address1": "83 Wooster Heights Road, Suite 503",
                "address2": "Lee Farm Corporate Park",
                "city": "Danbury",
                "state": "CT",
                "stateabbr": "Connecticut",
                "postcode": "06810",
                "country": "United States",
                "email": "info@globaljetcapital.com",
                "website": null,
                "office": null,
                "fax": null,
                "mobile": null
              },
              "contact": null
            },
            {
              "companyid": 261686,
              "name": "Bank of Utah",
              "relationtype": "Registered as Seller",
              "relationseqno": 9,
              "contactid": 732524,
              "ownerpercent": null,
              "fractionexpiresdate": null,
              "isoperator": "N",
              "businesstype": "Financial Institution",
              "company": {
                "companyid": 261686,
                "parentcompanyid": 0,
                "active": false,
                "actiondate": "2023-11-07T14:36:20",
                "name": "Bank of Utah",
                "altname": "C/O Corporate Trust Services",
                "address1": "50 South 200 East, Suite 110",
                "address2": null,
                "city": "Salt Lake City",
                "state": "UT",
                "stateabbr": "Utah",
                "postcode": "84111",
                "country": "United States",
                "email": "corptrust@bankofutah.com",
                "website": "www.bankofutah.com",
                "office": null,
                "fax": null,
                "mobile": null
              },
              "contact": {
                "contactid": 732524,
                "active": true,
                "companyid": 261686,
                "actiondate": "2023-11-07T14:38:15",
                "sirname": "Mr.",
                "firstname": "Branden",
                "middleinitial": "P",
                "lastname": "Hansen",
                "suffix": null,
                "title": "President",
                "email": null,
                "office": null,
                "fax": null,
                "mobile": null
              }
            },
            {
              "companyid": 305720,
              "name": "Sedgwick Azure, Inc.",
              "relationtype": "Lessee",
              "relationseqno": 10,
              "contactid": 393642,
              "ownerpercent": null,
              "fractionexpiresdate": null,
              "isoperator": "N",
              "businesstype": "End User",
              "company": {
                "companyid": 305720,
                "parentcompanyid": 0,
                "active": false,
                "actiondate": "2024-02-21T16:39:19",
                "name": "Sedgwick Azure, Inc.",
                "altname": null,
                "address1": "8125 Sedgwick Way",
                "address2": null,
                "city": "Memphis",
                "state": "TN",
                "stateabbr": "Tennessee",
                "postcode": "38125",
                "country": "United States",
                "email": "jason.hood@sedgwickcms.com",
                "website": "www.sedgwick.com",
                "office": "901-415-7400",
                "fax": "901-415-7406",
                "mobile": null
              },
              "contact": {
                "contactid": 393642,
                "active": false,
                "companyid": 305720,
                "actiondate": "2024-02-21T16:39:27",
                "sirname": "Mr.",
                "firstname": "Jason",
                "middleinitial": "P",
                "lastname": "Hood",
                "suffix": null,
                "title": "Executive Vice President",
                "email": "jason.hood@sedgwickcms.com",
                "office": null,
                "fax": null,
                "mobile": null
              }
            }
          ]
        },
        {
          // additional records follow
        }
      ]
    }

Was this article helpful?

/