curl --request GET \
--url https://api.rewind.rest/v1/attending/players/{id} \
--header 'Authorization: Bearer <token>'{
"id": 42,
"league": "mlb",
"mlb_stats_id": 663728,
"espn_id": "41292",
"full_name": "Cal Raleigh",
"primary_position": "C",
"primary_number": "29",
"birth_date": "1996-11-26",
"birth_city": "Harrisonburg",
"birth_state_province": "VA",
"birth_country": "USA",
"height": "6' 2\"",
"weight": 235,
"bats": "B",
"throws": "R",
"primary_team": {
"id": 136,
"league": "mlb",
"abbreviation": "SEA",
"location": "Seattle",
"name": "Mariners",
"full_name": "Seattle Mariners",
"primary_color": "#0C2C56",
"secondary_color": "#005C5C",
"tertiary_color": null,
"ui_tint_color": "#0C2C56",
"logo_url": "https://www.mlbstatic.com/team-logos/136.svg",
"logo_dark_url": "https://www.mlbstatic.com/team-logos/team-cap-on-dark/136.svg",
"logo_light_url": "https://www.mlbstatic.com/team-logos/team-cap-on-light/136.svg",
"conference": "AL",
"division": "AL West"
},
"debut_date": "2021-07-11",
"college_name": "Florida State",
"awards": [
{
"season": "2025",
"id": "ALSS",
"name": "AL Silver Slugger"
}
],
"photo_silo": {
"cdn_url": "https://cdn.rewind.rest/.../players/silo/123",
"thumbhash": "<string>",
"dominant_color": "#1a3a6c",
"accent_color": "#c4ced4"
},
"photo_full": {
"cdn_url": "https://cdn.rewind.rest/.../players/silo/123",
"thumbhash": "<string>",
"dominant_color": "#1a3a6c",
"accent_color": "#c4ced4"
},
"supported": true,
"season_attended_summary_season": 123,
"appearances": [
{
"event_id": 123,
"event_date": "<string>",
"title": "<string>",
"team": {
"id": 136,
"league": "mlb",
"abbreviation": "SEA",
"location": "Seattle",
"name": "Mariners",
"full_name": "Seattle Mariners",
"primary_color": "#0C2C56",
"secondary_color": "#005C5C",
"tertiary_color": null,
"ui_tint_color": "#0C2C56",
"logo_url": "https://www.mlbstatic.com/team-logos/136.svg",
"logo_dark_url": "https://www.mlbstatic.com/team-logos/team-cap-on-dark/136.svg",
"logo_light_url": "https://www.mlbstatic.com/team-logos/team-cap-on-light/136.svg",
"conference": "AL",
"division": "AL West"
},
"is_home": true,
"batting_line": {},
"pitching_line": {},
"decision": "<string>",
"notable": true
}
],
"appearance_count": 123,
"season_stats": "<unknown>",
"career": "<unknown>",
"splits": "<unknown>",
"attended_summary": "<unknown>",
"season_attended_summary": "<unknown>"
}Returns the player bio with both photo variants when available, plus a list of every attended event in which they appeared along with that game’s stat lines.
curl --request GET \
--url https://api.rewind.rest/v1/attending/players/{id} \
--header 'Authorization: Bearer <token>'{
"id": 42,
"league": "mlb",
"mlb_stats_id": 663728,
"espn_id": "41292",
"full_name": "Cal Raleigh",
"primary_position": "C",
"primary_number": "29",
"birth_date": "1996-11-26",
"birth_city": "Harrisonburg",
"birth_state_province": "VA",
"birth_country": "USA",
"height": "6' 2\"",
"weight": 235,
"bats": "B",
"throws": "R",
"primary_team": {
"id": 136,
"league": "mlb",
"abbreviation": "SEA",
"location": "Seattle",
"name": "Mariners",
"full_name": "Seattle Mariners",
"primary_color": "#0C2C56",
"secondary_color": "#005C5C",
"tertiary_color": null,
"ui_tint_color": "#0C2C56",
"logo_url": "https://www.mlbstatic.com/team-logos/136.svg",
"logo_dark_url": "https://www.mlbstatic.com/team-logos/team-cap-on-dark/136.svg",
"logo_light_url": "https://www.mlbstatic.com/team-logos/team-cap-on-light/136.svg",
"conference": "AL",
"division": "AL West"
},
"debut_date": "2021-07-11",
"college_name": "Florida State",
"awards": [
{
"season": "2025",
"id": "ALSS",
"name": "AL Silver Slugger"
}
],
"photo_silo": {
"cdn_url": "https://cdn.rewind.rest/.../players/silo/123",
"thumbhash": "<string>",
"dominant_color": "#1a3a6c",
"accent_color": "#c4ced4"
},
"photo_full": {
"cdn_url": "https://cdn.rewind.rest/.../players/silo/123",
"thumbhash": "<string>",
"dominant_color": "#1a3a6c",
"accent_color": "#c4ced4"
},
"supported": true,
"season_attended_summary_season": 123,
"appearances": [
{
"event_id": 123,
"event_date": "<string>",
"title": "<string>",
"team": {
"id": 136,
"league": "mlb",
"abbreviation": "SEA",
"location": "Seattle",
"name": "Mariners",
"full_name": "Seattle Mariners",
"primary_color": "#0C2C56",
"secondary_color": "#005C5C",
"tertiary_color": null,
"ui_tint_color": "#0C2C56",
"logo_url": "https://www.mlbstatic.com/team-logos/136.svg",
"logo_dark_url": "https://www.mlbstatic.com/team-logos/team-cap-on-dark/136.svg",
"logo_light_url": "https://www.mlbstatic.com/team-logos/team-cap-on-light/136.svg",
"conference": "AL",
"division": "AL West"
},
"is_home": true,
"batting_line": {},
"pitching_line": {},
"decision": "<string>",
"notable": true
}
],
"appearance_count": 123,
"season_stats": "<unknown>",
"career": "<unknown>",
"splits": "<unknown>",
"attended_summary": "<unknown>",
"season_attended_summary": "<unknown>"
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Player detail
42
"mlb"
663728
"41292"
"Cal Raleigh"
"C"
"29"
"1996-11-26"
"Harrisonburg"
"VA"
"USA"
"6' 2\""
235
"B"
"R"
Show child attributes
"2021-07-11"
"Florida State"
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.
Show child attributes
Show child attributes
Show child attributes
true
Season the season_attended_summary covers (matches season_stats.season when available, otherwise the current calendar year UTC).
Show child attributes
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.
Current-season home/away/vs-LHP/vs-RHP splits. KV-cached 6h. Null when unavailable.
Career-scoped: your stat line aggregated across every attended game where this player appeared.
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.