GET
/
v1
/
npb
/
players
/
{id}
/
season-stats
Get NPB player season stat splits
curl --request GET \
  --url http://localhost:8082/v1/npb/players/{id}/season-stats \
  --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

id
string
required

Query Parameters

season
integer
required
Required range: 1900 <= x <= 2100
role
enum<string>
Available options:
batter,
pitcher
scope
string

Response

Season stat rows for the player.