Skip to content

Instantly share code, notes, and snippets.

@simrandotdev
Forked from tdreyno/airports.json
Last active February 24, 2021 02:40
Show Gist options
  • Save simrandotdev/7829b8663b83f3a7ccc81a97f9a8519e to your computer and use it in GitHub Desktop.
Save simrandotdev/7829b8663b83f3a7ccc81a97f9a8519e to your computer and use it in GitHub Desktop.
JSON data for airports and their locations
[{
"code": "DEL",
"lat": "28.5603",
"lon": "77.1027",
"name": "Indira Gandhi International Airport",
"city": "New Delhi",
"state": "Madhya Pradesh",
"country": "India"
},
{
"code": "CXH",
"lat": "49.5912",
"lon": "-125.848",
"name": "Coal Harbour Airport",
"city": "Vancouver",
"state": "British Columbia",
"country": "Canada"
},
{
"code": "SAN",
"lat": "32.7299",
"lon": "-117.195",
"name": "San Diego International Airport",
"city": "San Diego",
"state": "California",
"country": "United States"
},
{
"code": "LAX",
"lat": "33.9456",
"lon": "-118.391",
"name": "Los Angeles International Airport",
"city": "Los Angeles",
"state": "California",
"country": "United States"
},
{
"code": "PDX",
"lat": "45.5867",
"lon": "-122.587",
"name": "Portland International Airport",
"city": "Portland",
"state": "Oregon",
"country": "United States"
},
{
"code": "PIA",
"lat": "40.6663",
"lon": "-89.6909",
"name": "Greater Peoria Regional Airport",
"city": "Peoria",
"state": "Illinois",
"country": "United States"
},
{
"code": "PIB",
"lat": "31.4671",
"lon": "-89.3333",
"name": "Pine Belt Regional Airport",
"city": "Moselle",
"state": "Mississippi",
"country": "United States"
},
{
"code": "SEA",
"lat": "47.4405",
"lon": "-122.296",
"name": "Tacoma International Airport",
"city": "Seattle",
"state": "Washington",
"country": "United States"
},
{
"code": "GAN",
"lat": "-0.6912",
"lon": "73.16",
"name": "Gan Island Airport",
"city": "Hithadhoo",
"state": "Seenu",
"country": "Maldives"
},
{
"code": "BHX",
"lat": "52.4531",
"lon": "-1.73847",
"name": "Birmingham International Airport",
"city": "Birmingham",
"state": "England",
"country": "United Kingdom"
},
{
"code": "BFE",
"lat": "52",
"lon": "8.5",
"name": "Bielefeld",
"city": "Bielefeld",
"state": "North-Rhine-Westphalia",
"country": "Germany"
},
{
"code": "DUQ",
"lat": "48.7562",
"lon": "-123.711",
"name": "Duncan-Quamichan Lake Airport",
"city": "Duncan",
"state": "British Columbia",
"country": "Canada"
},
{
"code": "XFL",
"lat": "46.5657",
"lon": "-72.7254",
"name": "Shawinigan Rail Station",
"city": "Shawinigan",
"state": "Quebec",
"country": "Canada"
},
{
"code": "SFO",
"lat": "37.6148",
"lon": "-122.392",
"name": "San Francisco International Airport",
"city": "San Francisco",
"state": "California",
"country": "United States"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment