SportQuanta is a single, clean API for live sports data. Scores, in-play odds, schedules, team and player statistics, and player props — across 50+ leagues and 10+ bookmakers, all behind one consistent interface. It’s built for two kinds of consumers:
  • 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 URLhttps://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
Read Authentication and Responses & Errors to learn the shared contract, then jump into the API Reference.

Need an API key?

API tokens are issued per workspace from your SportQuanta dashboard. Visit sportquanta.com to get started, or email support@sportquanta.com with any questions.