Sportsdata Mlb Play By Play
Connector for the sportsdata-mlb-play-by-play API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://azure-api.sportsdata.io/v3/mlb/pbp - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
playbyplay— GET /{format}/PlayByPlay/{gameid} — Play By Playplaybyplaydelta— GET /{format}/PlayByPlayDelta/{date}/{minutes} — Play By Play Delta
Inputs
apiKey— your sportsdata-mlb-play-by-play 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: playbyplay
apiKey: <your key>