Skip to content

List airports

GET
/airports

Parameters

Query Parameters

limit

Maximum number of items to return per page.

Typeinteger
Format"int32"
Maximum300
Default100
page

Page number to retrieve.

Typeinteger
Format"int32"
Default1
filter

Stringified filter expression to apply to the list.

Typestring
sort

Sort order for the list.

Typestring

Responses

The request has succeeded.

application/json
JSON
{
"count": 10,
"totalCount": 100,
"items": [
{
"id": "0000-ffff-0000-ffff",
"updatedAt": "2020-01-01T00:00:00Z",
"name": "Hartsfield–Jackson Atlanta International Airport",
"icaoCode": "KATL",
"iataCode": "ATL",
"localCode": "ATL",
"latitude": 33.6407,
"longitude": -84.4277,
"elevation": 1026,
"countryCode": "US",
"city": "Atlanta",
"state": "Georgia",
"county": "Fulton",
"continentCode": "string",
"timezone": "America/New_York",
"facilityType": "airport",
"isPrivate": false,
"isClosed": false
}
]
}

Playground

Variables
Key
Value

Samples