---
title: "Get list of Airports"
method: GET
path: "/v3/airports/"
tags: ["airports"]
---

# Get list of Airports

`GET /v3/airports/`

Get list of Airport records. All parameters are optional

## Query parameters

- `icao_in` string[]
- `id_in` integer[]
- `on_date` string, date
- `ordering` string[]
- `page` integer
- `search` string
- `search_city` string
- `search_coords` string
- `search_coords_radius` integer
- `search_country` string
- `search_iata` string
- `search_icao` string
- `search_lid` string
- `search_name` string

## Response `200`

- PaginatedAirportList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `per_page` integer
  - `results` Airport[]
    - `id` integer, required
    - `pcn` string, nullable — Pavement Classification Number
    - `name` string, required
    - `time_zone` string, nullable
    - `lid` string, nullable — Local Identifier
    - `email` string, email, nullable
    - `latitude` number, double, nullable
    - `longitude` number, double, nullable
    - `tower_hours` string, nullable
    - `phone` string, nullable
    - `fax` string, nullable
    - `website` string, uri, nullable
    - `icao` string, nullable
    - `iata` string, nullable
    - `slug` string, nullable
    - `country` AirportCountry, required
      - `id` integer, required
      - `name` string, required
      - `iso_alpha3` string, nullable — ISO 3166-1 alpha-3
      - `iso_alpha2` string, nullable — ISO 3166-1 alpha-2
    - `airport_id` integer, required — Deprecated use id instead
    - `city_name` string, nullable, required — Deprecated use city.name instead
    - `sunset` string, time, nullable, required — Sunset time "on_date" query param required
    - `time_shift` string, nullable, required — UTC offset
    - `city` AirportCity, required
      - `id` integer, required
      - `name` string, required
    - `sunrise` string, time, nullable, required — Sunrise time "on_date" query param required
    - `country_name` string, nullable, required — Deprecated use country.name instead
    - `runways` Runway[], nullable
      - `id` integer, required
      - `name` string, required
      - `length` string, nullable
      - `type` string, nullable
      - `lights` string, nullable

## Other responses

- `429`

---

[API](https://skmtc.dev/aviapages/apis/aviapages-api-documentation.md) · [All operations](https://skmtc.dev/aviapages/apis/aviapages-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aviapages/aviapages-api-documentation/revisions/c9d946178412/schema)
