This guide walks you from zero to a live response. You’ll need a workspace API token — get one from your dashboard at sportquanta.com.
1

Get your API token

API tokens are issued per workspace. Keep your token secret — it carries your organization’s quota and is sent on every request. Treat it like a password and never embed it in client-side code.
2

Make your first request

Every request goes to https://api.sportquanta.com and carries your token in the Authorization header. Start with a free catalog endpoint — it doesn’t consume quota:
You’ll get back the standard success envelope:
3

Read some live data

Now fetch games for a league. Per-league data reads are billed against your monthly quota:
Most list endpoints accept filters like date, status, and team. See Pagination & Filtering for the shared query conventions.
4

Explore in the playground

Open the API Reference, paste your token into the playground, and call any endpoint directly from the docs.

Language examples

Next steps

Authentication

Tokens, scopes, and the auth header in detail.

Responses & Errors

The success/error envelope and status codes.

Rate Limits & Quota

What’s billed, what’s free, and how throttling works.

Data Domains

Map a product feature to the endpoints that serve it.