Questions tagged [amadeus]

Amadeus is a technology solutions provider to the global travel and tourism industry. This tag is for questions about software development using Amadeus' APIs.

Amadeus provides search, pricing, booking, ticketing and other processing services in real-time to travel providers and travel agencies through its Amadeus CRS distribution business area. Amadeus CRS is the largest GDS provider in the worldwide travel and tourism industry, with an estimated market share of 37% in 2009.

364 questions
1
vote
0 answers

Can't pass header in Python client generated by OpenAPI Generator

With the help of OpenAPI Generator I generated a Python client for the Amadeus Travel Restrictions API spec. According to the README generated, I understand that I can pass headers with the header_params parameter but I receive the following…
anna_ts
  • 656
  • 4
  • 8
1
vote
0 answers

An internal error occurred, please contact your administrator in Amadues Self Production API

We Get Following Error in Amadeus Self Live API. {"errors": [{"code": 38189,"title": "Internal error","detail": "An internal error occurred, please contact your administrator","status": 500}]} Can anyone Help me to solve this issue.
1
vote
1 answer

Error 404 flight inspiration search test mode

Im getting error 404 while searching flight inspiration search in test mode. Even is happening in the "try ot out" feature in the official web from Amadeus.
Juan
  • 87
  • 8
1
vote
0 answers

ValueError: Missing required argument: client_id

Getting error for client ID not sure why it was working but suddenly it stopped. Using python as my language of choice and api that I'm trying to access is flight offer search AMADEUS = Client( client_id=settings.AMADEUS_CLIENT, …
vineet singh
  • 173
  • 2
  • 12
1
vote
0 answers

Amadeus API Points of interests did'nt work, status 500, error 38189

I'm writing this topic, because when i try to connect to the Amadeus API to fetch points of interest, i got a status 500 with a code 38189. There is the API response : API response I'm using a production account, there is the request URL :…
1
vote
1 answer

Which Amadeus API service should I use to retrieve passengers who booked flights on a particular date through our travel agency

Which Amadeus API service should I use to retrieve passengers who booked flights on a particular date through our travel agency along with the booking price, route and PNR of the booking.
1
vote
1 answer

I keep getting numberOfstops in the flightOffer API response as 0 even when there is a stop

I am new to the Amadeus API and generally the flight business as a whole but I have set up a dev account with Amadeus and I am on a test Plan at the moment. I made a call to the flightOffers API thus; await…
Ahmad Qaasim
  • 23
  • 1
  • 5
1
vote
0 answers

getting Amadeus API Error in WordPress : 403 forbidden, code: 35283

I'm new to Amadeus development. I'm using Amadeus Self service API's to get flights search from searched term. Everything used to work fine, but from today, if i call an api, I'm receiving error 403 forbidden. { "errors": [ { "status": 403, "code":…
1
vote
0 answers

Amadeus API Error : You do not have permission to access this content

I'm new to Amadeus development. I'm trying to develop an airline booking website. I'm using Amadeus Self service API's to get flights from searched term. Everything used to work fine, but from yesterday, if i call an api, I'm receiving error 403…
Dany 46
  • 23
  • 6
1
vote
0 answers

How to access Delta Comfort+ price and seatmap with Amadeus APIs?

I need help retrieving flight offers and seat map information for Delta Comfort+ seats using the Amadeus flight APIs. I've seen Comfort+ described as "both fare and ancillary seat purchase options" that are "booked in W and S classes", and this site…
fmckinney
  • 11
  • 3
1
vote
0 answers

Amadeus Node SDK | AuthenticationError 401 invalid access token

I'm completely new to amadeus API. I write a testing next.js app in order to learn it. It seems that I do everything according to the documentation on their GitHub. But instead of a response, I get an authentication error 401 with "Invalid access…
joisadler
  • 53
  • 1
  • 9
1
vote
0 answers

Why am I not getting data back from Amadeus Airport and City Search API (iOS)?

I'm learning iOS development and currently building an iOS app. Below I try to fetch data from Amadeus's Airport and City Search API. There's no data coming back from any keywords that match to any cities in the US or…
alidinc
  • 51
  • 6
1
vote
1 answer

How to implement pagination using "Flight Offers Search" of Amadeus API

I want to implement pagination using "Flight Offers Search" of Amadeus API. There is no parameter to passing limit and offset using "Flight Offers Search" of Amadeus API. I have bellow API URL with filter parameter to get flight…
1
vote
0 answers

Restrict Amadeus flight-offers to a specific airline

I am using the Amadeus flight-offers API to get basic information about fares. Using URL_OK below I successfully get: A tibble: 30 x 8 origin dest total_fares base_fares tax_and_fees dep_date return_date airline_codes
ixodid
  • 2,180
  • 1
  • 19
  • 46
1
vote
0 answers

Get flight's logo images in a flight list using flight offer price API

I want to show flight's logo images in a flight list using flight offer price API: https://developers.amadeus.com/self-service/category/air/api-doc/flight-offers-search/api-reference. I search for flights using origin and destination, one way or…
1 2
3
24 25