---
title: "Search flights"
method: GET
path: "/flights/search"
tags: ["Flights"]
---

# Search flights

`GET /flights/search`

Retrieves a list of flights for the provided parameters. At minimum the arrival and departure airport should be specified, along with an arrival or departure date.

## Query parameters

- `airlineIataCode` string
- `arrivalAirportIataCode` string, required
- `departureAirportIataCode` string, required
- `arrivalDate` string
- `departureDate` string

## Headers

- `X-Request-ID` unknown

## Response `200`

OK

- FlightDto[]
  - `flightDesignators` FlightDesignatorFlightDto[]
    - `airlineCode` string
    - `flightNumber` string
    - `primary` boolean
    - `airlineName` string
  - `scheduledDepartureTimeLocal` string, date-time
  - `departureAirportIataCode` string
  - `scheduledArrivalTimeLocal` string, date-time
  - `arrivalAirportIataCode` string
  - `departureAirportCountryCode` string
  - `arrivalAirportCountryCode` string

---

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