mlb_player_game_stats
Retrieve a player's batting, pitching, and fielding statistics for a single game using player and game IDs.
Instructions
One player's stat line for one specific game (batting/pitching/fielding for that gamePk).
Returns: {stats:[{group, splits:[{stat:{...}, game}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gamePk | Yes | Game id. Required — part of the URL path. | |
| personId | Yes | Player id. Required — part of the URL path. |