get https://api.opticodds.com/api/v3/injuries
Retrieve a list of injuries filtered by sport, league, and team_id
Description
Get a list of currently active injuries.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
You must pass at least one sport and/or league.
sport
The sport you want data for. You can pass the id or the name.
league
The league you want data for. You can pass the id or the name.
team_id
The team_ids you want data for.
Example Responses
URL: https://api.opticodds.com/api/v3/injuries?league=MLB
{
"data": [
{
"id": "baseball:mlb:C46FD84D48DF",
"player": {
"id": "C46FD84D48DF",
"name": "Shane Baz",
"position": "SP",
"number": 11
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "Day-To-Day",
"type": "Illness",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3A458DB8B92B",
"player": {
"id": "3A458DB8B92B",
"name": "Wilmer Flores",
"position": "1B",
"number": 41
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D28676DC6373",
"player": {
"id": "D28676DC6373",
"name": "Byron Buxton",
"position": "CF",
"number": 25
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "10-Day IL",
"type": "Hip",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:FBFEEA82AD5C",
"player": {
"id": "FBFEEA82AD5C",
"name": "Hunter Harvey",
"position": "RP",
"number": 56
},
"team": {
"id": "E970E2EDDCAE",
"name": "Kansas City Royals"
},
"status": "15-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DA5567D161A5",
"player": {
"id": "DA5567D161A5",
"name": "Josh Sborz",
"position": "RP",
"number": 66
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3E128388B174",
"player": {
"id": "3E128388B174",
"name": "Jacob Hurtubise",
"position": "LF",
"number": 26
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:46298CDFE8A2",
"player": {
"id": "46298CDFE8A2",
"name": "Zack Littell",
"position": "SP",
"number": 52
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B7E156010093",
"player": {
"id": "B7E156010093",
"name": "Steven Wilson",
"position": "RP",
"number": 36
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "15-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E3676F73BC15",
"player": {
"id": "E3676F73BC15",
"name": "Joey Bart",
"position": "C",
"number": 14
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "10-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8DC3E49E458B",
"player": {
"id": "8DC3E49E458B",
"name": "Zach Eflin",
"position": "SP",
"number": 24
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B58EA67FA5D2",
"player": {
"id": "B58EA67FA5D2",
"name": "Rodolfo Castro",
"position": "SS",
"number": 29
},
"team": {
"id": "AFBFE3E36032",
"name": "Philadelphia Phillies"
},
"status": "Out",
"type": "Thumb",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2FD47CC7B3B8",
"player": {
"id": "2FD47CC7B3B8",
"name": "Robbie Ray",
"position": "SP",
"number": 23
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "15-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:AA3E9911BA802452",
"player": {
"id": "AA3E9911BA802452",
"name": "Victor Mesa Jr.",
"position": "CF",
"number": 64
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5B0A2B9AE227",
"player": {
"id": "5B0A2B9AE227",
"name": "Kris Bryant",
"position": "RF",
"number": 23
},
"team": {
"id": "E89B6AABD4C6",
"name": "Colorado Rockies"
},
"status": "10-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:11B220EC854B",
"player": {
"id": "11B220EC854B",
"name": "Alex Call",
"position": "RF",
"number": 17
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "10-Day IL",
"type": "Foot",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2337A8480FA1",
"player": {
"id": "2337A8480FA1",
"name": "Grayson Rodriguez",
"position": "SP",
"number": 30
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "15-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6C0A8616B212",
"player": {
"id": "6C0A8616B212",
"name": "Christian Yelich",
"position": "LF",
"number": 22
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "10-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:40C2CB27D590",
"player": {
"id": "40C2CB27D590",
"name": "Jose Marte",
"position": "RP",
"number": 68
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "15-Day IL",
"type": "Illness",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:C5896CD964E2",
"player": {
"id": "C5896CD964E2",
"name": "Will Vest",
"position": "RP",
"number": 19
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "Paternity",
"type": "Personal",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A570C0CCDC2B",
"player": {
"id": "A570C0CCDC2B",
"name": "Luis Rengifo",
"position": "3B",
"number": 2
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "60-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CE8F43394C97",
"player": {
"id": "CE8F43394C97",
"name": "Willson Contreras",
"position": "C",
"number": 40
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "10-Day IL",
"type": "Finger",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CD864B75837E",
"player": {
"id": "CD864B75837E",
"name": "Victor Vodnik",
"position": "RP",
"number": 38
},
"team": {
"id": "E89B6AABD4C6",
"name": "Colorado Rockies"
},
"status": "15-Day IL",
"type": "Biceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:AFBAB90B854D",
"player": {
"id": "AFBAB90B854D",
"name": "Hunter Stratton",
"position": "RP",
"number": 63
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "60-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2E2FC397FE92",
"player": {
"id": "2E2FC397FE92",
"name": "Ryan Pressly",
"position": "RP",
"number": 55
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "15-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:C084694A4785",
"player": {
"id": "C084694A4785",
"name": "Austin Wynns",
"position": "C",
"number": 35
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1F1BB58002FC",
"player": {
"id": "1F1BB58002FC",
"name": "Xavier Edwards",
"position": "SS",
"number": 63
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "10-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3AD9022FB409",
"player": {
"id": "3AD9022FB409",
"name": "Brendan White",
"position": "RP",
"number": 52
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0ECB727DA068",
"player": {
"id": "0ECB727DA068",
"name": "Cam Booser",
"position": "RP",
"number": 71
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:4298497CBC8A",
"player": {
"id": "4298497CBC8A",
"name": "Kyle Hurt",
"position": "SP",
"number": 63
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5F7C4159E6E9",
"player": {
"id": "5F7C4159E6E9",
"name": "Andrew Abbott",
"position": "SP",
"number": 41
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:30D6DA021F7E",
"player": {
"id": "30D6DA021F7E",
"name": "Yimi Garcia",
"position": "RP",
"number": 93
},
"team": {
"id": "F0FA2004385D",
"name": "Seattle Mariners"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:326D099D3631",
"player": {
"id": "326D099D3631",
"name": "Oliver Dunn",
"position": "3B",
"number": 15
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F3B873CFF3D7",
"player": {
"id": "F3B873CFF3D7",
"name": "Tyler Glasnow",
"position": "SP",
"number": 31
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2DB95F45D895",
"player": {
"id": "2DB95F45D895",
"name": "Matt Moore",
"position": "RP",
"number": 55
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9EDD6335D752",
"player": {
"id": "9EDD6335D752",
"name": "Bryce Jarvis",
"position": "RP",
"number": 40
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:FF4F758B6C4B",
"player": {
"id": "FF4F758B6C4B",
"name": "Justin Bruihl",
"position": null,
"number": null
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CDACFC9EB720",
"player": {
"id": "CDACFC9EB720",
"name": "Raymond Burgos",
"position": null,
"number": null
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:663BE3CDF8C8",
"player": {
"id": "663BE3CDF8C8",
"name": "Hoby Milner",
"position": "RP",
"number": 55
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:479D818A536D",
"player": {
"id": "479D818A536D",
"name": "Anthony Bender",
"position": "RP",
"number": 37
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F2DA64C3BF13",
"player": {
"id": "F2DA64C3BF13",
"name": "A.J. Minter",
"position": "RP",
"number": 33
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Hip",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:693949B0B618",
"player": {
"id": "693949B0B618",
"name": "Richie Palacios",
"position": "2B",
"number": 1
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "10-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5C7A797A5408A1E9",
"player": {
"id": "5C7A797A5408A1E9",
"name": "Lucas Gilbreath",
"position": "RP",
"number": 58
},
"team": {
"id": "E89B6AABD4C6",
"name": "Colorado Rockies"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A2CD5515E0BD",
"player": {
"id": "A2CD5515E0BD",
"name": "Andrew McCutchen",
"position": "RF",
"number": 22
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "10-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:7003182A4856",
"player": {
"id": "7003182A4856",
"name": "Dakota Hudson",
"position": "SP",
"number": 32
},
"team": {
"id": "E89B6AABD4C6",
"name": "Colorado Rockies"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:7823C21CA0DF",
"player": {
"id": "7823C21CA0DF",
"name": "Gabriel Moreno",
"position": "C",
"number": 14
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "10-Day IL",
"type": "Thigh",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A59975CD857C",
"player": {
"id": "A59975CD857C",
"name": "Christian Walker",
"position": "1B",
"number": 53
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "10-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:00F95D10BE86",
"player": {
"id": "00F95D10BE86",
"name": "Thyago Vieira",
"position": null,
"number": null
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "Out",
"type": "Personal",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:625F61C09490",
"player": {
"id": "625F61C09490",
"name": "Jeimer Candelario",
"position": "3B",
"number": 3
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "10-Day IL",
"type": "Toe",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8009F6561F11",
"player": {
"id": "8009F6561F11",
"name": "James Paxton",
"position": "SP",
"number": 65
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Calf",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:77968DD00FBE",
"player": {
"id": "77968DD00FBE",
"name": "Jonny DeLuca",
"position": "RF",
"number": 21
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "10-Day IL",
"type": "Hand",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:98DE2FDB1B5C",
"player": {
"id": "98DE2FDB1B5C",
"name": "Yasmani Grandal",
"position": "C",
"number": 6
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "10-Day IL",
"type": "Foot",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DA0179EC504B",
"player": {
"id": "DA0179EC504B",
"name": "Ha-Seong Kim",
"position": "SS",
"number": 7
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "10-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CCAD619079D3",
"player": {
"id": "CCAD619079D3",
"name": "Tomas Nido",
"position": "C",
"number": 6
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "10-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:089865A05E10",
"player": {
"id": "089865A05E10",
"name": "Craig Kimbrel",
"position": "RP",
"number": 46
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "Day-To-Day",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A460B9BFCF8C",
"player": {
"id": "A460B9BFCF8C",
"name": "Ketel Marte",
"position": "2B",
"number": 4
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "10-Day IL",
"type": "Ankle",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B1DF2CC9FC6B",
"player": {
"id": "B1DF2CC9FC6B",
"name": "Colin Holderman",
"position": "RP",
"number": 35
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "15-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9E36CC74C07A",
"player": {
"id": "9E36CC74C07A",
"name": "River Ryan",
"position": "SP",
"number": 77
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5BA8D58D1DD4",
"player": {
"id": "5BA8D58D1DD4",
"name": "Tyler Beede",
"position": null,
"number": null
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "7-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E79FFF065DB0",
"player": {
"id": "E79FFF065DB0",
"name": "Stephen Kolek",
"position": "RP",
"number": 32
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A87516333B1A",
"player": {
"id": "A87516333B1A",
"name": "Austin Riley",
"position": "3B",
"number": 27
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "Out",
"type": "Hand",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:C170935B45B3",
"player": {
"id": "C170935B45B3",
"name": "Jose Alvarado",
"position": "RP",
"number": 46
},
"team": {
"id": "AFBFE3E36032",
"name": "Philadelphia Phillies"
},
"status": "Out",
"type": "Personal",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0623B00DC064",
"player": {
"id": "0623B00DC064",
"name": "Ke'Bryan Hayes",
"position": "3B",
"number": 13
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "10-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:14AA25091DA8",
"player": {
"id": "14AA25091DA8",
"name": "Paul Blackburn",
"position": "SP",
"number": 58
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "15-Day IL",
"type": "Hand",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5B1DAF5F4345",
"player": {
"id": "5B1DAF5F4345",
"name": "Jackson Stephens",
"position": null,
"number": null
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9030379BCDD3",
"player": {
"id": "9030379BCDD3",
"name": "Nick Lodolo",
"position": "SP",
"number": 40
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "15-Day IL",
"type": "Finger",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5B032EA532B1",
"player": {
"id": "5B032EA532B1",
"name": "Patrick Bailey",
"position": "C",
"number": 14
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "10-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B7269C98F586",
"player": {
"id": "B7269C98F586",
"name": "Hunter Greene",
"position": "SP",
"number": 21
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:7CFE0E8E347D",
"player": {
"id": "7CFE0E8E347D",
"name": "Yu Darvish",
"position": "SP",
"number": 11
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1DF648AA4718",
"player": {
"id": "1DF648AA4718",
"name": "Spencer Bivens",
"position": "RP",
"number": 76
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CD3EDFBD999387BF",
"player": {
"id": "CD3EDFBD999387BF",
"name": "Jose Corniell",
"position": "SP",
"number": 87
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:65CA687DA598",
"player": {
"id": "65CA687DA598",
"name": "JB Bukauskas",
"position": "RP",
"number": 50
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:95899392863E",
"player": {
"id": "95899392863E",
"name": "Gregory Santos",
"position": "RP",
"number": 48
},
"team": {
"id": "F0FA2004385D",
"name": "Seattle Mariners"
},
"status": "15-Day IL",
"type": "Biceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6BDF6FDC44FF",
"player": {
"id": "6BDF6FDC44FF",
"name": "Hunter Renfroe",
"position": "RF",
"number": 16
},
"team": {
"id": "E970E2EDDCAE",
"name": "Kansas City Royals"
},
"status": "10-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:492EBBB74468",
"player": {
"id": "492EBBB74468",
"name": "Brett Baty",
"position": "3B",
"number": 22
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "Out",
"type": "Finger",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1E35036D9D6B",
"player": {
"id": "1E35036D9D6B",
"name": "Ronald Acuna Jr.",
"position": "RF",
"number": 13
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E80D1B77D6004CD9",
"player": {
"id": "E80D1B77D6004CD9",
"name": "Felix Bautista",
"position": "RP",
"number": 74
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D5B03C6DBE263262",
"player": {
"id": "D5B03C6DBE263262",
"name": "JT Brubaker",
"position": "SP",
"number": 34
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:142A852F2A48",
"player": {
"id": "142A852F2A48",
"name": "Peyton Burdick",
"position": null,
"number": null
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:35A93D0114B45FE2",
"player": {
"id": "35A93D0114B45FE2",
"name": "Matt Canterino",
"position": "SP",
"number": 83
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:27BD623B99CADB4E",
"player": {
"id": "27BD623B99CADB4E",
"name": "Cade Cavalli",
"position": "SP",
"number": 9
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3E6E20548BDBAE16",
"player": {
"id": "3E6E20548BDBAE16",
"name": "Brennen Davis",
"position": "CF",
"number": 94
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "7-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:701ECF9D92163637",
"player": {
"id": "701ECF9D92163637",
"name": "Daniel Espino",
"position": "SP",
"number": 65
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DD467114C3638535",
"player": {
"id": "DD467114C3638535",
"name": "Wilmer Flores",
"position": "SP",
"number": 59
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2C3AF311B4E8",
"player": {
"id": "2C3AF311B4E8",
"name": "Francisco Lindor",
"position": "SS",
"number": 12
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "Day-To-Day",
"type": "Illness",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:69CAB619845D",
"player": {
"id": "69CAB619845D",
"name": "Marco Gonzales",
"position": "SP",
"number": 27
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "60-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:C39E1034118DB415",
"player": {
"id": "C39E1034118DB415",
"name": "Nick Frasso",
"position": "SP",
"number": 79
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:396082600218103C",
"player": {
"id": "396082600218103C",
"name": "Jay Groome",
"position": null,
"number": null
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "Suspension",
"type": "Suspension",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5B720CE5677B",
"player": {
"id": "5B720CE5677B",
"name": "Ben Brown",
"position": "SP",
"number": 86
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Neck",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D1571B32BA2A",
"player": {
"id": "D1571B32BA2A",
"name": "Ozzie Albies",
"position": "2B",
"number": 1
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "10-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6AB886D64328",
"player": {
"id": "6AB886D64328",
"name": "Yency Almonte",
"position": "RP",
"number": 25
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:32B73A48F752",
"player": {
"id": "32B73A48F752",
"name": "Dan Altavilla",
"position": "RP",
"number": 54
},
"team": {
"id": "E970E2EDDCAE",
"name": "Kansas City Royals"
},
"status": "60-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:87C9229D0814",
"player": {
"id": "87C9229D0814",
"name": "Adbert Alzolay",
"position": "RP",
"number": 73
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E37F34F1B7D2",
"player": {
"id": "E37F34F1B7D2",
"name": "Tejay Antone",
"position": "RP",
"number": 70
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:086B4CAFC5A8",
"player": {
"id": "086B4CAFC5A8",
"name": "Jon Berti",
"position": "3B",
"number": 19
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Calf",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B8C09C26705F",
"player": {
"id": "B8C09C26705F",
"name": "Bo Bichette",
"position": "SS",
"number": 11
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "10-Day IL",
"type": "Calf",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:789E7ACA4357",
"player": {
"id": "789E7ACA4357",
"name": "Shane Bieber",
"position": "SP",
"number": 57
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:546536D3667A",
"player": {
"id": "546536D3667A",
"name": "Ryan Borucki",
"position": "RP",
"number": 43
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "60-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:31C7900AD84E",
"player": {
"id": "31C7900AD84E",
"name": "Scott Alexander",
"position": "RP",
"number": 54
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E5AFC7412149",
"player": {
"id": "E5AFC7412149",
"name": "Kyle Bradish",
"position": "SP",
"number": 38
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:880A24DE31DC",
"player": {
"id": "880A24DE31DC",
"name": "Pete Fairbanks",
"position": "RP",
"number": 29
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "15-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:EDA1614F3555",
"player": {
"id": "EDA1614F3555",
"name": "Ryan Burr",
"position": "RP",
"number": 43
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:02FFD6511FA6",
"player": {
"id": "02FFD6511FA6",
"name": "Connor Brogdon",
"position": "RP",
"number": 75
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "60-Day IL",
"type": "Foot",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F569D2675158",
"player": {
"id": "F569D2675158",
"name": "Isaiah Campbell",
"position": "RP",
"number": 44
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "7-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:826578498996",
"player": {
"id": "826578498996",
"name": "Devin Williams",
"position": "RP",
"number": 38
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "Day-To-Day",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:893CB714A629",
"player": {
"id": "893CB714A629",
"name": "Carlos Correa",
"position": "SS",
"number": 4
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "10-Day IL",
"type": "Heel",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0D390DA97A61",
"player": {
"id": "0D390DA97A61",
"name": "Danny Coulombe",
"position": "RP",
"number": 54
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9A758F2E4AE6",
"player": {
"id": "9A758F2E4AE6",
"name": "Daniel Duarte",
"position": "RP",
"number": 54
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E71A0282389D",
"player": {
"id": "E71A0282389D",
"name": "Clayton Beeter",
"position": "SP",
"number": 29
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E37B062C0A71",
"player": {
"id": "E37B062C0A71",
"name": "Adam Kloffenstein",
"position": "SP",
"number": 66
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "7-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6021FD6611A2",
"player": {
"id": "6021FD6611A2",
"name": "Graham Ashcraft",
"position": "SP",
"number": 51
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:975064320443",
"player": {
"id": "975064320443",
"name": "Evan Carter",
"position": "LF",
"number": 32
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A58A3C0E12BF",
"player": {
"id": "A58A3C0E12BF",
"name": "Liam Hendriks",
"position": "RP",
"number": 31
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:20E865D9069A",
"player": {
"id": "20E865D9069A",
"name": "Mike Clevinger",
"position": "SP",
"number": 52
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "60-Day IL",
"type": "Neck",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CB752723C564",
"player": {
"id": "CB752723C564",
"name": "Braxton Garrett",
"position": "SP",
"number": 29
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E0445E51E6A7",
"player": {
"id": "E0445E51E6A7",
"name": "Kodai Senga",
"position": "SP",
"number": 34
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "60-Day IL",
"type": "Calf",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CF182EB9B667",
"player": {
"id": "CF182EB9B667",
"name": "Daulton Jefferies",
"position": "RP",
"number": 59
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D5F4E198D0A4",
"player": {
"id": "D5F4E198D0A4",
"name": "Christian Encarnacion-Strand",
"position": "1B",
"number": 33
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:398D5F649980",
"player": {
"id": "398D5F649980",
"name": "Sam Hentges",
"position": "RP",
"number": 31
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:582924891B23",
"player": {
"id": "582924891B23",
"name": "J.P. France",
"position": "SP",
"number": 68
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:71A0F8F73E8C",
"player": {
"id": "71A0F8F73E8C",
"name": "Kody Funderburk",
"position": "RP",
"number": 55
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "15-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:63C36AEBEAFA",
"player": {
"id": "63C36AEBEAFA",
"name": "Robert Gasser",
"position": "SP",
"number": 54
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3D3453450B7C",
"player": {
"id": "3D3453450B7C",
"name": "Lucas Giolito",
"position": "SP",
"number": 54
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3CBE26597AAE",
"player": {
"id": "3CBE26597AAE",
"name": "Josiah Gray",
"position": "SP",
"number": 40
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:85F15E821AB6",
"player": {
"id": "85F15E821AB6",
"name": "Sam Haggerty",
"position": "LF",
"number": null
},
"team": {
"id": "F0FA2004385D",
"name": "Seattle Mariners"
},
"status": "60-Day IL",
"type": "Achilles",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3A3CFCCFD236",
"player": {
"id": "3A3CFCCFD236",
"name": "Blair Henley",
"position": null,
"number": null
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8CF626531A12",
"player": {
"id": "8CF626531A12",
"name": "Alex Faedo",
"position": "RP",
"number": 49
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D7233B96EE1B",
"player": {
"id": "D7233B96EE1B",
"name": "Cristian Javier",
"position": "SP",
"number": 53
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D275FA074335",
"player": {
"id": "D275FA074335",
"name": "Austin Barnes",
"position": "C",
"number": 15
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "10-Day IL",
"type": "Toe",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:413E7FAF7794",
"player": {
"id": "413E7FAF7794",
"name": "Kyle Muller",
"position": "RP",
"number": 39
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:743481B0CAD1",
"player": {
"id": "743481B0CAD1",
"name": "Michael Kelly",
"position": "RP",
"number": 47
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "Suspension",
"type": "Suspension",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0877A3DB5421",
"player": {
"id": "0877A3DB5421",
"name": "Will Smith",
"position": "RP",
"number": 31
},
"team": {
"id": "E970E2EDDCAE",
"name": "Kansas City Royals"
},
"status": "15-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CD493EAF6A0D",
"player": {
"id": "CD493EAF6A0D",
"name": "Brett Kennedy",
"position": null,
"number": null
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:375026B266EE",
"player": {
"id": "375026B266EE",
"name": "Ray Kerr",
"position": "RP",
"number": 58
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6DDF1394B925EF13",
"player": {
"id": "6DDF1394B925EF13",
"name": "Cole Henry",
"position": "SP",
"number": 99
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:69ACB7F2614A",
"player": {
"id": "69ACB7F2614A",
"name": "Sean Murphy",
"position": "C",
"number": 12
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6E9A22809254",
"player": {
"id": "6E9A22809254",
"name": "Ian Hamilton",
"position": "RP",
"number": 71
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0C82F43A5FA9516B",
"player": {
"id": "0C82F43A5FA9516B",
"name": "Rodney Theophile",
"position": "P",
"number": null
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6A5C42A781207CE4",
"player": {
"id": "6A5C42A781207CE4",
"name": "Adam Macko",
"position": "SP",
"number": 64
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "7-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:42B4CB0E8E6A",
"player": {
"id": "42B4CB0E8E6A",
"name": "Brock Stewart",
"position": "RP",
"number": 61
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A600D52F1949",
"player": {
"id": "A600D52F1949",
"name": "Javier Baez",
"position": "SS",
"number": 28
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "60-Day IL",
"type": "Hip",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3C4B8FCD79E3",
"player": {
"id": "3C4B8FCD79E3",
"name": "Alex Lange",
"position": "RP",
"number": 55
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:389050B2C225",
"player": {
"id": "389050B2C225",
"name": "Jordan Leasure",
"position": "RP",
"number": 49
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:045A4D4AE4BA",
"player": {
"id": "045A4D4AE4BA",
"name": "Jung Hoo Lee",
"position": "CF",
"number": 51
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B429B87F5C81",
"player": {
"id": "B429B87F5C81",
"name": "German Marquez",
"position": "SP",
"number": 48
},
"team": {
"id": "E89B6AABD4C6",
"name": "Colorado Rockies"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:083AB87A70E5",
"player": {
"id": "083AB87A70E5",
"name": "Luke Little",
"position": "RP",
"number": 43
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:282A91CAF9FA",
"player": {
"id": "282A91CAF9FA",
"name": "Jonathan Loaisiga",
"position": "RP",
"number": 43
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:763F3DA7515A",
"player": {
"id": "763F3DA7515A",
"name": "Nick Madrigal",
"position": "3B",
"number": 1
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Hand",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:34C31AB01FF4",
"player": {
"id": "34C31AB01FF4",
"name": "Jesus Luzardo",
"position": "SP",
"number": 44
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:63E05087C8E4",
"player": {
"id": "63E05087C8E4",
"name": "Matt Manning",
"position": "SP",
"number": 25
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "7-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A23453302334",
"player": {
"id": "A23453302334",
"name": "Alek Manoah",
"position": "SP",
"number": 6
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:62E4560D2EE1",
"player": {
"id": "62E4560D2EE1",
"name": "Orelvis Martinez",
"position": "SS",
"number": 13
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "Suspension",
"type": "Suspension",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:4E720F337647",
"player": {
"id": "4E720F337647",
"name": "Nick Martini",
"position": "RF",
"number": 23
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Thumb",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0BF68CF9F908",
"player": {
"id": "0BF68CF9F908",
"name": "Steven Matz",
"position": "SP",
"number": 32
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1951C76F4DBE",
"player": {
"id": "1951C76F4DBE",
"name": "Alex Kirilloff",
"position": "LF",
"number": 19
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3C5658BFC803",
"player": {
"id": "3C5658BFC803",
"name": "John Means",
"position": "SP",
"number": 47
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:4539240B0C40",
"player": {
"id": "4539240B0C40",
"name": "Cody Morris",
"position": null,
"number": null
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F0EA8E4A478A",
"player": {
"id": "F0EA8E4A478A",
"name": "Wade Miley",
"position": "SP",
"number": 20
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:FCC2ED3FCC5F",
"player": {
"id": "FCC2ED3FCC5F",
"name": "Yoan Moncada",
"position": "3B",
"number": 10
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "60-Day IL",
"type": "Thigh",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D53B121991E6",
"player": {
"id": "D53B121991E6",
"name": "Tom Murphy",
"position": "C",
"number": 19
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A333958B4C1A",
"player": {
"id": "A333958B4C1A",
"name": "Kyle Nelson",
"position": "RP",
"number": 24
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2935B8064B02",
"player": {
"id": "2935B8064B02",
"name": "Reese Olson",
"position": "SP",
"number": 40
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1E12B6C6A661",
"player": {
"id": "1E12B6C6A661",
"name": "Luis Ortiz",
"position": "RP",
"number": 56
},
"team": {
"id": "AFBFE3E36032",
"name": "Philadelphia Phillies"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:25AE501302F4",
"player": {
"id": "25AE501302F4",
"name": "Chris Paddack",
"position": "SP",
"number": 20
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:92FA0C9141D9",
"player": {
"id": "92FA0C9141D9",
"name": "Wandy Peralta",
"position": "RP",
"number": 58
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "15-Day IL",
"type": "Thigh",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F926C64A5316",
"player": {
"id": "F926C64A5316",
"name": "Luis Medina",
"position": "SP",
"number": 46
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6E3B4D0E94DD",
"player": {
"id": "6E3B4D0E94DD",
"name": "Casey Mize",
"position": "SP",
"number": 12
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "60-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B0019E8D9560",
"player": {
"id": "B0019E8D9560",
"name": "Jordan Westburg",
"position": "3B",
"number": 11
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "10-Day IL",
"type": "Hand",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A9DA24C5108C4BAC",
"player": {
"id": "A9DA24C5108C4BAC",
"name": "Bryan Mata",
"position": "SP",
"number": 79
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:41887B3D2B5C",
"player": {
"id": "41887B3D2B5C",
"name": "Tyler Matzek",
"position": "RP",
"number": 88
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1D1BADCF5DA3",
"player": {
"id": "1D1BADCF5DA3",
"name": "Ryan Mountcastle",
"position": "1B",
"number": 6
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "10-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DDFF19C330542C0B",
"player": {
"id": "DDFF19C330542C0B",
"name": "Sem Robberse",
"position": "SP",
"number": 61
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "7-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1B995284030F",
"player": {
"id": "1B995284030F",
"name": "Cody Poteet",
"position": "SP",
"number": 72
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Triceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9410094F20AD",
"player": {
"id": "9410094F20AD",
"name": "Eury Perez",
"position": "SP",
"number": 39
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CA5D8DDB64EC",
"player": {
"id": "CA5D8DDB64EC",
"name": "Brooks Raley",
"position": "RP",
"number": 25
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F3570A934575",
"player": {
"id": "F3570A934575",
"name": "Sean Reid-Foley",
"position": "RP",
"number": 71
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D2BB24078460",
"player": {
"id": "D2BB24078460",
"name": "Jordan Romano",
"position": "RP",
"number": 68
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:770D1058F560",
"player": {
"id": "770D1058F560",
"name": "Anthony Rizzo",
"position": "1B",
"number": 48
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:545D9F9B85BB",
"player": {
"id": "545D9F9B85BB",
"name": "Drew Rom",
"position": "SP",
"number": 38
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:40F256A4B0E8",
"player": {
"id": "40F256A4B0E8",
"name": "Joe Hudson",
"position": null,
"number": null
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:72AF3BA88B6A",
"player": {
"id": "72AF3BA88B6A",
"name": "Esteury Ruiz",
"position": "LF",
"number": 1
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "10-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6E765AEC2883",
"player": {
"id": "6E765AEC2883",
"name": "Andrew Saalfrank",
"position": "RP",
"number": 27
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "Suspension",
"type": "Suspension",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D938B381420B",
"player": {
"id": "D938B381420B",
"name": "Sixto Sanchez",
"position": "SP",
"number": 45
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2EE0A7FB4722",
"player": {
"id": "2EE0A7FB4722",
"name": "Patrick Sandoval",
"position": "SP",
"number": 43
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DF53F8AE7F11",
"player": {
"id": "DF53F8AE7F11",
"name": "Clarke Schmidt",
"position": "SP",
"number": 36
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:61F1AE0C01A2",
"player": {
"id": "61F1AE0C01A2",
"name": "Christian Scott",
"position": "SP",
"number": 45
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:39518735545A",
"player": {
"id": "39518735545A",
"name": "Braden Shewmake",
"position": "SS",
"number": 17
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:41947495DFC1",
"player": {
"id": "41947495DFC1",
"name": "Drew Smith",
"position": "RP",
"number": 33
},
"team": {
"id": "925A76350359",
"name": "New York Mets"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:89BE6EF8D6D7",
"player": {
"id": "89BE6EF8D6D7",
"name": "Tyler Soderstrom",
"position": "1B",
"number": 21
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "10-Day IL",
"type": "Wrist",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2E2CDC12F3DB",
"player": {
"id": "2E2CDC12F3DB",
"name": "Michael Soroka",
"position": "RP",
"number": 40
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:942F95774CCE",
"player": {
"id": "942F95774CCE",
"name": "Bennett Sousa",
"position": "RP",
"number": 62
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:01C4120A2F78",
"player": {
"id": "01C4120A2F78",
"name": "Kyle Tucker",
"position": "RF",
"number": 30
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Lower Leg",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5B941975EF74",
"player": {
"id": "5B941975EF74",
"name": "Trevor Story",
"position": "SS",
"number": 10
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:95C919CEE78C",
"player": {
"id": "95C919CEE78C",
"name": "Spencer Strider",
"position": "SP",
"number": 99
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:BCC6E5B23780",
"player": {
"id": "BCC6E5B23780",
"name": "Brent Suter",
"position": "RP",
"number": 31
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0045D1F8A672",
"player": {
"id": "0045D1F8A672",
"name": "Yerry Rodriguez",
"position": "RP",
"number": 58
},
"team": {
"id": "118E9A57A501",
"name": "Toronto Blue Jays"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E19004DE24DC",
"player": {
"id": "E19004DE24DC",
"name": "Luis Gil",
"position": "SP",
"number": 81
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "15-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2DF0FB5FE922",
"player": {
"id": "2DF0FB5FE922",
"name": "Max Scherzer",
"position": "SP",
"number": 31
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D958DEB14B51",
"player": {
"id": "D958DEB14B51",
"name": "Kyren Paris",
"position": "2B",
"number": 19
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "7-Day IL",
"type": "Lower Body",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6C81103C6F24",
"player": {
"id": "6C81103C6F24",
"name": "Mike Trout",
"position": "CF",
"number": 27
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "60-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A850E91C847B0E6A",
"player": {
"id": "A850E91C847B0E6A",
"name": "Lance McCullers Jr.",
"position": "SP",
"number": 43
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A79F846BFC0AF534",
"player": {
"id": "A79F846BFC0AF534",
"name": "Luis Perales",
"position": "SP",
"number": 93
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:FD085F1EC5FCA516",
"player": {
"id": "FD085F1EC5FCA516",
"name": "Jeferson Quero",
"position": "C",
"number": 78
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:4375A69CDD95530B",
"player": {
"id": "4375A69CDD95530B",
"name": "Emmanuel Rodriguez",
"position": "CF",
"number": 90
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "7-Day IL",
"type": "Thumb",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:1C526E85719C",
"player": {
"id": "1C526E85719C",
"name": "Abner Uribe",
"position": "RP",
"number": 45
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "7-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A783FF03DB69",
"player": {
"id": "A783FF03DB69",
"name": "Jose Urquidy",
"position": "SP",
"number": 65
},
"team": {
"id": "4F11A5896C24",
"name": "Houston Astros"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8A5D64542ED9",
"player": {
"id": "8A5D64542ED9",
"name": "Luis Vazquez",
"position": "SS",
"number": 12
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9F4D5C9A4B7B",
"player": {
"id": "9F4D5C9A4B7B",
"name": "Jacob Waguespack",
"position": "RP",
"number": 67
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2A2C125D3AA1B0A0",
"player": {
"id": "2A2C125D3AA1B0A0",
"name": "Christian Roa",
"position": "SP",
"number": 86
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:4BC355A2D510",
"player": {
"id": "4BC355A2D510",
"name": "Andrew Wantz",
"position": "RP",
"number": 60
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:949EC3748A54",
"player": {
"id": "949EC3748A54",
"name": "Ryan Weathers",
"position": "SP",
"number": 60
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Finger",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:536C5B302BC8",
"player": {
"id": "536C5B302BC8",
"name": "Tyler Wells",
"position": "SP",
"number": 68
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6A872A607950",
"player": {
"id": "6A872A607950",
"name": "Hayden Wesneski",
"position": "RP",
"number": 19
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:3C4AB86DE6F9",
"player": {
"id": "3C4AB86DE6F9",
"name": "Garrett Whitlock",
"position": "SP",
"number": 22
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B2D6D4AF1BDB",
"player": {
"id": "B2D6D4AF1BDB",
"name": "Spencer Turnbull",
"position": "RP",
"number": 22
},
"team": {
"id": "AFBFE3E36032",
"name": "Philadelphia Phillies"
},
"status": "60-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:DA2AEB162374",
"player": {
"id": "DA2AEB162374",
"name": "Jordan Wicks",
"position": "SP",
"number": 36
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "60-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8A320965A02F",
"player": {
"id": "8A320965A02F",
"name": "Trevor Williams",
"position": "SP",
"number": 32
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D181574A4B21",
"player": {
"id": "D181574A4B21",
"name": "Brandon Williamson",
"position": "SP",
"number": 55
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:CB0DE173AC5F",
"player": {
"id": "CB0DE173AC5F",
"name": "Cole Winn",
"position": "RP",
"number": 60
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F20F67A6E118",
"player": {
"id": "F20F67A6E118",
"name": "Alex Wood",
"position": "SP",
"number": 57
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F6257A7CE601",
"player": {
"id": "F6257A7CE601",
"name": "Yoshinobu Yamamoto",
"position": "SP",
"number": 18
},
"team": {
"id": "8E80F9DD4C5E",
"name": "Los Angeles Dodgers"
},
"status": "60-Day IL",
"type": "Triceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:741675B68051",
"player": {
"id": "741675B68051",
"name": "Keaton Winn",
"position": "RP",
"number": 67
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:861A8A451126DCDC",
"player": {
"id": "861A8A451126DCDC",
"name": "Endy Rodriguez",
"position": "C",
"number": 25
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:5ADB7A00FA0F",
"player": {
"id": "5ADB7A00FA0F",
"name": "Jose Rodriguez",
"position": null,
"number": null
},
"team": {
"id": "AFBFE3E36032",
"name": "Philadelphia Phillies"
},
"status": "Suspension",
"type": "Suspension",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6FA628A15D39DDDE",
"player": {
"id": "6FA628A15D39DDDE",
"name": "Royber Salinas",
"position": "RP",
"number": 82
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:409B845A329637AC",
"player": {
"id": "409B845A329637AC",
"name": "Franklin Sanchez",
"position": null,
"number": null
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:542AD662DF14",
"player": {
"id": "542AD662DF14",
"name": "Andrew Nardi",
"position": "RP",
"number": 43
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B0CF68CAFC74",
"player": {
"id": "B0CF68CAFC74",
"name": "Lyon Richardson",
"position": "SP",
"number": 72
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:EABE84DC1C38",
"player": {
"id": "EABE84DC1C38",
"name": "Joe Ryan",
"position": "SP",
"number": 41
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:A72C523ECC08",
"player": {
"id": "A72C523ECC08",
"name": "Michael Siani",
"position": "CF",
"number": 63
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "10-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:09B57958CE5B1169",
"player": {
"id": "09B57958CE5B1169",
"name": "Josh Simpson",
"position": "SP",
"number": 65
},
"team": {
"id": "DDBDBB162990",
"name": "Miami Marlins"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:0BC53BFC277A",
"player": {
"id": "0BC53BFC277A",
"name": "Alex Speas",
"position": null,
"number": null
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "7-Day IL",
"type": "Back",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:03E343673E4A81E6",
"player": {
"id": "03E343673E4A81E6",
"name": "Max Stassi",
"position": "C",
"number": 33
},
"team": {
"id": "97700EF0AC9B",
"name": "Chicago White Sox"
},
"status": "60-Day IL",
"type": "Hip",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D4882C1BDFE736A4",
"player": {
"id": "D4882C1BDFE736A4",
"name": "Lou Trivino",
"position": "RP",
"number": 56
},
"team": {
"id": "121EBAED4535",
"name": "New York Yankees"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8F212AEF1BA8EFBF",
"player": {
"id": "8F212AEF1BA8EFBF",
"name": "Huascar Ynoa",
"position": "SP",
"number": 19
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:811172138EDB",
"player": {
"id": "811172138EDB",
"name": "Fernando Tatis Jr.",
"position": "RF",
"number": 23
},
"team": {
"id": "51EF9899A7F5",
"name": "San Diego Padres"
},
"status": "60-Day IL",
"type": "Thigh",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:495F47F028E9",
"player": {
"id": "495F47F028E9",
"name": "Yuli Gurriel",
"position": null,
"number": null
},
"team": {
"id": "EDE73BDA9E4F",
"name": "Atlanta Braves"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:6967088CFFBE",
"player": {
"id": "6967088CFFBE",
"name": "Cristian Mena",
"position": "RP",
"number": 64
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "7-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:BC1E2FA3A5B3",
"player": {
"id": "BC1E2FA3A5B3",
"name": "Jacob Latz",
"position": "RP",
"number": 67
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:81E6A0C4BE3E",
"player": {
"id": "81E6A0C4BE3E",
"name": "Stuart Fairchild",
"position": "CF",
"number": 17
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "10-Day IL",
"type": "Thumb",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:8964EBEF84B20B47",
"player": {
"id": "8964EBEF84B20B47",
"name": "Nate Furman",
"position": "2B",
"number": null
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "60-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:D1F45CEF3017",
"player": {
"id": "D1F45CEF3017",
"name": "Rafael Devers",
"position": "3B",
"number": 11
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "Day-To-Day",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:48B694B7BED8",
"player": {
"id": "48B694B7BED8",
"name": "Jorge Mateo",
"position": "2B",
"number": 3
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:690CB251C182",
"player": {
"id": "690CB251C182",
"name": "Heston Kjerstad",
"position": "LF",
"number": 13
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "10-Day IL",
"type": "Concussion",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:F819A1F5BEC3",
"player": {
"id": "F819A1F5BEC3",
"name": "Luis Garcia",
"position": "RP",
"number": 40
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E1AA86E3BD3E",
"player": {
"id": "E1AA86E3BD3E",
"name": "Miguel Andujar",
"position": "LF",
"number": 22
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "10-Day IL",
"type": "Abdomen",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:48805399AB84",
"player": {
"id": "48805399AB84",
"name": "Wenceel Perez",
"position": "RF",
"number": 46
},
"team": {
"id": "BF57CF7C7E07",
"name": "Detroit Tigers"
},
"status": "10-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:AEA051FC90814A69",
"player": {
"id": "AEA051FC90814A69",
"name": "Daniel Federman",
"position": "P",
"number": null
},
"team": {
"id": "F146F7B07E72",
"name": "Baltimore Orioles"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:BF231F896556",
"player": {
"id": "BF231F896556",
"name": "Jake Fraley",
"position": "RF",
"number": 27
},
"team": {
"id": "F30D0B9894E1",
"name": "Cincinnati Reds"
},
"status": "10-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:02BCA5E02D74",
"player": {
"id": "02BCA5E02D74",
"name": "Jose Soriano",
"position": "SP",
"number": 59
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "15-Day IL",
"type": "Arm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:9E431D617DC4",
"player": {
"id": "9E431D617DC4",
"name": "Jordan Hicks",
"position": "SP",
"number": 12
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B0A091CA5389",
"player": {
"id": "B0A091CA5389",
"name": "Ethan Roberts",
"position": "RP",
"number": 39
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "Day-To-Day",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:12B85FE192A0",
"player": {
"id": "12B85FE192A0",
"name": "Alexander Canario",
"position": "LF",
"number": 4
},
"team": {
"id": "5045D954DFF8",
"name": "Chicago Cubs"
},
"status": "7-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:C8462052737C",
"player": {
"id": "C8462052737C",
"name": "Austin Adams",
"position": "RP",
"number": 29
},
"team": {
"id": "C4B26B4FAD20",
"name": "Oakland Athletics"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:592DB58EDD26",
"player": {
"id": "592DB58EDD26",
"name": "Lance Lynn",
"position": "SP",
"number": 31
},
"team": {
"id": "90D0F7C9AEC1",
"name": "St. Louis Cardinals"
},
"status": "15-Day IL",
"type": "Knee",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:B34804515FFE",
"player": {
"id": "B34804515FFE",
"name": "Michael Lorenzen",
"position": "SP",
"number": 24
},
"team": {
"id": "E970E2EDDCAE",
"name": "Kansas City Royals"
},
"status": "15-Day IL",
"type": "Hamstring",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:BDF5D850FC51",
"player": {
"id": "BDF5D850FC51",
"name": "Justin Topa",
"position": "RP",
"number": 48
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "60-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:BFAB4452CE779C2C",
"player": {
"id": "BFAB4452CE779C2C",
"name": "Boris Vecerka",
"position": "P",
"number": null
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "60-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:7C42B2D5162C",
"player": {
"id": "7C42B2D5162C",
"name": "Randy Rodriguez",
"position": "RP",
"number": 73
},
"team": {
"id": "806CF8213D38",
"name": "San Francisco Giants"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E288810BD7E4",
"player": {
"id": "E288810BD7E4",
"name": "Alex Cobb",
"position": "SP",
"number": 35
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "15-Day IL",
"type": "Finger",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E67F74DBACD4",
"player": {
"id": "E67F74DBACD4",
"name": "Carlos Carrasco",
"position": "SP",
"number": 59
},
"team": {
"id": "D4F7181B2181",
"name": "Cleveland Guardians"
},
"status": "15-Day IL",
"type": "Hip",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:16C82CBB5EA9",
"player": {
"id": "16C82CBB5EA9",
"name": "Justin Sterner",
"position": "RP",
"number": 65
},
"team": {
"id": "FE07CF8C473A",
"name": "Tampa Bay Rays"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:E9ACE0D94DFD",
"player": {
"id": "E9ACE0D94DFD",
"name": "Derek Law",
"position": "RP",
"number": 58
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "15-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:62C7F0354C8D",
"player": {
"id": "62C7F0354C8D",
"name": "Josh Walker",
"position": null,
"number": null
},
"team": {
"id": "98CE61698342",
"name": "Pittsburgh Pirates"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:419D8E3EC94E",
"player": {
"id": "419D8E3EC94E",
"name": "Alek Thomas",
"position": "CF",
"number": 5
},
"team": {
"id": "9CAFB55230E8",
"name": "Arizona Diamondbacks"
},
"status": "7-Day IL",
"type": "Oblique",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:EE150E72E369",
"player": {
"id": "EE150E72E369",
"name": "Lucas Sims",
"position": "RP",
"number": 39
},
"team": {
"id": "1232720C5D66",
"name": "Boston Red Sox"
},
"status": "15-Day IL",
"type": "Lat",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:802BADF063CF",
"player": {
"id": "802BADF063CF",
"name": "Joan Adon",
"position": "SP",
"number": 60
},
"team": {
"id": "99DF68AB44BE",
"name": "Washington Nationals"
},
"status": "15-Day IL",
"type": "Biceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:66BEEE59696A",
"player": {
"id": "66BEEE59696A",
"name": "Nick Mears",
"position": "RP",
"number": 25
},
"team": {
"id": "2B194AFDDF3B",
"name": "Milwaukee Brewers"
},
"status": "15-Day IL",
"type": "Forearm",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:73D600E01275",
"player": {
"id": "73D600E01275",
"name": "Chase Silseth",
"position": "SP",
"number": 63
},
"team": {
"id": "7BB3C6DB321C",
"name": "Los Angeles Angels"
},
"status": "7-Day IL",
"type": "Elbow",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:064D90E3EDAF",
"player": {
"id": "064D90E3EDAF",
"name": "Brooks Lee",
"position": "3B",
"number": 72
},
"team": {
"id": "E8C4E6927B2D",
"name": "Minnesota Twins"
},
"status": "10-Day IL",
"type": "Biceps",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:27CF042FA224",
"player": {
"id": "27CF042FA224",
"name": "Tyler Mahle",
"position": "SP",
"number": 51
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "15-Day IL",
"type": "Shoulder",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
},
{
"id": "baseball:mlb:2CF71AB0BB2B",
"player": {
"id": "2CF71AB0BB2B",
"name": "Daniel Robert",
"position": "RP",
"number": 57
},
"team": {
"id": "B85216061897",
"name": "Texas Rangers"
},
"status": "7-Day IL",
"type": "Undisclosed",
"sport": {
"id": "baseball",
"name": "Baseball"
},
"league": {
"id": "mlb",
"name": "MLB"
}
}
]
}