Skip to content

easyJet Holidays Hackathon

The data and APIs available to hackathon teams, and how to get running.

Updated View as Markdown

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.

Search and content

Package search, hotel content, destination codes, TripAdvisor.

REST proxy

Bookings and satisfaction

Query bookings, survey scores and members, with joins.

GraphQL API

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/geography

Then 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.
Navigation

Type to search…

↑↓ navigate↵ selectEsc close