Get player game log / H2H
propline_get_player_gamesA player's recent games with every raw box-score stat per game — one call instead of one request per event. Use this to answer 'how has X actually performed lately?' and to build L5/L10/L20, season splits and head-to-head yourself. Pass opponent for H2H (accepts a full name, nickname or abbreviation — 'Boston Red Sox', 'Red Sox', 'BOS'); the limit applies AFTER that filter, so opponent + limit=10 means the last 10 MEETINGS, not the Boston games among the last 10 games. H2H is not capped to the current season. IMPORTANT: this is the raw box-score archive, NOT graded-prop history — it covers every game with a box score on file, including games no sportsbook priced, so a 'last 10 games' window here really is the last 10 games (one built from propline_get_player_trends silently skips unpriced games). It carries no line, price or grade; use propline_get_player_trends for hit rates against a posted line. player_team/opponent/is_home are null when the player's side can't be identified, and always for individual sports (tennis, golf, UFC) — report them as unknown rather than guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Games to return, 1-100. Default 20. | |
| opponent | No | Optional head-to-head filter — team name, nickname or abbreviation. | |
| sport_key | Yes | ||
| stat_type | No | Optional comma-separated stat names to return; omit for all. Vocabulary is per-sport. | |
| player_name | Yes | Player name as it appears in box scores — e.g. 'Aaron Judge', 'Nikola Jokic' |