Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.

Response

Array of airports.

id
string
required

Airport ID (typically the ICAO code in phpVMS).

Example:

"YSSY"

code
string
required

ICAO code.

Example:

"YSSY"

name
string
required
Example:

"Sydney Kingsford Smith"

latitude
number<double>
required
Example:

-33.9461

longitude
number<double>
required
Example:

151.1772