DOCS / GETTING STARTED
Your first call. In under a minute.
Four steps. No SDKs needed — every example is raw curl so it ports to any language. The
token in $STADAR_KEY is the one you just minted.
01 — Get a key
Sign up. The free tier needs no card. Save the raw key when it appears — we never store it.
Sign up02 — Make your first call
Hit /v1/matches with status=live. The response includes the _sources attribution
required by CC-BY-SA 3.0.
$ curl https://api.stadar.net/v1/matches?status=live -H "Authorization: Bearer $STADAR_KEY"
# → 200 OK · 47ms · cache: miss 03 — Explore the catalog
Tournaments, leagues, series, teams. All under /v1/. Cursor pagination, never offset.
04 — Upgrade when you ship
Free is 1,000 req/day forever. Hobbyist ($29/mo) gets you 100k/day. Pro ($149) is 1M/day with bulk export.
See pricing