Skip to content

List airports (simplified)

GET
/airports/all

List airports with minimal details.

Limit on this operation is increased

Parameters

Query Parameters

limit

Maximum number of items to return per page.

Typeinteger
Format"int32"
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
[
{
"id": "0000-ffff-0000-ffff",
"icaoCode": "KATL",
"iataCode": "ATL",
"name": "Hartsfield–Jackson Atlanta International Airport"
}
]

Playground

Variables
Key
Value

Samples