Correction - 8/12/2025
We made a correction to some endpoints released on 8/05/2025.
On 8/08/2025, the new returnOnlyActiveCompRefs flag was removed from the getHistory() and getAircraft() endpoints, and both were reverted to their previous versions.
This change does not affect the getBulk endpoints or the getRelationships() endpoint — these still use the showHistoricalAcRefs variable (default: false). If you omit this variable, it will be interpreted as false.
Updates
Enhanced company relationship data in multiple endpoints.
Affected Endpoints
getRelationships – unchanged, supports
showHistoricalAcRefsgetHistoryList – (reverted to earlier version)
getHistoryListPaged – (reverted to earlier version)
getAircraft – (reverted to earlier version)
getBulkAircraftExport – unchanged
getBulkAircraftExportPaged – unchanged
Description
These endpoints now return both current and historical (inactive) company and contact information within the companyRelationship section of the response.
To include historical data, set the showHistoricalAcRefs input parameter to true.
Each relationship now also includes:
- An
activeflag indicating whether the relationship is active. - An action date field,
actiondate, showing when the relationship was either added or removed.
Example: A company that previously had a relationship with an aircraft will now be listed along with the date the relationship ended.
Market Status Added to getBulk Endpoints
Affected Endpoints
- getBulkAircraftExport
- getBulkAircraftExportPaged
Description
The market status response in the bulk endpoints was updated to include the aircraft's market status.
Examples:
Request:{"airframetype": "None", "aclist": [190894], "exactMatchReg": true}
Previous response:"status": "Immediate"
Updated response:"status": "For Sale, Immediate"
Request:{"airframetype": "None", "aclist": [29596], "exactMatchReg": true}
Previous response:"status": "Immediate"
Updated response:"status": "For Sale/Trade"
New Fields Added to getBulk Endpoints
Affected Endpoints
- getBulkAircraftExport
- getBulkAircraftExportPaged
Description
The following fields have been added to the responses returned by the bulk export endpoints:
-
categorysize– Indicates the size classification of the aircraft (e.g., "Large Long-Range Jet") -
countryofregistration– Specifies the country in which the aircraft is registered (e.g., "United States")
Example Response:
"categorysize": "Large Long-Range Jet", "countryofregistration": "United States"