---
title: "List Airlines"
method: GET
path: "/admin/wifi/airlines"
tags: ["admin-wifi"]
---

# List Airlines

`GET /admin/wifi/airlines`

## Response `200`

Successful Response

- AirlineRow[]
  - `iata_code` string, required
  - `name` string, required
  - `aircraft_count` integer, required

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/c3802252fcff?raw)
