Stathead: Football Player Game Finder
Stathead via Parse · sports
Retrieve game-by-game statistics for an NFL player from Pro-Football-Reference. Accepts either a player name (resolved via search) or a direct PFR player ID. Returns detailed per-game stats including passing (completions, attempts, yards, TDs, INTs, passer rating), rushing (attempts, yards, TDs), receiving (targets, receptions, yards, TDs), fumbles, and snap counts. When year is omitted, returns the full career game log. The game_type filter restricts to regular season or playoff games only. Access NFL player game-by-game statistics from Pro-Football-Reference. Get detailed passing, rushing, receiving, fumble, and snap count stats for any NFL player by name or player ID, filterable by season year and game type. Fulfilled by Parse from stathead.com.
- parse
- platform-key
- sports
- stathead
- stathead-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/775182f5-1eae-4d67-81ec-ec47c3612303/football_player_game_finder
- Interface artifact
- sha256:a3073f336e3163fbfb5b58dc5f84e1fef1f46f202f1c615010da7b044d7ae859
- Manifest digest
- sha256:41f710511d634d6c5c6197cedd4353421b1f10646d23d047d3eee7a376995961
Request fields
- year (string): Season year to get game logs for (e.g., '2024'). If omitted, returns the career game log.
- player (string): Player name to search for (e.g., 'Patrick Mahomes'). Either player or player_id is required. When multiple players share a name, the first search result is used.
- game_type (string): Filter by game type. Accepted values: 'R' for regular season only, 'P' for playoffs only. If omitted, returns both regular season and playoff games.: Allowed values: R, P
- player_id (string): Pro-Football-Reference player ID (e.g., 'MahoPa00'). Either player or player_id is required. The ID format is typically the first four letters of the last name + first two of the first name + a two-digit disambiguator.
Example queries
- {"year":"2024","player":"Patrick Mahomes","game_type":"R","player_id":"MahoPa00"}