The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Flywizz listing page.
An open-source unofficial API wrapper to get flight data from Wizz Air.
[!TIP] MCP server for AI agents included. Plug Flywizz into Claude Desktop, Claude Code, or Cursor and search Wizz Air flights in natural language. Jump to the MCP Quickstart.
Or using uv:
Each entry is one operating day: the cheapest fare that day, plus every departure time, so a single call answers both "when does it fly" and "what does it cost".
Wizz Air has no server-side currency override. BUD -> LTN quotes in HUF,
LTN -> BUD quotes in GBP, WAW -> LTN in PLN. Body fields, query params,
cookies and headers named currency are all ignored.
Read Station.currency_code from get_network() if you need to know which
currency you'll get before you search, and convert client-side.
timetableV2 and farechart attach a price object to every day, but on days
they will not quote inline, the amount is 0 and price_type is either
checkPrice (a fare exists, but only through search/search) or noData.
Flywizz maps both to price=None, so an unpriced day is never mistaken for a
free one. Timetable entries still expose the indicative fare through
original_price:
Priced and unpriced surfaces disagree about how far ahead you may look. Both
reject a wider window with 400 InvalidTimeDateRange and no further
explanation, so Flywizz enforces each limit itself, in a message that names it.
cheapest_weekend() splits the range internally, since its default of
months_ahead=3 far exceeds either cap.
search/search is behind a bot gateFour endpoints (search/search, booking/seatmap, booking/ancillaries,
booking/passengers) sit behind Kasada and answer 429 with an empty body
from any non-browser client. Flywizz raises BotGateError rather than trying
to solve the challenge.
Everything else, including the priced timetableV2 and farechart surfaces,
is open. That is enough for price tracking, route exploration and calendar
search. If you need fare bundles and sell keys, drive a real browser session
and pass its headers in:
Full details of the gate, the session handshake, and the whole route table are
in docs/internal-api-spec.md.
Creates a new Wizz Air client instance.
Parameters:
transport (Transport, optional): Inject a custom transport, e.g. a
CachingTransport wrapping the default, a WizzairTransport with
kasada_headers, or a fixture transport for tests. Defaults to a fresh
WizzairTransport.Example:
| Method | Endpoint | What it gives you |
|---|---|---|
get_network(language="en-gb") | asset/map | Every station, its coordinates, currency, and connections |
get_destinations(origin, direct_only=True) | derived | Stations reachable from origin |
explore_by_country(origin) | derived | Destinations grouped by country code |
validate_route(origin, destination) | derived | Does Wizz Air fly this route direct |
get_flight_dates(origin, destination, date_from, date_to) | search/flightDates | Operating days, no prices, very cheap |
get_flight_dates_multi(origin, destinations, date_from, date_to) | search/FlightDatesMultiArrival | Operating days for up to 5 destinations per request, batched |
get_connecting_flight_dates(origin, destination, date_from, date_to) | search/dohopFlightDates | Operating days including one-stop connections |
get_timetable(params) | search/timetableV2 | Cheapest fare per day, plus every departure |
get_return_timetable(params) | search/timetableV2 | Outbound and inbound in one call |
get_fare_chart(params) | asset/farechart | Price strip around a target date |
get_availability(params) | search/search | Fare bundles and sell keys. Bot-gated |
cheapest_in_month(origin, destination, month) | derived | Cheapest day in a calendar month |
cheapest_weekend(origin, destination, months_ahead=3) | derived | Cheapest Fri-Sun or Fri-Mon return |
explore_with_fares(origin, date_from, date_to, limit=None) | derived | Every destination with its cheapest fare |
get_flight_status(carrier_code, flight_number, date=None) | asset/flightinformation | Live status for one flight number |
get_currencies() | asset/currencies | Supported ISO 4217 codes |
get_countries() | asset/country | Countries with EU / Schengen flags |
get_cultures() | asset/cultures | Site languages and their currencies |
get_service_fees(currencies=None) | asset/serviceFees | Published baggage, seat and change fees |
get_wdc_prices() | asset/wdcPrice | Discount Club tiers and minimum discounts |
Every method exists on AsyncWizzAir with the same signature.
Parameters for a timetable search.
Parameters:
origin (str): IATA code of the departure station (e.g. "BUD")destination (str): IATA code of the arrival station (e.g. "LTN")date_from (datetime): Start of the outbound departure windowdate_to (datetime): End of the outbound departure windowreturn_date_from / return_date_to (datetime, optional): Inbound window.
Both are required by get_return_timetable()adults / children / infants (int): Passenger counts. At least one adultprice_type (str): "regular" or "wdc" for Wizz Discount Club pricingParameters for the price strip.
day_interval is the half-window around date and must be at least 3, so the
default returns seven days. Smaller values are rejected upstream with
DayIntervalMustBeGreaterOrEqualTo3.
Parameters for the bot-gated availability call.
Represents a money amount as Wizz Air reports it.
Attributes:
amount (float): The amountcurrency (str): ISO 4217 code, always the departure station's currencyexchanged_amount (Optional[float]): The SPA's client-side conversion hook.
Stays None for anonymous sessionsexchanged_currency (Optional[str]): Currency of exchanged_amountOne operating day for a route, with its cheapest fare.
Attributes:
departure_station (str), arrival_station (str): IATA codesdeparture_date (datetime): The operating dayprice (Optional[Price]): Cheapest fare that day, None if sold outoriginal_price (Optional[Price]): Pre-discount pricedepartures (list[Departure]): Every departure that dayprice_type (Optional[str]): "price" when there was inventoryhas_mac_flight (bool): The route includes a metropolitan-area alternativeapplied_coupon_code (Optional[str])Attributes:
departure (datetime): Departure timeis_cheapest_of_the_day (bool): This is the departure price refers toOne operating day from get_connecting_flight_dates().
Attributes:
date (datetime): The operating daystops (int): 0 for a direct flight, 1 or more for a connectionis_direct (bool): Property, true when stops is 0One day of the price strip.
Attributes:
departure_station (str), arrival_station (str): IATA codesday (datetime): The dayprice (Optional[Price]): Cheapest price that dayclass_of_service (Optional[str]): Booking class the quote came fromprice_type (Optional[str]), has_mac_flight (bool)An airport in Wizz Air's live network. Returned by the explore methods.
Attributes:
iata (str): IATA station codename (str): Station namecountry_code (str): Uppercase ISO2 country code (e.g. "HU", "GB")country_name (str): Country namecurrency_code (str): Local currency. Fares from here are priced in itlatitude (float), longitude (float): Coordinatesmac (Optional[str]): Metropolitan area code (e.g. "LON")aliases (list[str]): Alternative namescategories (list[int]): Marketing categories assigned by Wizz Airrank (Optional[int]), is_fake_station (bool)connections (list[Connection]): Everywhere this station fliesHelper: destinations(direct_only=True) returns just the IATA codes.
Attributes:
iata (str): Destination station codeis_direct (bool): A direct Wizz Air flight. The flag you usually wantis_connected (bool): A self-transfer connection rather than a direct flightis_domestic (bool), is_new (bool)operation_start_date (Optional[datetime]): When the route opensA single operating flight from the flight-information endpoint.
Attributes:
flight_id (int), carrier_code (str), flight_number (int)departure_airport (str), arrival_airport (str)original_departure_airport / original_arrival_airport (Optional[str]):
Differ from the actual airports when the flight was divertedoperation_day (Optional[datetime])scheduled_departure / scheduled_arrival (Optional[datetime])op_suffix (Optional[str])Returned by explore_with_fares(). Pairs a reachable destination with its
cheapest sampled fare, if one came back from the price probe.
Attributes:
station (Station): The destinationprice (Optional[Price]): Cheapest fare in the window, or None if the
route is in the network but no priced inventory came backdeparture_date (Optional[datetime]): The day that fare was onCarrier codes are the AOC prefix: W6 (Hungary), W4 (Malta), W9 (UK).
ValidationError.codes carries Wizz Air's own validation codes, which name
the fields it objected to. An empty list means the API answered with nothing
matching; it never means a failure.
get_flight_dates_multi() answers the schedule question for several
destinations per request, which is five times cheaper than looping over
get_flight_dates():
Every destination you ask for appears in the result. A route that does not operate in the window maps to an empty list rather than going missing, so there is no membership check to forget.
The endpoint answers for at most five destinations per request and reports an over-long list by returning nothing rather than an error. Flywizz batches for you, so the list you pass has no practical ceiling.
Fares are a different matter: there is no batched priced surface, so
explore_with_fares() still costs one call per destination.
validate_route() and get_flight_dates() cover direct service only, so a
False from either does not mean you cannot fly the route.
get_connecting_flight_dates() also answers for pairs that need a change of
plane:
On a route that flies direct only some days, both kinds come back interleaved,
so you can see which days need a connection. Filter on is_direct when one
will not do.
Explore Mode answers the question "where can I actually fly from here?". It reads Wizz Air's live network metadata once and exposes the reachable destinations from any station, optionally grouped or joined with the cheapest fare in a date window.
All methods below are available on both WizzAir and AsyncWizzAir.
Pass direct_only=False to include self-transfer connections.
Country codes are uppercase ISO2.
explore_with_fares() joins the network destinations with a timetable probe,
so each destination comes back with its cheapest Price (or None if no
inventory was returned for that route in the window).
Wizz Air has no "anywhere" search, so this is one call per destination. Use
limit while iterating and wrap the transport in CachingTransport.
Prices across destinations are all in the origin's currency, so they are directly comparable.
AsyncWizzAir mirrors every explore method, and explore_with_fares() fans
out concurrently:
If you call multiple explore methods in a row, wrap the transport in
CachingTransport so the network metadata is fetched once and reused.
[!IMPORTANT] Two commands and you're done:
Now your agent can search Wizz Air flights in natural language. No API keys, no accounts.
Flywizz ships an optional Model Context Protocol server so your agent can search Wizz Air fares from natural-language prompts like "what's the cheapest day in November to fly Budapest to London" or "where can I fly from Budapest in the first week of December".
1. Install Flywizz with the MCP extra:
Or with pip:
This installs a flywizz-mcp console script on your PATH.
2. Add it to your agent:
Claude Code (one-liner):
Claude Desktop: open ~/Library/Application Support/Claude/claude_desktop_config.json
on macOS (or %APPDATA%\Claude\claude_desktop_config.json on Windows) and add:
Then restart Claude Desktop.
Cursor: Settings → MCP → Add new server, name flywizz, command
flywizz-mcp.
3. Try it. Ask your agent:
"What's the cheapest day in November to fly from Budapest to London Luton?"
The agent should call cheapest_day with origin="BUD",
destination="LTN", month="2026-11-01", then report the day and the price.
There is no currency setting, because Wizz Air has none. Every tool returns prices in the departure station's local currency and reports the code alongside the amount. Tell your agent to quote the currency it gets back rather than assuming euros.
The server exposes five curated tools so the agent can pick reliably:
find_fares for "how much is BUD to LTN in November", with the full
day-by-day breakdown and every departure timecheapest_day for "what's the cheapest day this month to fly X to Y"price_around for "is it cheaper a day either side of the 10th"explore_destinations for "what countries can I reach from X"flight_status for "when does W6 6201 operate"No API keys, accounts, or rate-limit setup. The server reuses a single cached
WizzAir client across calls, so the network metadata is fetched once per
process.
The bot-gated search/search surface is deliberately not exposed: it cannot
work from a headless process, and an agent tool that always fails is worse
than no tool.
These properties of the upstream API determine what this SDK can and cannot offer. Flywizz handles each of them for you; knowing them explains why some calls behave the way they do.
| Behaviour | |
|---|---|
| Country codes | Uppercase ISO 3166-1 alpha-2. Lowercase codes are rejected. |
| Authentication | Anonymous, but every request needs a session handshake and a CSRF token that rotates between calls. |
| Currency | Determined by the departure station and not negotiable. Convert client-side. |
| Cheap-fare search | There is no "anywhere" endpoint. explore_with_fares() fans out one call per destination. |
| Priced surfaces | timetableV2 and farechart are open; search/search is gated. |
| Pagination | None. Every response is complete, which is why asset/map is 650 KB. |
| Window limits | A timetable window may span at most 42 days; a schedule window, 62. |
| Bot protection | Kasada, permanently, on four endpoints. |
asset/map is 650 KB and changes rarely. Wrap the transport when you call it
more than once:
Asynchronous code requires the asynchronous wrapper. The two are not
interchangeable: mixing them raises TypeError rather than caching a
coroutine.
Neither wrapper caches POSTs, so fares stay live. Call invalidate() to drop
the cache early.
The SDK retries network errors and 5xx responses with exponential backoff, up
to 4 attempts. It deliberately does not retry a 429: on this API that is
the Kasada bot gate rather than backpressure, and retrying just adds load
while still failing.
Wizz Air's API is anonymous, but it is not yours. Be a good citizen: cache the
network metadata, keep explore_with_fares() fan-out modest, and don't poll
fares faster than the prices actually change.
This is an open-source project. Contributions are welcome — see CONTRIBUTING.md. Agent-facing notes on the architecture live in AGENTS.md, and everything known about the upstream API is in docs/internal-api-spec.md.
This is an unofficial API wrapper and is not affiliated with Wizz Air. It performs read-only requests against the public endpoints the airline's own website uses. Use at your own risk and ensure you comply with Wizz Air's terms of service.