API for MROs - Market Intelligence & Trend Analysis

The endpoints below support market intelligence and trend analysis for MROs by analyzing model-level reliability, usage patterns, and market activity to optimize maintenance scheduling and support client advisory and predictive maintenance planning.

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

  • Endpoint: getModelIntelligence

    MROs use getModelIntelligence to compare model-level specifications and market-operational benchmarks across targeted aircraft platforms, supporting capability planning, tooling and staffing decisions, and maintenance strategy alignment for the models the shop intends to service.

    Practical Example

    Review model intelligence for Gulfstreams G450, G550, G650, and G700 to compare aircraft class, cabin and baggage volumes, passenger capacity, range, field length, and cruise speed alongside market indicators such as average asking price, days on market, and average airframe and engine time. Use these benchmarks to prioritize which Gulfstream platforms to focus on, anticipate service complexity and operating profiles, and align maintenance planning and support investment with the models most relevant to the customer base.

    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: getModelMarketTrends

    MROs use getModelMarketTrends to evaluate how specific aircraft models are evolving over time by tracking in-operation counts, market availability, utilization averages, and pricing trends. This supports long-term support decisions, including which models justify continued investment, which are approaching decline, and where future maintenance demand is likely to concentrate.

    Practical Example

    Review six months of market trend data for Gulfstream G600, G650ER, G400, G700, and G800, including in-operation counts, aircraft for-sale activity, average airframe and engine time, and days on market. Use these trends to compare the lifecycle stage and market momentum of legacy, current, and next-generation Gulfstream models, informing decisions on where to expand, maintain, or scale back maintenance support, training, and inventory investment.

    Input (key fields only)

    {
      "productcode": [
        "Business"
      ],
      "make": "GULFSTREAM",
      "modlist": [
         1210,
         1211,
         1320,
         1290,
         1310
      ],
      "displayRange": 6,
      "startdate": "12/31/2025"
    }

    Response (truncated)

    {
      "responseid": "538181468",
      "responsestatus": "SUCCESS",
      "count": 5,
      "modelMarketTrends": [
        {
          "modelicao": "GA6C",
          "modelid": 1210,
          "maketype": "BusinessJet",
          "make": "GULFSTREAM",
          "model": "G600",
          "categorysize": "Large Ultra Long-Range Jet",
          "trend_product": "Business",
          "trend_year": 2025,
          "trend_month": 12,
          "trend_snapshot_date": "2025-12-31T00:00:00",
          "aircraft_for_sale_count": 3,
          "in_operation_count": 193,
          "end_user_count": 1,
          "user_exclusive_count": 2,
          "dealer_owned_count": 0,
          "domestic_count": 2,
          "international_count": 1,
          "avg_asking_price": 48200000,
          "high_asking_price": 51900000,
          "low_asking_price": 44500000,
          "make_offer_count": 1,
          "avg_year": 2020,
          "avg_daysonmarket": 141,
          "avg_airframe_time": 1237,
          "avg_engine_time": 1122,
          "avail_new_onmarket_count": 0
        },
        {
          // additional records follow
        }
      ]
    }

Was this article helpful?

/