Back to catalog
🚌

airportsapi

Free

Get name and website-URL for airports by ICAO code

🚌TransportationHTTPSNo API key required

JFK Airport

New York, US

NameJohn F Kennedy International Airport
IcaoKJFK
IataJFK
Elevation13

Sample Response

response.json
1{
2 "icao": "KJFK",
3 "iata": "JFK",
4 "name": "John F Kennedy International Airport",
5 "city": "New York",
6 "country": "US",
7 "elevation": 13,
8 "lat": 40.6398,
9 "lon": -73.7789,
10 "tz": "America/New_York",
11 "website": "https://www.jfkairport.com"
12}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://airport-web.appspot.com/api/docs/"
View Documentation

Similar APIs