20
Sports
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.
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.
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.