https://desktopapps.ryanair.com
https://desktopapps.ryanair.com/en-gb/res/stations
https://api.ryanair.com/aggregate/3/common?embedded=closures
https://api.ryanair.com/timetable/3/schedules/DUB/LGW/years/2016/months/11
https://www.ryanair.com/de/de.farefinder.json is an JSON file in which several picture paths are declared :)
https://desktopapps.ryanair.com/bg-bg/res/currencies
https://api.ryanair.com/discount/3/discounts
https://ryanair.com/ie/en.markets.json https://www.ryanair.com/content/ryanair.markets.json
https://desktopapps.ryanair.com/en-gb/checkin/checkinpassengers
Hi Guys,
I came across this gist, and have been having a play with it.
I'm particularly interested in the One Way fare finder, but I want to send a request for a specific route (STN - RBA) and get the fares for all flights falling between a specified range of dates. I'm using this url:
https://services-api.ryanair.com/farfnd/3/oneWayFares?&departureAirportIataCode=STN&arrivalAirportIataCode=RBA&language=en&limit=64&market=en-gb&offset=0&outboundDepartureDateFrom=2023-11-04&outboundDepartureDateTo=2023-11-30&priceValueTo=150
but it's only returning the first available flight. Is there a way to get it to return all flights within the date range, or will I have to make multiple api calls?
Also, what does the offset do?