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 You’ll get back the standard success envelope:
https://api.sportquanta.com and carries your token
in the Authorization header. Start with a free catalog endpoint — it
doesn’t consume quota: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.