Wizz Air API
wizzair.com
Wizz Air - fare calendars, route network, airport autocomplete, and destinations.
- Actions
- 5
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Wizz Air API
Submit a task, then poll the job until it settles. This example runs act_wizzair_destination_autocomplete_from_origin.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_wizzair_destination_autocomplete_from_origin",
"params": {
"origin_airport": "BUD",
"language": "en"
}
}'5 actions on wizzair.com
Read
Destination Inspiration
act_wizzair_destination_inspirationread1 credit / callReturns inspirational destination cards with city descriptions, imagery, and flight links per locale.
- language_code
- string · required
Route Network Map
act_wizzair_route_network_mapread1 credit / callReturns the full route network with airports, cities, coordinates, and direct connections.
- language_code
- string · required
Top Destinations
act_wizzair_top_destinations_cmsread1 credit / callReturns featured destinations grouped by region, with flight links per locale.
- language_code
- string · required
Write
Write actions change state on wizzair.com and run as the account you connect.
Destination Airport Autocomplete
act_wizzair_destination_autocomplete_from_originwrite2 credits / callReturns destination airports reachable from an origin, with IATA codes, cities, and countries.
- origin_airport
- string · required
- language
- string · required
Fare Calendar Chart
act_wizzair_fare_calendar_chartwrite2 credits / callReturns daily lowest fares across a date window for outbound and return legs.
- origin_airport
- string · required
- destination_airport
- string · required
- outbound_date
- string · required
- return_date
- string · required
- adult_count
- integer · required
- day_interval
- integer
- wdc
- boolean
Wizz Air API questions
- Is there an API for Wizz Air?
- Wizz Air does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for wizzair.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Wizz Air data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when wizzair.com changes its markup, Anakin updates the action.
- Do I need a Wizz Air account?
- No. Every Wizz Air action listed here runs anonymously — no account and no credentials required.
- What does the Wizz Air API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb Portugal
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.