Balldontlie
Connector for the balldontlie API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://balldontlie.io - Auth:
bearer(pass your key via theapiKeyinput)
Operations
allgamesexampleparameters— GET /api/v1/games — all games (example parameters)specificgame— GET /api/v1/games/32881 — specific gameallplayerssearch— GET /api/v1/players — all players (search)specificplayer— GET /api/v1/players/237 — specific playerallstatsexampleparameters— GET /api/v1/stats — all stats (example parameters)allteams— GET /api/v1/teams — all teams
Inputs
apiKey— your balldontlie API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: allgamesexampleparameters
apiKey: <your key>