Everything you need to build with easyJet holidays data. One hosted API gives you live holiday search, TripAdvisor content, and anonymised booking and customer satisfaction data. Nothing to install.
Get running
Get the URL and the key, check it works.
Search and content
Package search, hotel content, destination codes, TripAdvisor.
Bookings and satisfaction
Query bookings, survey scores and members, with joins.
The short version
export API=https://api.easyjet-hackathon.uk
export KEY=the-key-everyone-shares
curl $API/health
curl -H "x-api-key: $KEY" $API/api/geographyThen open $API/graphql in a browser to explore the data — the key is already
filled in there. Every other request needs x-api-key: $KEY.
What the data is
- Live — package search, hotel content and TripAdvisor come from the real APIs through a caching proxy.
- Real but anonymised — bookings and post-holiday surveys are genuine production extracts with identifiers replaced and free text scrubbed.
- Partly fabricated — the link between a survey and a booking is currently invented. Every survey row says which it is. Read the warning before you build anything that joins satisfaction to booking value.