Documentation
A single REST + GraphQL + WebSocket gateway for sports data. One canonical envelope across every sport. Authenticate with a bearer token issued from the dashboard.
For developers
REST + GraphQL + WebSocket. Bearer token auth. JSON envelopes. The same shape across every sport.
For AI agents
Tool manifest in MCP shape, OpenAPI 3.1 spec, and an llms.txt discovery file. Equal-weight surface for autonomous integration.
Stats & data
Per-sport, per-stat guides. Each one shows the exact endpoints, a copy-paste request, and the response shape — scoped to what we actually cover.
NBA Player Stats
Pull NBA player stats from a single REST endpoint: per-game box scores, game logs, and season averages for every player.
NBA Player Props
Pull NBA player prop lines — points, rebounds, assists and more — for any player from one REST endpoint.
MLB Batting Stats
Pull MLB batting stats by player from one REST endpoint — hitting lines split from pitching, plus game logs.
NFL Player Stats
Pull NFL player stats by player — passing, rushing and receiving lines plus game data — from one REST endpoint.
NCAA Men's Basketball (NCAAB) Stats
NCAA men’s basketball data API: live scores, final results, schedules and conference standings, filtered with ?league=ncaab.
NHL Stats
NHL stats API with expected goals (xG): skater leaders for goals, assists, points, shots and xG across 12 seasons (2014–2025).
Reference
OpenAPI 3.1
Canonical contract. Generates the TypeScript, Python, and Go SDKs.
Swagger UI
Interactive request explorer hosted on the gateway.
MCP manifest
Tool catalogue in tools/list shape.
Get help
Stuck on an integration, or hit an error you can't place? Join our Discord — it's the fastest path to a fix, and the answer is public so the next person with the same problem finds it without asking again.
To get a fast answer, post: the curl command you ran (redact your key), the response you got back, and the meta.request_id from it. The request id pulls the exact gateway trace with no database search — without it, the same question needs a manual lookup first.
Email [email protected] for account or billing questions that don't fit a public channel.