- Products — power matchup pages, odds comparison, stats dashboards, and betting tools without stitching together a dozen upstream feeds.
- Agents — clean, source-attributed JSON with stable IDs makes the API easy to call from LLM tools and automated workflows.
Quickstart
Make your first authenticated request in a few minutes.
API Reference
Every endpoint, parameter, and response — with a live playground.
Coverage
The leagues, sports, and bookmakers SportQuanta covers.
Data Domains
Map product features (NRFI, DVP, props, splits) to endpoints.
What you get
- Live game data — sport-aware clocks, periods, events, and final scores.
- Odds and markets — prematch and in-play odds from 10+ books, with line history.
- Team & player statistics — box scores, splits, advanced metrics, pitch mix, shot charts, and more.
- Player props — market catalogs and per-player lines across covered leagues.
- Catalog — sports, leagues, bookmakers, and prop markets, free to query.
Core conventions
Every endpoint follows the same rules, so once you’ve integrated one you’ve integrated them all:- Base URL —
https://api.sportquanta.com - Versioning — all endpoints live under
/v1 - Auth — a workspace API token sent as
Authorization: Bearer <token> - Envelope — successes return
{ "data": ... }, errors return{ "error": { "code", "message", "details" } } - IDs — stable, source-attributed identifiers you can store and reuse