mysportsfeeds_boxscore
Retrieve full team and player box scores for any game in NFL, NBA, MLB, or NHL by specifying league, season, and game ID.
Instructions
Full box score for one game, team and player level.
Returns: {game:{…}, scoring:{…}, stats:{away:{teamStats:[…], players:[{player:{id, firstName, lastName, position}, playerStats:[…]}]}, home:{…}}} — SHAPE FROM VENDOR DOCS. The game id may be given as '20240115-LAL-BOS', which is often easier than looking one up.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: One game's box score {"league": "nba", "season": "current", "game": "20240115-LAL-BOS"}
Auth: needs your own key in MYSPORTSFEEDS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | Game id, or the date-team form '20240115-LAL-BOS'. Required — part of the URL path. | |
| league | Yes | League. One of: nfl, nba, mlb, nhl. Required — part of the URL path. | |
| season | Yes | Season string. Required — part of the URL path. | |
| playerstats | No | Restrict to named stat groups. |