Airports

An airport is a place where fixed-wing aircraft or helicopters can take off or land

XML Schema:

Resource Definition

Note

This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.

Fields

Name

Type

Description

id (read-only)

String

href (read-only)

Field

name (required)

String

The name of this resource

iata_code (required)

String

Code published by the International Air Transport Association that uniquely identifies an airport

icao_code (required)

String

Code published by the International Civil Aviation Organization for use by air traffic control and airline operations

active (required)

Boolean

Indicates whether the airport is in active service or not

date_created

Datetime

The time when the resource was created, in the standard Dates & Times.

date_last_modified

Datetime

The time when the resource was last modified, in the standard Dates & Times.

place (read-only)

Reference Object

The place that represents the airport.

city (read-only)

Reference Object

The city that the airport services, as represented by a place

Get an Airport

GET /airports/(airport_id)

List Airports

GET /airports