The endpoints below support market intelligence for charter brokers by tracking aircraft supply, pricing, and demand trends to inform client guidance on availability, pricing expectations, fleet suitability, and route planning decisions.
Select each endpoint tab to view details along with sample inputs and responses.
Endpoint:
getModelIntelligenceCharter Brokers use
getModelIntelligenceto compare aircraft models by mission fit and client suitability, combining performance and cabin characteristics with aggregated market metrics to support aircraft recommendations, routing feasibility, and realistic client expectations.Practical Example
Compare Astra 1125SPX, Gulfstream G550, and Boeing BBJ variants to assess passenger capacity, range, runway requirements, and typical market averages. Use this information to match the right model to trip requirements and set expectations around availability and pricing.
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:
getModelMarketTrendsCharter Brokers use
getModelMarketTrendsto monitor how aircraft availability and utilization are changing over time at the model level, helping them anticipate capacity constraints, set realistic client expectations, and plan quoting and scheduling strategies.Practical Example
View recent month-over-month activity for Airbus business-use jet airliners to assess in-operation counts, availability trends, and whether capacity is tightening or expanding. Use this information to gauge sourcing difficulty for specific models and adjust trip recommendations accordingly.
💡 Tip: Use
"displayRange": 2to return trend data for the previous two months starting from the current date. Adjust this value to review shorter or longer availability windows as 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 } ] }