GET
/
v1
/
{league}
/
games
/
{id}
/
props
/
{player_id}
Get current props for one player in a game
curl --request GET \
  --url http://localhost:8082/v1/{league}/games/{id}/props/{player_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Path Parameters

league
string
required

League identifier from the /v1/leagues catalog (e.g. mlb, nba, epl, nfl, nhl). Unknown values return 404 unsupported_league.

id
string
required
player_id
string
required

Query Parameters

bookmaker
string
market
string
format
enum<string>
Available options:
decimal,
american

Response

Current props for the player.