jbrooksuk / JSON-Airports

A JSON array of Airport names, IATA code and location
http://bluebaytravel.co.uk
267 stars 94 forks source link

Get airport list by country name #13

Closed pkc456 closed 7 years ago

pkc456 commented 7 years ago

How do I get the list of airports specific to one country? For eg:- I need all the airports details which are available in India only.

jbrooksuk commented 7 years ago

You'd need to write a filter for them as we don't provide anything like that currently.

pkc456 commented 7 years ago

Which key represent the country code? iso or iata or something else?