Customer API Release: 04/28/2026

 

Updates: New: Owner Type Filter on Bulk Aircraft Export

Description: The getBulkAircraftExport endpoint now supports filtering by owner type using the new ownertype parameter.

Accepted “ownertype” values:

  • None
  • WhollyOwned
  • SharedOwnership
  • FractionalOwnership

This parameter can be combined with existing filters such as lifecycle, basecountry, and forsale. For example, you can now retrieve all wholly owned, Gulfstream aircraft that are for sale and in operation within the United States with an action date since April 1, 2026, all in a single bulk export request.

Example request body:

{
"airframetype": "FixedWing",
"lifecycle": "InOperation",
"make": "GULFSTREAM",
"forsale": "True",
"ownertype": ["WhollyOwned"],
"actiondate": "04/01/2026",
"basecountry": "United States",
"showMaintenance": false
}

Endpoint Locations:

  • api/Aircraft/getBulkAircraftExport/{security token}
  • api/Aircraft/getBulkAircraftExportPaged/{security token}/{pgesize}/{page}

 

Change: Flight History Limited to 3 Years on getFlightData Endpoints

Description: Flight data returned by the getFlightData endpoints is now limited to a rolling 3-year history window for API customers.

How it works:

If no start date is provided, the default start date is today minus 3 years.

If a start date is provided that falls earlier than 3 years ago, it will automatically be adjusted to today minus 3 years.

Responses will reflect only flights within the allowed date range, no error message is returned for out-of-range requests; the date is simply adjusted.

Endpoint Locations:

  • api/Aircraft/getFlightData/{security token}
  • api/Aircraft/getFlightDataPaged/{security token}/{pgesize}/{page}

Was this article helpful?

/