find_flights
Search Ryanair one-way fares within a departure window, specifying origin, dates, and optional destination or country to find the cheapest daily prices.
Instructions
Search Ryanair one-way fares.
from_airport and to_airport are 3-letter IATA codes (e.g. DUB).
destination_country is a lowercase ISO2 code (e.g. es, gb);
uppercase silently returns no fares.
Dates are ISO format (YYYY-MM-DD) and bound a departure window: the
API returns the cheapest fare per route per day inside the window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_airport | Yes | ||
| from_date | Yes | ||
| to_date | Yes | ||
| to_airport | No | ||
| destination_country | No | ||
| max_price | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |