The endpoints below support market intelligence and analytics for dealers and brokers by tracking model-level trends, monitoring for-sale activity, pricing, and regional demand, and identifying repeat operators and brokers to prioritize outreach and monitor market turnover.
Select each endpoint tab to view details along with sample inputs and responses.
Endpoint:
getModelIntelligenceDealer/Brokers use
getModelIntelligenceto evaluate aircraft models at a strategic level, combining performance characteristics, production history, and aggregated market metrics to inform pricing guidance, sourcing focus, and advisory conversations.Practical Example
Compare Astra 1125SPX, Gulfstream G550, and Boeing BBJ variants to understand relative market positioning, average asking prices, airframe utilization, and production ranges. Use this information to prioritize models for active sourcing or client recommendations.
Input (key fields only)
{ "make": ["ASTRA", "GULFSTREAM", "BOEING"], "model": ["G550", "1125SPX", "BBJ3"] }Response (truncated)
{ "modelIntelligence": [ { "model_icao": "ASTR", "model_id": 25, "model_airframe_type": "FixedWing", "model_make_type": "BusinessJet", "model_make": "ASTRA", "model_name": "1125SPX", "model_manufacturer": "Israel Aircraft Industries, Ltd.", "model_mfr_start_year": 1994, "model_mfr_end_year": 2001, "model_weight_class_name": "Medium", "model_category_size": "MJ", "model_category_size_name": "Mid-Size Jet", "model_fuselage_length": 55.6, "model_fuselage_height": 18.2, "model_fuselage_wing_span": 54.6, "model_fuselage_width": null, "model_cabinsize_height": 5.5, "model_cabinsize_width": 4.67, "model_cabinsize_length": 17.08, "model_cabin_volume": 304, "model_baggage_volume": 64, "model_pax": 7, "model_max_range": 2780, "model_field_length": 2520, "model_cruise_speed": 448, "model_max_speed": 363, "model_total_costs": 446899, "average_total_asking_price": 3569679.84, "average_total_days_on_market": null, "average_total_airframe_time": 580, "average_total_engine_time": 576 }, { // additional records follow } ] }Endpoint:
getModelMarketTrendsDealer/Brokers use
getModelMarketTrendsto monitor short-term and historical shifts in supply, demand, and pricing at the aircraft model level, supporting timing decisions, valuation guidance, and market-facing advisory conversations.Practical Example
View recent month-over-month market activity for Airbus business-use jet airliners to assess in-operation and for-sale counts, pricing trends, and whether availability is tightening or expanding. Use this information to evaluate whether market conditions favor buyers or sellers and prioritize outreach accordingly.
💡 Tip: Use
"displayRange": 2to return trend data for the previous two months starting from the current date. This value can be adjusted to analyze longer or shorter time windows depending on how much historical context is needed.Input (key fields only)
{ "maketype": "JetAirliner", "productcode": [ "Business" ], "make": "AIRBUS", "displayRange": 2 }Response (truncated)
"modelMarketTrends": [ { "modelicao": "A320", "modelid": 720, "maketype": "JetAirliner", "make": "AIRBUS", "model": "A320-200", "categorysize": "Commercial Jet Airliner", "trend_product": "Business", "trend_year": 2025, "trend_month": 11, "trend_snapshot_date": "2025-11-30T00:00:00", "aircraft_for_sale_count": 1, "in_operation_count": 18, "end_user_count": 0, "user_exclusive_count": 1, "dealer_owned_count": 0, "domestic_count": 0, "international_count": 1, "avg_asking_price": 0, "high_asking_price": 0, "low_asking_price": 0, "make_offer_count": 1, "avg_year": 2005, "avg_daysonmarket": 45, "avg_airframe_time": 5757, "avg_engine_time": 5757, "avail_new_onmarket_count": 0 }, { // additional records follow } ] }