Olympus Logo

OLYMPUS

Interactive console

Olympus API Explorer

Try a curated set of endpoints against a live backend. Start a session, pull competitions, inspect markets and props – all without leaving the browser.

This console runs on a limited, demo-tier backend. It’s designed for getting a feel for the schema and flows, not for production throughput.

Use the panels below to exercise real endpoints. Each section documents the call, collects required parameters, and shows the live response from the Olympus API.

For authenticated flows, start with POST /session/start to obtain a sessionId, then reuse it for subsequent calls.

POST /session/start
Start a new session. Returns a sessionId and user agent.
GET /competitions
Fetch competitions for a given sport. Supply a Bet365-style sport key (for example, #AS#B1 for soccer).
POST /markets
Get parsed match markets (MA/PA/MG records) for a sessionId and pd.
POST /eventdata/markets
Fetch a single event’s parsed markets using eventId / pd.
POST /basketball_props
Get parsed props data for a given sessionId and basketball fixture (FI id, e.g. 184494991).