{"field":"game_id","data_type":"numeric","description":"A human-readable game ID. It consists of: the season, an underscore, the two-digit week number, an underscore, the away team, an underscore, the home team. This is the primary identifier for a given game and is also used in various nflverse dataframes."} {"field":"season","data_type":"numeric","description":"The year of the NFL season. This represents the whole season, so regular season games that happen in January as well as playoff games will occur in the year after this number."} {"field":"game_type","data_type":"character","description":"What type of game? One of REG, WC, DIV, CON, SB"} {"field":"week","data_type":"numeric","description":"The week of the NFL season the game occurs in. Please note that the `game_type` will differ for weeks >= 18 because of the season expansion in 2021. Please use `game_type` to filter for regular season or postseason."} {"field":"gameday","data_type":"character","description":"The date on which the game occurred."} {"field":"weekday","data_type":"character","description":"The day of the week on which the game occcured."} {"field":"gametime","data_type":"character","description":"The kickoff time of the game. This is represented in 24-hour time and the Eastern time zone, regardless of what time zone the game was being played in."} {"field":"away_team","data_type":"character","description":"The away team."} {"field":"away_score","data_type":"numeric","description":"The number of points the away team scored. Is NA for games which haven't yet been played."} {"field":"home_team","data_type":"character","description":"The home team. Note that this contains the designated home team for games which no team is playing at home such as Super Bowls or NFL International games."} {"field":"home_score","data_type":"numeric","description":"The number of points the home team scored. Is NA for games which haven't yet been played."} {"field":"location","data_type":"character","description":"Either Home if the home team is playing in their home stadium, or Neutral if the game is being played at a neutral location. This still shows as Home for games between the Giants and Jets even though they share the same home stadium."} {"field":"result","data_type":"numeric","description":"The number of points the home team scored minus the number of points the visiting team scored. Equals h_score - v_score. Is NA for games which haven't yet been played. Convenient for evaluating against the spread bets."} {"field":"total","data_type":"numeric","description":"The sum of each team's score in the game. Equals h_score + v_score. Is NA for games which haven't yet been played. Convenient for evaluating over/under total bets."} {"field":"overtime","data_type":"numeric","description":"Binary indicator of whether or not game went to overtime."} {"field":"old_game_id","data_type":"numeric","description":"The old id for the game assigned by the NFL."} {"field":"gsis","data_type":"numeric","description":"The id of the game issued by the NFL Game Statistics & Information System."} {"field":"nfl_detail_id","data_type":"numeric","description":"The id of the game issued by NFL Detail."} {"field":"pfr","data_type":"numeric","description":"The id of the game issued by [Pro-Football-Reference](https://www.pro-football-reference.com/)"} {"field":"pff","data_type":"numeric","description":"The id of the game issued by [Pro Football Focus](https://www.pff.com/)"} {"field":"espn","data_type":"numeric","description":"The id of the game issued by [ESPN](https://www.espn.com/)"} {"field":"away_rest","data_type":"numeric","description":"Days of rest that the away team is coming off of."} {"field":"home_rest","data_type":"numeric","description":"Days of rest that the home team is coming off of."} {"field":"away_moneyline","data_type":"numeric","description":"Odds for away team to win the game."} {"field":"home_moneyline","data_type":"numeric","description":"Odds for home team to win the game."} {"field":"spread_line","data_type":"numeric","description":"The spread line for the game. A positive number means the home team was favored by that many points, a negative number means the away team was favored by that many points. This lines up with the result column."} {"field":"away_spread_odds","data_type":"numeric","description":"Odds for away team to cover the spread."} {"field":"home_spread_odds","data_type":"numeric","description":"Odds for home team to cover the spread."} {"field":"total_line","data_type":"numeric","description":"The total line for the game."} {"field":"under_odds","data_type":"numeric","description":"Odds that total score of game would be under the total_line."} {"field":"over_odds","data_type":"numeric","description":"Odds that total score of game would be over the total_ine."} {"field":"div_game","data_type":"numeric","description":"Binary indicator of whether or not game was played by 2 teams in the same division."} {"field":"roof","data_type":"character","description":"What was the status of the stadium's roof? One of outdoors, open, closed, dome"} {"field":"surface","data_type":"character","description":"What type of ground the game was played on"} {"field":"temp","data_type":"numeric","description":"The temperature at the stadium (for outdoors and open only)"} {"field":"wind","data_type":"numeric","description":"The speed of the wind in miles/hour (for outdoors and open only)"} {"field":"away_qb_id","data_type":"numeric","description":"GSIS Player ID for away team starting quarterback."} {"field":"home_qb_id","data_type":"numeric","description":"GSIS Player ID for home team starting quarterback."} {"field":"away_qb_name","data_type":"character","description":"Name of away team starting QB."} {"field":"home_qb_name","data_type":"character","description":"Name of home team starting QB."} {"field":"away_coach","data_type":"character","description":"Name of the head coach of the away team"} {"field":"home_coach","data_type":"character","description":"Name of the head coach of the home team"} {"field":"referee","data_type":"character","description":"Name of the game's referee (head official)"} {"field":"stadium_id","data_type":"character","description":"ID of Stadium that game took place in"} {"field":"stadium","data_type":"character","description":"Name of the stadium"}