Sportsdata Soccer V3 Stats
Connector for the sportsdata-soccer-v3-stats 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/soccer/stats - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
membershipsactive— GET /{format}/ActiveMemberships — Memberships (Active)areascountries— GET /{format}/Areas — Areas (Countries)boxscore— GET /{format}/BoxScore/{gameid} — Box Scoreboxscoresbydate— GET /{format}/BoxScores/{date} — Box Scores by Dateboxscoresbydatebycompetition— GET /{format}/BoxScoresByCompetition/{competition}/{date} — Box Scores by Date by Competitionboxscoresbydatedelta— GET /{format}/BoxScoresDelta/{date}/{minutes} — Box Scores by Date Delta
Inputs
apiKey— your sportsdata-soccer-v3-stats 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: membershipsactive
apiKey: <your key>