This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with "Bearer " prepended (e.g. "Bearer your_key"). API keys can be acquired from the CollegeFootballData.com website.
No SDKs indexed for this API yet.
curl \ -H "Authorization: $API_KEY" \ https://api.collegefootballdata.com/games
curl \ -H "Authorization: $API_KEY" \ https://api.collegefootballdata.com/lines
curl \ -H "Authorization: $API_KEY" \ https://api.collegefootballdata.com/plays
No SDKs yet