I am using Skyscanner travel api and getting response successfully.
There are so many OutboundLegId and InboundLegId in the response.
I just want to show flights for the selected destination. please see attachment.
For this, Should I extract all the OutboundLegId and InboundLegId for required data or just first array record?
http://business.skyscanner.net/portal/en-GB/Documentation/FlightsLivePricingQuickStart
and I used below code:-
Skyscanner API for all airport locations and Travel API using CURL
Because each contains agents and other data.
Should I show all data on my site or need to use first 5-10 records only?
Please advice me on this.