Engine running

Prediction Engine

Multi-tenant, multi-sport prediction platform. This host is an API — there is no player interface on it. Clients authenticate with a key and talk to /api/v1.

20
Sports
1
With live data
1
Active clients
1
API keys
3
Rounds built

Catalogue

Horse Racing Greyhound Racing Formula 1 MotoGP Golf Cycling Athletics Football Rugby Union Rugby League Cricket Tennis Basketball American Football Baseball Ice Hockey Boxing MMA Snooker Darts

Highlighted sports have a data provider wired in. The rest have complete markets and scoring and return no fixtures until a feed is configured — a commercial decision per sport, not a build.

Using the API

curl -H "X-Api-Key: pe_live_..." \
  https://engine.dev.websitespeedup.co.uk/api/v1/sports

A client sees only the sports they are subscribed to. Requests without a valid key are rejected with 401; a sport a client has not enabled returns 404.