GET
/
v1
/
mlb
/
players
/
{id}
/
first-inning
Get a starting pitcher's first-inning (NRFI) splits for a season
curl --request GET \
  --url http://localhost:8082/v1/mlb/players/{id}/first-inning \
  --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

Response

First-inning splits payload.