College Football Data
college_football_dataCollegeFootballData.com provides comprehensive college football data, including game scores, statistics, and recruiting information, accessible via a RESTful API.
Acciones disponibles (41)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Advanced Box ScoreCOLLEGE_FOOTBALL_DATA_ADVANCED_BOX_SCOREAcciónTool to retrieve advanced box score metrics for a single college football game. Use after selecting a specific game to access team- and player-level advanced analytics.
COLLEGE_FOOTBALL_DATA_ADVANCED_BOX_SCOREAcciónTool to retrieve advanced box score metrics for a single college football game. Use after selecting a specific game to access team- and player-level advanced analytics.
Parámetros de entrada
gameIdintegerObligatorioGame ID filter for the single game to return
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Advanced Game StatsCOLLEGE_FOOTBALL_DATA_ADVANCED_GAME_STATSAcciónTool to retrieve advanced team metrics at the game level. Use when detailed offensive and defensive metrics (success rates, explosiveness, havoc) are needed.
COLLEGE_FOOTBALL_DATA_ADVANCED_GAME_STATSAcciónTool to retrieve advanced team metrics at the game level. Use when detailed offensive and defensive metrics (success rates, explosiveness, havoc) are needed.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation.
weekintegerWeek number to filter games (e.g., 1–18).
yearintegerSeason year to filter games (e.g., 2025).
opponentstringOpponent filter by school name or abbreviation.
seasonTypestringenumSeason type filter: 'regular', 'postseason', or 'both'.
regularpostseasonbothexcludeGarbageTimebooleanExclude garbage time from calculations.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Advanced Season Stats by TeamCOLLEGE_FOOTBALL_DATA_ADVANCED_SEASON_STATS_TEAMAcciónTool to retrieve advanced season metrics aggregated by team and season. Use after selecting season and team filters.
COLLEGE_FOOTBALL_DATA_ADVANCED_SEASON_STATS_TEAMAcciónTool to retrieve advanced season metrics aggregated by team and season. Use after selecting season and team filters.
Parámetros de entrada
teamstringTeam filter by school name.
yearintegerYear filter for the season.
endWeekintegerEnding week filter.
startWeekintegerStarting week filter.
excludeGarbageTimebooleanExclude garbage time from calculations.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Betting LinesCOLLEGE_FOOTBALL_DATA_BETTING_LINESAcciónTool to fetch betting lines and totals by game and provider. Use when you need current or historical betting line data filtered by specific criteria.
COLLEGE_FOOTBALL_DATA_BETTING_LINESAcciónTool to fetch betting lines and totals by game and provider. Use when you need current or historical betting line data filtered by specific criteria.
Parámetros de entrada
awaystringFilter by away team name (full name or abbreviation).
homestringFilter by home team name (full name or abbreviation).
teamstringFilter by team name (full name or abbreviation).
weekintegerWeek number within the season.
yearintegerSeason year filter (e.g., 2025).
gameIdintegerFilter by specific game ID.
conferencestringFilter by conference abbreviation (e.g., SEC).
seasonTypestringenumSeason type filter (regular or postseason).
regularpostseason
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Composite Team TalentCOLLEGE_FOOTBALL_DATA_COMPOSITE_TEAM_TALENTAcciónTool to fetch composite team talent rankings by season. Use when you need 247Sports team talent composites for specified seasons.
COLLEGE_FOOTBALL_DATA_COMPOSITE_TEAM_TALENTAcciónTool to fetch composite team talent rankings by season. Use when you need 247Sports team talent composites for specified seasons.
Parámetros de entrada
yearintegerSeason year to filter data (e.g., 2025). If omitted, returns all available seasons (since 2015).
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Conference Memberships HistoryCOLLEGE_FOOTBALL_DATA_CONFERENCE_MEMBERSHIPS_HISTORYAcciónTool to retrieve historical conference memberships for teams, including years active and division. Use when you need to trace a team's conference history over time.
COLLEGE_FOOTBALL_DATA_CONFERENCE_MEMBERSHIPS_HISTORYAcciónTool to retrieve historical conference memberships for teams, including years active and division. Use when you need to trace a team's conference history over time.
Parámetros de entrada
teamstringFilter by school/team name, e.g., 'Alabama'
endYearintegerFilter memberships up to this year (>=startYear)
startYearintegerFilter memberships starting from this year (>=1869)
conferencestringFilter by conference abbreviation, e.g., 'SEC'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Divisions by ConferenceCOLLEGE_FOOTBALL_DATA_DIVISIONS_BY_CONFERENCEAcciónTool to list FBS/FCS conference divisions with active years and metadata. Use after specifying an optional season year to filter active divisions.
COLLEGE_FOOTBALL_DATA_DIVISIONS_BY_CONFERENCEAcciónTool to list FBS/FCS conference divisions with active years and metadata. Use after specifying an optional season year to filter active divisions.
Parámetros de entrada
yearintegerFilter divisions active in the given season year (YYYY)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Drive DataCOLLEGE_FOOTBALL_DATA_GET_DRIVE_DATAAcciónTool to retrieve drive-level data and results. Use when analyzing detailed drives for specified games after filtering by season, team, or week.
COLLEGE_FOOTBALL_DATA_GET_DRIVE_DATAAcciónTool to retrieve drive-level data and results. Use when analyzing detailed drives for specified games after filtering by season, team, or week.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation
weekintegerWeek number filter within the season
yearintegerObligatorioSeason year to filter drives (e.g., 2025)
defensestringDefensive team filter by school name or abbreviation
offensestringOffensive team filter by school name or abbreviation
conferencestringConference filter by conference abbreviation
seasonTypestringenumSeason type filter: 'regular' or 'postseason'
regularpostseasondefenseConferencestringDefensive conference filter by conference abbreviation
offenseConferencestringOffensive conference filter by conference abbreviation
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Game MediaCOLLEGE_FOOTBALL_DATA_GET_GAME_MEDIAAcciónTool to retrieve game media information and broadcast schedules (TV, radio, web, etc.). Use after selecting season year and optional filters (week, team, conference). Example: "Get week 3 TV and radio outlets for 2025 SEC games."
COLLEGE_FOOTBALL_DATA_GET_GAME_MEDIAAcciónTool to retrieve game media information and broadcast schedules (TV, radio, web, etc.). Use after selecting season year and optional filters (week, team, conference). Example: "Get week 3 TV and radio outlets for 2025 SEC games."
Parámetros de entrada
teamstringTeam name or abbreviation
weekintegerWeek number of the season
yearintegerObligatorioSeason year to filter on
mediaTypestringenumMedia outlet type to filter on (tv, radio, web, ppv, or mobile)
tvradiowebppvmobileconferencestringConference abbreviation
seasonTypestringenumSeason type to filter on (regular, postseason, or both)
regularpostseasonboth
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Games and ResultsCOLLEGE_FOOTBALL_DATA_GET_GAMES_AND_RESULTSAcciónTool to retrieve games and results for a given season/week/team. Use when you need game schedules or outcomes filtered by specific criteria.
COLLEGE_FOOTBALL_DATA_GET_GAMES_AND_RESULTSAcciónTool to retrieve games and results for a given season/week/team. Use when you need game schedules or outcomes filtered by specific criteria.
Parámetros de entrada
idintegerSingle game filter by unique game ID.
awaystringAway team filter by school name.
homestringHome team filter by school name.
teamstringTeam filter by school name.
weekintegerWeek filter within the season.
yearintegerObligatorioYear/season filter for games.
conferencestringConference abbreviation filter.
seasonTypestringenumSeason segment; e.g., regular or postseason.
regularpostseason
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Player Game StatsCOLLEGE_FOOTBALL_DATA_GET_PLAYER_GAME_STATSAcciónTool to fetch player statistics at the game level. Use when you need detailed stats for players in games after filtering parameters.
COLLEGE_FOOTBALL_DATA_GET_PLAYER_GAME_STATSAcciónTool to fetch player statistics at the game level. Use when you need detailed stats for players in games after filtering parameters.
Parámetros de entrada
teamstringTeam name filter (full name or abbreviation).
weekintegerWeek number within the season (1–99).
yearintegerObligatorioSeason year to filter games (e.g., 2025).
gameIdintegerSpecific game ID filter.
categorystringenumStat category filter (e.g., 'passing', 'rushing', 'receiving', etc.).
passingrushingreceivingdefensivefumblesinterceptionspuntingpuntReturnskickingkickReturnsconferencestringConference abbreviation filter (e.g., 'SEC').
seasonTypestringenumSeason phase: 'regular' or 'postseason'.
regularpostseason
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Team Game StatsCOLLEGE_FOOTBALL_DATA_GET_TEAM_GAME_STATSAcciónTool to fetch team statistics at the game level. Use when you need detailed box score stats for games after filtering parameters.
COLLEGE_FOOTBALL_DATA_GET_TEAM_GAME_STATSAcciónTool to fetch team statistics at the game level. Use when you need detailed box score stats for games after filtering parameters.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation.
weekintegerWeek number filter (1–99).
yearintegerObligatorioSeason year to filter games (e.g., 2025).
gameIdintegerSpecific game ID filter.
conferencestringConference abbreviation filter (e.g., 'SEC').
seasonTypestringenumSeason type filter: 'regular' or 'postseason'.
regularpostseason
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Coaches and HistoryCOLLEGE_FOOTBALL_DATA_LIST_COACHES_AND_HISTORYAcciónTool to get coaching records and history. Use when you need coaches’ season-by-season data with optional filters.
COLLEGE_FOOTBALL_DATA_LIST_COACHES_AND_HISTORYAcciónTool to get coaching records and history. Use when you need coaches’ season-by-season data with optional filters.
Parámetros de entrada
teamstringFilter by team or school name
yearintegerFilter by specific season year
maxYearintegerFilter by maximum season year (inclusive)
minYearintegerFilter by minimum season year (inclusive)
lastNamestringFilter by coach's last name
firstNamestringFilter by coach's first name
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ConferencesCOLLEGE_FOOTBALL_DATA_LIST_CONFERENCESAcciónTool to list all college football conferences. Use after authenticating to retrieve the up-to-date list of conferences.
COLLEGE_FOOTBALL_DATA_LIST_CONFERENCESAcciónTool to list all college football conferences. Use after authenticating to retrieve the up-to-date list of conferences.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FBS TeamsCOLLEGE_FOOTBALL_DATA_LIST_FBS_TEAMSAcciónTool to list FBS teams for a given season. Use after selecting the season year to retrieve all FBS teams.
COLLEGE_FOOTBALL_DATA_LIST_FBS_TEAMSAcciónTool to list FBS teams for a given season. Use after selecting the season year to retrieve all FBS teams.
Parámetros de entrada
yearintegerSeason year to filter FBS teams (e.g., 2025)
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FCS TeamsCOLLEGE_FOOTBALL_DATA_LIST_FCS_TEAMSAcciónTool to list FCS teams for a given season and conference. Use when you need a list of FCS programs filtered by season year and conference.
COLLEGE_FOOTBALL_DATA_LIST_FCS_TEAMSAcciónTool to list FCS teams for a given season and conference. Use when you need a list of FCS programs filtered by season year and conference.
Parámetros de entrada
yearintegerSeason year to filter FCS teams (e.g., 2025)
conferencestringConference to filter FCS teams (e.g., 'SoCon')
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TeamsCOLLEGE_FOOTBALL_DATA_LIST_TEAMSAcciónTool to list college football teams. Use when you need a list of teams filtered by season year and/or conference.
COLLEGE_FOOTBALL_DATA_LIST_TEAMSAcciónTool to list college football teams. Use when you need a list of teams filtered by season year and/or conference.
Parámetros de entrada
yearintegerSeason year in YYYY format to filter teams
conferencestringConference abbreviation filter (e.g., SEC, B1G, ACC)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Venues and StadiumsCOLLEGE_FOOTBALL_DATA_LIST_VENUES_STADIUMSAcciónTool to list college football venues with metadata (name, capacity, location, etc.). Use when you need detailed venue information for a specific season.
COLLEGE_FOOTBALL_DATA_LIST_VENUES_STADIUMSAcciónTool to list college football venues with metadata (name, capacity, location, etc.). Use when you need detailed venue information for a specific season.
Parámetros de entrada
yearintegerSeason year in YYYY format to filter venues
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
NFL Draft PicksCOLLEGE_FOOTBALL_DATA_NFL_DRAFT_PICKSAcciónTool to list NFL Draft picks. Use when you need draft pick data by year, round, team, player, etc.
COLLEGE_FOOTBALL_DATA_NFL_DRAFT_PICKSAcciónTool to list NFL Draft picks. Use when you need draft pick data by year, round, team, player, etc.
Parámetros de entrada
pickintegerPick number within the round
teamstringNFL team abbreviation (e.g., 'NE')
yearintegerObligatorioDraft year (e.g., 2025)
limitintegerMaximum number of results to return
roundintegerDraft round number (starting at 1)
offsetintegerNumber of results to skip for paging
schoolstringCollege program name filter
overallintegerOverall pick number
positionstringPlayer position filter
conferencestringCollege conference abbreviation filter
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
NFL Draft PositionsCOLLEGE_FOOTBALL_DATA_NFL_DRAFT_POSITIONSAcciónTool to list NFL draft positions. Use when you need a standardized set of NFL positions for draft analysis.
COLLEGE_FOOTBALL_DATA_NFL_DRAFT_POSITIONSAcciónTool to list NFL draft positions. Use when you need a standardized set of NFL positions for draft analysis.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
NFL Draft TeamsCOLLEGE_FOOTBALL_DATA_NFL_DRAFT_TEAMSAcciónTool to list NFL teams used in draft endpoints. Use when preparing to retrieve NFL draft data by team.
COLLEGE_FOOTBALL_DATA_NFL_DRAFT_TEAMSAcciónTool to list NFL teams used in draft endpoints. Use when preparing to retrieve NFL draft data by team.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Play-by-Play DataCOLLEGE_FOOTBALL_DATA_PLAY_BY_PLAY_DATAAcciónTool to fetch play-by-play data for college football games. Use when you need detailed play logs filtered by season, week, team, or game.
COLLEGE_FOOTBALL_DATA_PLAY_BY_PLAY_DATAAcciónTool to fetch play-by-play data for college football games. Use when you need detailed play logs filtered by season, week, team, or game.
Parámetros de entrada
teamstringTeam name filter (school name or abbreviation)
weekintegerObligatorioWeek number within the season
yearintegerObligatorio4-digit season year filter
gameIdintegerSpecific game ID filter
defensestringDefense team filter (school name or abbreviation)
offensestringOffense team filter (school name or abbreviation)
playTypestringPlay type filter (e.g., pass, run)
conferencestringConference abbreviation filter (e.g., SEC)
seasonTypestringenumSeason phase filter; 'regular' or 'postseason'
regularpostseasondefenseConferencestringDefense conference abbreviation filter (e.g., ACC)
offenseConferencestringOffense conference abbreviation filter (e.g., SEC)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Play Stats PlayerCOLLEGE_FOOTBALL_DATA_PLAY_STATS_PLAYERAcciónTool to fetch player-level stats tied to individual plays. Use when you need detailed play-by-play player statistics filtered by season, week, game, or athlete.
COLLEGE_FOOTBALL_DATA_PLAY_STATS_PLAYERAcciónTool to fetch player-level stats tied to individual plays. Use when you need detailed play-by-play player statistics filtered by season, week, game, or athlete.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation.
weekintegerWeek number filter (1–99).
yearintegerSeason year to filter plays (e.g., 2025).
gameIdintegerSpecific game ID filter.
athleteIdintegerSpecific athlete ID filter.
seasonTypestringenumSeason type filter: 'regular', 'postseason', or 'both'.
regularpostseasonbothstatTypeIdintegerSpecific stat type ID filter.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Play Stat TypesCOLLEGE_FOOTBALL_DATA_PLAY_STAT_TYPESAcciónTool to fetch all play-level stat type definitions. Use when you need a catalog of available play stat types for filtering or referencing.
COLLEGE_FOOTBALL_DATA_PLAY_STAT_TYPESAcciónTool to fetch all play-level stat type definitions. Use when you need a catalog of available play stat types for filtering or referencing.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Player PPA by GameCOLLEGE_FOOTBALL_DATA_PPA_PLAYER_BY_GAME_ACTIONAcciónTool to retrieve player-level PPA/EPA broken down by game. Use when you need per-game PPA/EPA metrics for players filtered by season, week, or team.
COLLEGE_FOOTBALL_DATA_PPA_PLAYER_BY_GAME_ACTIONAcciónTool to retrieve player-level PPA/EPA broken down by game. Use when you need per-game PPA/EPA metrics for players filtered by season, week, or team.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation
weekintegerWeek number to filter PPA by game
yearintegerSeason year to filter PPA by game (e.g., 2025)
playerIdintegerPlayer ID filter
positionstringPosition abbreviation filter (e.g., QB, RB, WR, TE)
thresholdstringMinimum play threshold filter
excludeGarbageTimebooleanExclude garbage time plays from PPA calculations
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
PPA Player By SeasonCOLLEGE_FOOTBALL_DATA_PPA_PLAYER_BY_SEASONAcciónTool to fetch player-level PPA/EPA aggregated by season. Use when you need seasonal PPA metrics for specific players or groups after applying filters.
COLLEGE_FOOTBALL_DATA_PPA_PLAYER_BY_SEASONAcciónTool to fetch player-level PPA/EPA aggregated by season. Use when you need seasonal PPA metrics for specific players or groups after applying filters.
Parámetros de entrada
teamstringTeam abbreviation to filter by (e.g., 'LSU').
yearintegerSeason year to filter results (e.g., 2023).
playerIdintegerUnique player ID to filter results.
positionstringPosition abbreviation to filter by (e.g., 'QB').
thresholdstringMinimum play threshold to include in results (e.g., '25').
conferencestringConference abbreviation to filter by (e.g., 'SEC').
excludeGarbageTimebooleanIf true, exclude garbage time plays from calculations.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Predict Expected Points (EP)COLLEGE_FOOTBALL_DATA_PPA_PREDICTED_POINTS_EPAcciónTool to get expected points by down, distance, and field position. Use after selecting down (1–4) and distance to explore expected outcomes across the field.
COLLEGE_FOOTBALL_DATA_PPA_PREDICTED_POINTS_EPAcciónTool to get expected points by down, distance, and field position. Use after selecting down (1–4) and distance to explore expected outcomes across the field.
Parámetros de entrada
downintegerObligatorioDown filter (1-4)
distanceintegerObligatorioDistance-to-go filter in yards
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
PPA Team By GameCOLLEGE_FOOTBALL_DATA_PPA_TEAM_BY_GAMEAcciónTool to retrieve team Predicted Points Added (PPA) by game. Use when you need team-level PPA metrics for games after filtering by season, week, team, or date.
COLLEGE_FOOTBALL_DATA_PPA_TEAM_BY_GAMEAcciónTool to retrieve team Predicted Points Added (PPA) by game. Use when you need team-level PPA metrics for games after filtering by season, week, team, or date.
Parámetros de entrada
teamstringTeam filter by school name or abbreviation.
weekintegerWeek number filter within the season.
yearintegerObligatorioSeason year to filter PPA by game.
endDatestringFilter games on or before this date (YYYY-MM-DD).
startDatestringFilter games on or after this date (YYYY-MM-DD).
conferencestringConference abbreviation filter.
seasonTypestringenumSeason segment: 'regular' or 'postseason'.
regularpostseason
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Rankings PollsCOLLEGE_FOOTBALL_DATA_RANKINGS_POLLSAcciónTool to retrieve weekly human/computer poll rankings. Use after specifying season year and optional week.
COLLEGE_FOOTBALL_DATA_RANKINGS_POLLSAcciónTool to retrieve weekly human/computer poll rankings. Use after specifying season year and optional week.
Parámetros de entrada
weekintegerOptional week number of the season to retrieve rankings
yearintegerObligatorioSeason year in YYYY format to filter rankings
season_typestringenumOptional season type filter. One of: 'regular', 'postseason', 'both', 'allstar', 'spring_regular', 'spring_postseason'
regularpostseasonbothallstarspring_regularspring_postseason
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Elo RatingsCOLLEGE_FOOTBALL_DATA_RATINGS_ELOAcciónTool to retrieve Elo ratings for college football teams. Use when you need historical Elo ratings by season or for a specific team.
COLLEGE_FOOTBALL_DATA_RATINGS_ELOAcciónTool to retrieve Elo ratings for college football teams. Use when you need historical Elo ratings by season or for a specific team.
Parámetros de entrada
teamstringTeam name to filter Elo ratings for a single team
yearintegerSeason year for which to retrieve Elo ratings (YYYY)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
SP+ RatingsCOLLEGE_FOOTBALL_DATA_RATINGS_SP_PLUSAcciónTool to retrieve SP+ team ratings. Use when you need historical SP+ ratings for a specific season after confirming the season year.
COLLEGE_FOOTBALL_DATA_RATINGS_SP_PLUSAcciónTool to retrieve SP+ team ratings. Use when you need historical SP+ ratings for a specific season after confirming the season year.
Parámetros de entrada
teamstringTeam name to filter SP+ ratings when 'year' is not provided
yearintegerSeason year for which to retrieve SP+ ratings (YYYY)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
SRS RatingsCOLLEGE_FOOTBALL_DATA_RATINGS_SRSAcciónTool to retrieve Simple Rating System (SRS) team ratings. Use when you need historical SRS values for a season, optionally filtering by team or conference.
COLLEGE_FOOTBALL_DATA_RATINGS_SRSAcciónTool to retrieve Simple Rating System (SRS) team ratings. Use when you need historical SRS values for a season, optionally filtering by team or conference.
Parámetros de entrada
teamstringFull FBS team name to filter results
yearintegerSeason year for which to retrieve SRS ratings (YYYY)
conferencestringConference abbreviation to filter results
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Recruiting Group DictionaryCOLLEGE_FOOTBALL_DATA_RECRUITING_GROUP_DICTIONARYAcciónTool to list recruiting position group aggregations. Use when you need aggregated team recruiting ratings by position group (e.g., QB, RB, WR).
COLLEGE_FOOTBALL_DATA_RECRUITING_GROUP_DICTIONARYAcciónTool to list recruiting position group aggregations. Use when you need aggregated team recruiting ratings by position group (e.g., QB, RB, WR).
Parámetros de entrada
teamstringFull team name to filter results (e.g., 'Alabama').
endYearintegerInclusive end year for recruiting data aggregation; must be >= startYear.
startYearintegerInclusive start year for recruiting data aggregation.
conferencestringConference abbreviation to filter results (e.g., 'SEC').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Recruiting Transfer PortalCOLLEGE_FOOTBALL_DATA_RECRUITING_TRANSFER_PORTALAcciónTool to retrieve transfer portal entries for a given season. Use when you need details of players entering the transfer portal, including from/to teams, position, and recruiting ratings.
COLLEGE_FOOTBALL_DATA_RECRUITING_TRANSFER_PORTALAcciónTool to retrieve transfer portal entries for a given season. Use when you need details of players entering the transfer portal, including from/to teams, position, and recruiting ratings.
Parámetros de entrada
yearintegerObligatorioSeason year of the transfer portal dataset (YYYY)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Returning Production by TeamCOLLEGE_FOOTBALL_DATA_RETURNING_PRODUCTION_TEAMAcciónTool to fetch Bill Connelly–style returning production splits by team and season. Use when evaluating returning offense, defense, and overall production for teams in a given season.
COLLEGE_FOOTBALL_DATA_RETURNING_PRODUCTION_TEAMAcciónTool to fetch Bill Connelly–style returning production splits by team and season. Use when evaluating returning offense, defense, and overall production for teams in a given season.
Parámetros de entrada
teamstringOptional team name or abbreviation to filter results.
yearintegerOptional season year (YYYY) to query returning production data.
conferencestringOptional conference name to filter results.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Season Stats PlayerCOLLEGE_FOOTBALL_DATA_SEASON_STATS_PLAYERAcciónTool to fetch basic season stats aggregated by player and season. Use when you need overall player performance summaries for a given season.
COLLEGE_FOOTBALL_DATA_SEASON_STATS_PLAYERAcciónTool to fetch basic season stats aggregated by player and season. Use when you need overall player performance summaries for a given season.
Parámetros de entrada
teamstringTeam name filter (school name or abbreviation).
yearintegerSeason year to filter stats (e.g., 2025).
endWeekintegerWeek number to end filtering at (1-99).
categorystringStat category filter (e.g., 'passing', 'rushing', etc.).
startWeekintegerWeek number to start filtering from (1-99).
conferencestringConference abbreviation filter (e.g., 'SEC').
seasonTypestringenumSeason phase: 'regular', 'postseason', or 'both'.
regularpostseasonboth
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Season Team StatsCOLLEGE_FOOTBALL_DATA_SEASON_STATS_TEAMAcciónTool to get basic season stats aggregated by team and season. Use when you need a summary of team-level statistics for a particular season.
COLLEGE_FOOTBALL_DATA_SEASON_STATS_TEAMAcciónTool to get basic season stats aggregated by team and season. Use when you need a summary of team-level statistics for a particular season.
Parámetros de entrada
teamstringFilter by school/team name, e.g., 'Alabama'
yearintegerObligatorioSeason year in YYYY format
endWeekintegerEnding week number (must be >= startWeek)
startWeekintegerStarting week number (1-based)
conferencestringFilter by conference abbreviation, e.g., 'SEC'
seasonTypestringenumSeason type to include: 'regular', 'postseason', or 'both'
regularpostseasonboth
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Season Types DictionaryCOLLEGE_FOOTBALL_DATA_SEASON_TYPES_DICTIONARYAcciónTool to list season types. Uses the season calendar endpoint to extract valid seasonType values.
COLLEGE_FOOTBALL_DATA_SEASON_TYPES_DICTIONARYAcciónTool to list season types. Uses the season calendar endpoint to extract valid seasonType values.
Parámetros de entrada
yearintegerSeason year to query calendar for extracting season types.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Team Matchup HistoryCOLLEGE_FOOTBALL_DATA_TEAM_MATCHUP_HISTORYAcciónTool to retrieve head-to-head team matchup records over a date range. Use after selecting two FBS teams to compare their matchup history.
COLLEGE_FOOTBALL_DATA_TEAM_MATCHUP_HISTORYAcciónTool to retrieve head-to-head team matchup records over a date range. Use after selecting two FBS teams to compare their matchup history.
Parámetros de entrada
team1stringObligatorioFirst team name (FBS) to query head-to-head history.
team2stringObligatorioSecond team name (FBS) to query head-to-head history.
maxYearintegerMaximum season year (YYYY) to include in results.
minYearintegerMinimum season year (YYYY) to include in results.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Team season recordsCOLLEGE_FOOTBALL_DATA_TEAM_RECORDSAcciónTool to fetch team season records by year with optional filters. Use after specifying the year and any optional filters (conference, team, division, seasonType, limit, offset) to retrieve records.
COLLEGE_FOOTBALL_DATA_TEAM_RECORDSAcciónTool to fetch team season records by year with optional filters. Use after specifying the year and any optional filters (conference, team, division, seasonType, limit, offset) to retrieve records.
Parámetros de entrada
teamstringOptional school/team name filter, e.g., 'Alabama'.
yearintegerObligatorioSeason year for which to retrieve team records (must be >= 1869).
limitintegerLimit the number of results returned.
offsetintegerNumber of records to skip (offset) for pagination.
divisionstringenumOptional NCAA division filter, e.g., 'fbs', 'fcs'.
fbsfcsd1d2d3conferencestringOptional conference abbreviation filter, e.g., 'SEC', 'ACC'.
seasonTypestringenumType of season to include: 'regular', 'postseason', or 'all'.
regularpostseasonall
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Team RosterCOLLEGE_FOOTBALL_DATA_TEAM_ROSTERAcciónTool to fetch roster for a given team and season. Use when you need a team's roster for a specific year.
COLLEGE_FOOTBALL_DATA_TEAM_ROSTERAcciónTool to fetch roster for a given team and season. Use when you need a team's roster for a specific year.
Parámetros de entrada
teamstringObligatorioTeam name or abbreviation (e.g., 'Alabama')
yearintegerObligatorioSeason year for the roster; must be 2009 or later
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not