---
title: "Get list of Aircraft Profiles"
method: GET
path: "/v3/aircraft_profiles/"
tags: ["aircraft_profiles"]
---

# Get list of Aircraft Profiles

`GET /v3/aircraft_profiles/`

Get list of Aircraft Profile records. Used for flight calculations. All parameters are optional

## Query parameters

- `custom` boolean
- `ordering` string[]
- `page` integer
- `performance` boolean
- `search_aircraft_type_icao` string
- `search_aircraft_type_name` string
- `search_name` string

## Response `200`

- PaginatedAircraftProfileMainList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `per_page` integer
  - `results` AircraftProfileMain[]
    - `id` integer, required
    - `name` string, required
    - `cruise_speeds` string[], nullable
    - `range_thresholds` number[], nullable
    - `owe` number, double, nullable
    - `mtow` number, double, nullable
    - `mlw` number, double, nullable
    - `mzfw` number, double, nullable
    - `max_fuel` number, double, nullable
    - `holding_fuel` number, double, nullable
    - `alternate_fuel` number, double, nullable
    - `taxi_fuel` integer, nullable
    - `etops` string, nullable
    - `optimal_flight_levels` number[], nullable
    - `flight_levels` string, required
    - `is_custom` boolean, required
    - `performance` boolean, required
    - `aircraft_type_name` string, required — Use aircraft_type.name instead
    - `aircraft_type_icao` string, required — Use aircraft_type.icao instead
    - `aircraft_profile_id` integer, required — Use id instead
    - `aircraft_type` AircraftProfileType, required
      - `id` integer, required
      - `name` string, required
      - `icao` 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)
