Sportsdata Nascar V2
Connector for the sportsdata-nascar-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/nascar/v2 - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
driverraceprojectionsentrylist— GET /{format}/DriverRaceProjections/{raceid} — Driver Race Projections (Entry List)driverdetails— GET /{format}/driver/{driverid} — Driver Detailsdrivers— GET /{format}/drivers — Driversraceresults— GET /{format}/raceresult/{raceid} — Race Resultsracesschedule— GET /{format}/races/{season} — Races / Scheduleseries— GET /{format}/series — Series
Inputs
apiKey— your sportsdata-nascar-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: driverraceprojectionsentrylist
apiKey: <your key>