I'm using the Amadeus Flight Inspiration Search sandbox API.
Here's an example of a JSON response:
{
"destination": "WAS",
"departure_date": "2017-04-01",
"return_date": "2017-04-15",
"price": "126.40",
"airline": "DL"
}
I looked through the other Amadeus APIs and could not find one that pulls the name of the airline based on the airline code (in the example above, "airline": "DL"). How can we get the actual airline name?