get
https://api.opticodds.com/api/v3/injuries/predictions
Description
Get a list of currently active injuries.
Supported leagues: NFL.
Specific Parameter Information
For a full list of parameters, scroll to the bottom of this page.
You must pass at least one league or team_id.
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/predictions?league=NFL
{
"player": {
"id": "ED6B56F1C254",
"name": "Jack Jones",
"position": "CB",
"number": 23,
"numerical_id": 2850,
"base_id": 2854
},
"team": {
"id": "8380A12E67FE",
"name": "Miami Dolphins",
"numerical_id": 102,
"base_id": 100
},
"data": {
"predicted_status": "healthy",
"total_games": 24,
"games_with_player": 23,
"games_without_player": 1,
"wins_with_player": 7,
"wins_without_player": 0,
"win_rate_with_player": 0.32,
"win_rate_without_player": 0.3333333333333333,
"win_rate_improvement": -0.013333333333333308,
"point_diff_with_player": -3.739130434782609,
"point_diff_without_player": -5.0,
"point_diff_improvement": 1.2608695652173911,
"point_diff_with_player_on_wins": 12.571428571428571,
"point_diff_with_player_on_losses": -10.875,
"point_diff_without_player_on_wins": 0.0,
"point_diff_without_player_on_losses": -5.0,
"player_impact_score": -0.07246376811593969
},
"sport": {
"id": "football",
"name": "Football",
"numerical_id": 9
},
"league": {
"id": "nfl",
"name": "NFL",
"numerical_id": 367
}
},
{
"player": {
"id": "35532C2D7F92",
"name": "KaVontae Turpin",
"position": "WR",
"number": 9,
"numerical_id": 3404,
"base_id": 3408
},
"team": {
"id": "0BDD5205ECCB",
"name": "Dallas Cowboys",
"numerical_id": 91,
"base_id": 89
},
"data": {
"predicted_status": "healthy",
"total_games": 51,
"games_with_player": 48,
"games_without_player": 3,
"wins_with_player": 28,
"wins_without_player": 3,
"win_rate_with_player": 0.58,
"win_rate_without_player": 0.8,
"win_rate_improvement": -0.22000000000000008,
"point_diff_with_player": 2.7916666666666665,
"point_diff_without_player": 22.333333333333332,
"point_diff_improvement": -19.541666666666664,
"point_diff_with_player_on_wins": 15.535714285714286,
"point_diff_with_player_on_losses": -15.05,
"point_diff_without_player_on_wins": 22.333333333333332,
"point_diff_without_player_on_losses": 0.0,
"player_impact_score": -41.54166666666667
},
"sport": {
"id": "football",
"name": "Football",
"numerical_id": 9
},
"league": {
"id": "nfl",
"name": "NFL",
"numerical_id": 367
}
},
{
"player": {
"id": "C4FFB1C0696C",
"name": "Isaiah Pola-Mao",
"position": "S",
"number": 20,
"numerical_id": 2820,
"base_id": 2824
},
"team": {
"id": "A715F8199801",
"name": "Las Vegas Raiders",
"numerical_id": 99,
"base_id": 97
},
"data": {
"predicted_status": "healthy",
"total_games": 50,
"games_with_player": 42,
"games_without_player": 8,
"wins_with_player": 16,
"wins_without_player": 2,
"win_rate_with_player": 0.38636363636363635,
"win_rate_without_player": 0.3,
"win_rate_improvement": 0.08636363636363636,
"point_diff_with_player": -2.9523809523809526,
"point_diff_without_player": -2.25,
"point_diff_improvement": -0.7023809523809526,
"point_diff_with_player_on_wins": 9.375,
"point_diff_with_player_on_losses": -10.538461538461538,
"point_diff_without_player_on_wins": 13.5,
"point_diff_without_player_on_losses": -7.5,
"player_impact_score": 7.933982683982684
},
"sport": {
"id": "football",
"name": "Football",
"numerical_id": 9
},
"league": {
"id": "nfl",
"name": "NFL",
"numerical_id": 367
}
}
],
"page": 1,
"total_pages": 19
}