Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amadeus

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amadeus - npm Package Versions

124

4.0.0

Diff

Changelog

Source

4.0.0 - 2020-03-25

Add support for the Flight Offers Price API

The Flight Offers Price API confirms the flight price (including taxes and fees) and availability for a given flight returned by the Flight Offers Search API. The API also returns pricing for ancillary products (additional bags, extra legroom, etc.) and the payment information details needed for booking.

Add support for the Flight Create Orders API

The Flight Create Orders API is a flight booking API that lets you perform the final booking for a desired flight and ancillary products (additional bags, extra legroom, etc.). The API returns a unique ID for the flight order and reservation details. This API is used to perform the final booking on confirmed fares returned by the Flight Offers Price API.

Add support for the Flight Order Management API

The Flight Order Management API lets you consult bookings created through the Flight Create Orders API. Using the booking ID generated by Flight Create Orders, Flight Order Management returns the last-updated version of the booking record with any post-booking modifications including but not limited to ticket information, form of payment or other remarks.

Add support for the Hotel Booking API

The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.

Add support for the SeatMap Display API

SeatMap Display API allows you to get information to display airplane cabin plan from a Flight Offer in order for the traveler to be able to choose his seat during the flight booking flow thanks to POST method. In addition GET method allows you to display airplane cabin plan from an existing Flight Order.

Remove support for Most Searched Destinations

Add support for the Trip Parser API

The Trip Parser API parses information from various booking confirmation emails and returns a standardized, structured travel itinerary. The API can extract relevant information from a wide variety of flight, hotel, rental car and rail providers’ confirmation emails by first identifying the provider and then using a database of provider-specific email structures to determine which information to extract. The API then returns a link to the JSON structure of the itinerary.

amadeus-developer
published 3.3.0 •

Changelog

Source

3.3.0 - 2020-02-14

Add support for the Flight Offers Search

The Flight Offers Search API is a flight search API that returns cheap flights between two airports for a given number of passengers and for a given date or date range. The API returns airline name, price and fare details, as well as additional information like baggage allowance, prices for additional baggage and departure terminal.

Add support for the AI-Generated Photos

The AI-Generated Photos API returns a link to download a rendered image of a landscape. The image size is 512x512 pixels and the currently available image categories are BEACH and MOUNTAIN. The link to download the AI-generated picture is valid for 24 hours. This API is an experimental project created by the Amadeus AI Lab using the Nvidia StyleGAN framework. This API is free to use and we welcome any feedback you may have about improvements.

Add support for the Flight Delay Prediction

The Flight Delay Prediction API returns the probability that a given flight will be delayed by four possible delay lengths: less than 30 minutes, 30-60 minutes, 60-120 minutes and over 120 minutes/cancellation. The API receives flight information and applies a machine-learning model trained with Amadeus historical data to determine the probability of flight delay.

Add support for the Airport On-Time Performance

The Airport On-Time Performance API returns the estimated percentage of on-time flight departures for a given airport and date. The API receives the 3-letter IATA airport code and departure date and applies a machine-learning model trained with Amadeus historical data to estimate the overall airport on-time performance. This API is in currently in beta and only returns accurate data for airports located in the U.S.

Add support for the Trip Purpose Prediction

The Trip Purpose Prediction API returns the probability of whether a round-trip flight itinerary is for business or leisure travel. The API takes flight dates, departure city and arrival city and then applies a machine-learning model trained with Amadeus historical data to determine the probability that the itinerary is for business or leisure travel. This API is useful for gaining insight and optimizing the search and shopping experience.

amadeus-developer
published 3.2.0 •

Changelog

Source

3.2.0 - 2019-10-16

Add support for the Flight Choice Prediction API

The Flight Choice Prediction API allows developers to forecast traveler choices in the context of search & shopping. Exposing machine learning & AI services for travel, this API consumes the output of the Flight Low-fare Search API and returns augmented content with probabilities of choices for each flight offers.

Add support for the Hotel Ratings API

The Hotel Ratings API provides hotel ratings based on automated sentiment analysis algorithm applied on the online reviews. Apart from an overall rating for a hotel also provides ratings for different categories of each (e.g.: staff, pool, internet, location). This provides a key content information for decision making during a shopping experience being able to compare how good a hotel is compared to others, sort hotels by ratings, filter by categories or recommend a hotel based on the trip context.

Fix an issue with the POST method that was not adding the right Content-Type.

amadeus-developer
published 3.1.0 •

Changelog

Source

3.1.0 - 2019-04-08

Points of interest API

New version of the Node SDK to support a new endpoint:

amadeus-developer
published 3.0.0 •

Changelog

Source

3.0.0 - 2019-01-22

Hotel Search v2 has been deployed (Hotel Search v1 is now deprecated)

General

  • Remove the support for Hotel Search v1
  • URLs for all three endpoints have been simplified for ease-of-use and consistency Find Hotels

Find Hotels - 1st endpoint

  • The parameter hotels has been renamed to hotelIds

View Hotel Rooms - 2nd endpoint

  • Update from amadeus.shopping.hotel('IALONCHO').hotelOffers.get() to amadeus.shopping.hotelOffersByHotel.get({hotelId : 'IALONCHO'})
  • Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as FULL_ALL_IMAGES

View Room Details - 3rd endpoint

  • Updated from amadeus.shopping.hotel('IALONCHO').offer('XXX').get() to amadeus.shopping.hotelOffer('XXX').get()
  • Image category added under Media in the response
  • Hotel distance added in the response
  • Response now refers to the common HotelOffer object model
amadeus-developer
published 2.0.0 •

Changelog

Source

2.0.0 - 2018-10-12

Flight Most Searched Destinations: Redesign of the API - Split the previous endpoint in 2 endpoints:

  • 1st endpoint to find the most searched destinations
  • 2nd endpoint to have more data about a dedicated origin & destination

Flight Most Booked Destinations:

  • Rename origin to originCityCode

Flight Most Traveled Destinations:

  • Rename origin in originCityCode

Flight Check-in Links:

  • Rename airline to airlineCode

Airport & City Search:

  • Remove parameter onlyMajor

Airport Nearest Relevant:

  • Add radius as parameter

Airline Code Lookup:

  • Regroup parameters IATACode and ICAOCode under the same name airlineCodes
amadeus-developer
published 1.1.0 •

Changelog

Source

1.1.0 - 2018-08-01

Release 1.1.0.

  • Support of 3 new endpoints
amadeus-developer
published 1.0.1 •

Changelog

Source

1.0.1 - 2018-04-19

Remove Beta tag

amadeus-developer
published 1.0.0-beta7 •

Changelog

Source

1.0.0-beta7 - 2018-04-19

Fix most traveled destination API

amadeus-developer
published 1.0.0-beta6 •

Changelog

Source

1.0.0-beta6 - 2018-04-06

Remove node shrinkwrap

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc