I am using below mention parameters to get details of flight but more then one flights are showing so we need one flight info which is accurate
I am using AirlineFlightSchedules API
Parameters :-
'startDate' => '1536362160',
'endDate' =>'1536391500',
'airline' => 'UA',
'flightno' => '1882'
Flights Details
{
âAirlineFlightSchedulesResultâ: {
ânext_offsetâ: -1,
âdataâ: [{
âidentâ: âANZ9518â,
âactual_identâ: âUAL1882â,
âdeparturetimeâ: 1536387360,
âarrivaltimeâ: 1536405900,
âoriginâ: âKLAXâ,
âdestinationâ: âKEWRâ,
âaircrafttypeâ: âB752â,
âmeal_serviceâ: âBusiness: Snack or brunch / Economy: Snack or brunchâ,
âseats_cabin_firstâ: 0,
âseats_cabin_businessâ: 28,
âseats_cabin_coachâ: 114
}, {
âidentâ: âUAL1882â,
âactual_identâ: ââ,
âdeparturetimeâ: 1536387360,
âarrivaltimeâ: 1536405900,
âoriginâ: âKLAXâ,
âdestinationâ: âKEWRâ,
âaircrafttypeâ: âB752â,
âmeal_serviceâ: âBusiness: Snack or brunch / Economy: Food for saleâ,
âseats_cabin_firstâ: 0,
âseats_cabin_businessâ: 28,
âseats_cabin_coachâ: 114
}]
}
}
How can i get correct details
is any one know about.