sportsgameodds_players
Get player IDs and details for a team, league, or single player. Use the returned playerID to locate every odds market tied to that player in prop data.
Instructions
Players, with the playerIDs that appear inside prop oddIDs.
Returns: {success:true, data:[{playerID:'JOSH_ALLEN_1_NFL', teamID, leagueID, firstName, lastName, position}]} — SHAPE FROM VENDOR DOCS. The playerID is the statEntityID half of a prop's oddID, which is how you find every market on one player.
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: A team's players {"leagueID": "NFL", "teamID": "BUFFALO_BILLS_NFL"}
Auth: needs your own key in SPORTSGAMEODDS_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamID | No | Team id. | |
| leagueID | No | League id. | |
| playerID | No | One player. |