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
{
"data": [
{
"player": {
"id": "82DCACBB69A2",
"name": "Jermaine Eluemunor",
"position": "OL",
"number": 72,
"numerical_id": 3112,
"base_id": 3116
},
"team": {
"id": "ACC49FC634EE",
"name": "New York Giants",
"numerical_id": 106,
"base_id": 104
},
"data": {
"total_games": 68,
"games_with_player": 47,
"games_without_player": 21,
"wins_with_player": 23,
"wins_without_player": 5,
"win_rate_with_player": 0.489795918367347,
"win_rate_without_player": 0.260869565217391,
"win_rate_improvement": 0.228926353149956,
"point_diff_with_player": -1.04255319148936,
"point_diff_without_player": -7.76190476190476,
"point_diff_improvement": 6.7193515704154,
"point_diff_with_player_on_wins": 8.69565217391304,
"point_diff_with_player_on_losses": -10.375,
"point_diff_without_player_on_wins": 6.2,
"point_diff_without_player_on_losses": -12.125,
"player_impact_score": 29.611986885411
},
"sport": {
"id": "football",
"name": "Football",
"numerical_id": 9
},
"league": {
"id": "nfl",
"name": "NFL",
"numerical_id": 367
}
},
{
"player": {
"id": "823CF3DEFECD",
"name": "Trey Palmer",
"position": "WR",
"number": 17,
"numerical_id": 4594,
"base_id": 4599
},
"team": {
"id": "E94C20E042D9",
"name": "New Orleans Saints",
"numerical_id": 105,
"base_id": 103
},
"data": {
"total_games": 34,
"games_with_player": 32,
"games_without_player": 2,
"wins_with_player": 18,
"wins_without_player": 1,
"win_rate_with_player": 0.558823529411765,
"win_rate_without_player": 0.5,
"win_rate_improvement": 0.0588235294117647,
"point_diff_with_player": 3.8125,
"point_diff_without_player": 9,
"point_diff_improvement": -5.1875,
"point_diff_with_player_on_wins": 13.1111111111111,
"point_diff_with_player_on_losses": -8.14285714285714,
"point_diff_without_player_on_wins": 24,
"point_diff_without_player_on_losses": -6,
"player_impact_score": 0.694852941176472
},
"sport": {
"id": "football",
"name": "Football",
"numerical_id": 9
},
"league": {
"id": "nfl",
"name": "NFL",
"numerical_id": 367
}
},
],
"page": 1,
"total_pages": 19
}