Skip to main content
GET
Get a player you have watched play

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Path Parameters

id
integer | null
required

Response

Player detail

id
number
required
Example:

42

league
string
required
Example:

"mlb"

mlb_stats_id
number | null
required
Example:

663728

espn_id
string | null
required
Example:

"41292"

full_name
string
required
Example:

"Cal Raleigh"

primary_position
string | null
required
Example:

"C"

primary_number
string | null
required
Example:

"29"

birth_date
string | null
required
Example:

"1996-11-26"

birth_city
string | null
required
Example:

"Harrisonburg"

birth_state_province
string | null
required
Example:

"VA"

birth_country
string | null
required
Example:

"USA"

height
string | null
required
Example:

"6' 2\""

weight
integer | null
required
Example:

235

bats
string | null
required
Example:

"B"

throws
string | null
required
Example:

"R"

primary_team
object | null
required
debut_date
string | null
required
Example:

"2021-07-11"

college_name
string | null
required
Example:

"Florida State"

awards
object[]
required

Filtered to honors that matter (Silver Slugger, Gold Glove, MVP, All-MLB, Cy Young, etc.). Newest season first. Empty array when no qualifying awards or bio not yet enriched.

photo_silo
object | null
required
photo_full
object | null
required
supported
boolean
required
Example:

true

season_attended_summary_season
number | null
required

Season the season_attended_summary covers (matches season_stats.season when available, otherwise the current calendar year UTC).

appearances
object[]
required
appearance_count
number
required
season_stats
any
career
any

Year-by-year batting (or pitching for pitchers) for this player from MLB Stats. KV-cached 24h. Null for non-MLB players, players missing mlb_stats_id, or upstream errors.

splits
any

Current-season home/away/vs-LHP/vs-RHP splits. KV-cached 6h. Null when unavailable.

attended_summary
any

Career-scoped: your stat line aggregated across every attended game where this player appeared.

season_attended_summary
any

Current-season slice of attended_summary: this player's line across only the games you attended in season_attended_summary_season. Null for non-MLB players or when no season-stats season can be resolved.