- New Endpoints:
getCompanyHistory()andgetCompanyHistoryPaged()
These endpoints return historical company relationship data, including ownership, leasing, and other affiliations over time. - Support for Multiple Company IDs in
getAircraftList()
You can now pass multiple company IDs using thecomplistfilter ingetAircraftList().
{ "complist": [ 23456, 6442, 3452, 3829, 4043 ] } - New Company Certification Data
Two new data types —COMPANYCERTandCOMPANYMEMBERSHIPS— are now included ingetCompany()andgetCompanyList().
A new endpoint,getCompanyCertifications(), is also available to retrieve this information directly. - Support for Multiple Makes and Models in
getAircraftList()
You can now usemakelistormodlistto filter aircraft by multiple makes or models.
OR{ "forsale": "TRUE", "makelist": [ "GULFSTREAM", "GLOBAL", "FALCON" ] }{ "forsale": "TRUE", "modlist": [278, 663, 286, 1148] }
JETNET API Release Notes 5/13/25
Was this article helpful?
/