How to get Airlines names in AirlineFlightSchedule api

Hello
I am trying to get list of flight between two cities. I use AirlineFlightSchedule api but it not show airlines name. Can anyone tell me how I get flight schedule with Airlines name.

AirlineFlightSchedules will return the ident only. With AirlineInfo you can get the airlines name.

Thanks for your response.
But call AirlineInfo api we need airlineline code but AirlineFlightSchedules not return airlineline code. So how we get AirlineInfo?

AirlineFlightSchedules returns the ident which is the airline code and the flight number(Example: SWA123).

You will need to filter the returned ident to get the first three letters. Then you can send that to AirlineInfo.