Sportsdata Golf V2
Connector for the sportsdata-golf-v2 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/golf/v2 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
currentseason— GET /{format}/CurrentSeason — Current Seasondfsslates— GET /{format}/DfsSlatesByTournament/{tournamentid} — DFS Slatesinjuries— GET /{format}/Injuries — Injuriesinjurieshistorical— GET /{format}/InjuriesByHistorical — Injuries (Historical)leaderboard— GET /{format}/Leaderboard/{tournamentid} — Leaderboardnews— GET /{format}/News — News
Inputs
apiKey— your sportsdata-golf-v2 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: currentseason
apiKey: <your key>