Get airports by name

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API makes it easy for you to collect your customers flight information that can be used to further personalize the flight carbon footprint

Get airports by name

Search for an airport by name, city or IATA code

Example request

Query params:

name=barajas

Example response

{
    "airports": [
        {
            "_id": "6218b010ba28c21aa5a3ef1c",
            "name": "Barajas",
            "city": "Madrid",
            "country": "Spain",
            "iata": "MAD",
            "icao": "LEMD",
            "latitude": 40.493556,
            "longitude": -3.566764,
            "altitude": 2000,
            "timezone": "1",
            "dst": "E",
            "tz": "Europe/Madrid"
        }
    ]
}
Query Params
string
required
Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json