← Tools Reference

CollegeFootballData

CollegeFootballData integration (Data). Imported from open-connector.

API key5 toolshttps://api.collegefootballdata.com
GET
college_football_data_get_info
Get CollegeFootballData account information including patron level and remaining calls.

/info

GET
college_football_data_list_conferences
List college football conferences from CollegeFootballData.

/conferences

GET
college_football_data_list_teams
List college football teams from CollegeFootballData with optional year and conference filters.

/teams

2 parameters
ParamTypeRequiredDescription
yearintegeroptionalThe college football season year.
conferencestringoptionalThe optional conference abbreviation filter.
GET
college_football_data_list_venues
List college football venues from CollegeFootballData.

/venues

GET
college_football_data_list_games
List college football games and results from CollegeFootballData by year, game id, and optional filters.

/games

9 parameters
ParamTypeRequiredDescription
yearintegeroptionalThe optional college football season year.
weekintegeroptionalThe optional season week filter.
seasonTypestringoptionalThe season segment to query.
classificationstringoptionalThe NCAA division classification filter.
teamstringoptionalThe optional school name filter.
homestringoptionalThe optional home school name filter.
awaystringoptionalThe optional away school name filter.
conferencestringoptionalThe optional conference abbreviation filter.
idintegeroptionalThe CollegeFootballData game identifier.