JETNET API Release Notes 5/13/25

  1. New Endpoints: getCompanyHistory() and getCompanyHistoryPaged()
    These endpoints return historical company relationship data, including ownership, leasing, and other affiliations over time.
  2. Support for Multiple Company IDs in getAircraftList()
    You can now pass multiple company IDs using the complist filter in getAircraftList().
    {
      "complist": [
        23456,
        6442,
        3452,
        3829,
        4043
      ]
    }
  3. New Company Certification Data
    Two new data types — COMPANYCERT and COMPANYMEMBERSHIPS — are now included in getCompany() and getCompanyList().
    A new endpoint, getCompanyCertifications(), is also available to retrieve this information directly.
  4. Support for Multiple Makes and Models in getAircraftList()
    You can now use makelist or modlist to filter aircraft by multiple makes or models.
    {
      "forsale": "TRUE",
      "makelist": [
        "GULFSTREAM",
        "GLOBAL",
        "FALCON"
      ]
    }
    OR
    {
      "forsale": "TRUE",
      "modlist": [278, 663, 286, 1148]
    }

Was this article helpful?

/