Virgin Australia - route and travel search with fare quotes, schedules, and itineraries.
Homepage Fare Histogram
ASYNCWRITENo auth
Returns a fare histogram with AUD prices and airport details for a route over a date range.
ParametersFormJSON
IATA origin airport code for the fare histogram
IATA destination airport code for the fare histogram
Start of the departure date range in YYYY-MM-DD format
End of the departure date range in YYYY-MM-DD format
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_virginaustralia_com_homepage_fare_histogram", "params": { "origin_airport": "SYD", "destination_airport": "BNE", "departure_start_date": "2026-06-06", "departure_end_date": "2026-12-31" } }'