mysportsfeeds_boxscore
Fetch a full box score for one game, including scoring, team stats, and player stats. Supply league, season, and game ID (e.g., 20240115-LAL-BOS) to get the data.
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. |