Collegefootballdata
Connector for the collegefootballdata API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.collegefootballdata.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
getcalendar— GET /calendar — Season calendargetcoaches— GET /coaches — Coaching records and historygetconferences— GET /conferences — Conferencesgetdraftpicks— GET /draft/picks — List of NFL Draft picksgetnflpositions— GET /draft/positions — List of NFL positionsgetnflteams— GET /draft/teams — List of NFL teams
Inputs
apiKey— your collegefootballdata 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: getcalendar
apiKey: <your key>