---
title: "Fleet list"
method: GET
path: "/data/aircraft"
tags: ["Reference Data"]
---

# Fleet list

`GET /data/aircraft`

Every aircraft visible to pilots, including passenger and cargo capacity and the minimum rank required to fly each one. The client uses `id` to associate bids and flights with a specific airframe.

## Response `200`

Array of aircraft.

- Aircraft[]
  - `id` integer, required
  - `code` string, required — ICAO type code.
  - `name` string, required
  - `registration` string, required
  - `maximum_passengers` integer, required — Sum of all passenger fare capacities on the subfleet.
  - `maximum_cargo` integer, required — Subfleet cargo capacity in the VA's configured weight unit.
  - `minimum_rank` string, required — Lowest-hours rank gated to this subfleet, or empty string if no rank restriction.

## Other responses

- `401` — Missing or invalid Bearer token.

---

[API](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api.md) · [All operations](https://skmtc.dev/skyvexsoftware/apis/stratos-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skyvexsoftware/stratos-core-api/revisions/0b7ba98ff0aa/schema)
