curl --location --request GET 'https://api.esportsdata.cc/sport/api/v3/stats/201/series?series_id=13144' \
--header 'app_id;' \
--header 'app_secret;'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 201,
"series_id": 10880,
"team_stats": [
{
"team_id": 3034,
"scope": 6,
"matches": 13,
"points": 1429,
"points_against": 1456,
"two_points_scored": 362,
"two_points_total": 729,
"two_points_accuracy": "50",
"three_points_scored": 155,
"three_points_total": 413,
"three_points_accuracy": "37",
"field_goals_scored": 517,
"field_goals_total": 1142,
"field_goals_accuracy": "45",
"free_throws_scored": 240,
"free_throws_total": 317,
"free_throws_accuracy": "75",
"total_fouls": 232,
"rebounds": 557,
"defensive_rebounds": 382,
"offensive_rebounds": 175,
"assists": 293,
"turnovers": 134,
"steals": 74,
"blocks": 70
},
{
"team_id": 3035,
"scope": 5,
"matches": 82,
"points": 9481,
"points_against": 9212,
"two_points_scored": 2437,
"two_points_total": 4390,
"two_points_accuracy": "56",
"three_points_scored": 1036,
"three_points_total": 2719,
"three_points_accuracy": "38",
"field_goals_scored": 3473,
"field_goals_total": 7109,
"field_goals_accuracy": "48",
"free_throws_scored": 1499,
"free_throws_total": 1817,
"free_throws_accuracy": "82",
"total_fouls": 1519,
"rebounds": 3523,
"defensive_rebounds": 2701,
"offensive_rebounds": 822,
"assists": 2097,
"turnovers": 1002,
"steals": 641,
"blocks": 413
}
],
"player_stats": [
{
"player_id": 1866,
"team_id": 3137,
"scope": 7,
"matches": 1,
"first": 1,
"court": 1,
"minutes_played": 41,
"point": 25,
"free_throws_scored": 3,
"free_throws_total": 3,
"free_throws_accuracy": "100",
"two_points_scored": 5,
"two_points_total": 13,
"two_points_accuracy": "38",
"three_points_scored": 4,
"three_points_total": 14,
"three_points_accuracy": "28",
"field_goals_scored": 9,
"field_goals_total": 27,
"field_goals_accuracy": "33",
"rebounds": 2,
"defensive_rebounds": 2,
"offensive_rebounds": 0,
"assists": 9,
"turnovers": 5,
"steals": 0,
"blocks": 0,
"personal_fouls": 1
},
{
"player_id": 1866,
"team_id": 3137,
"scope": 6,
"matches": 6,
"first": 6,
"court": 6,
"minutes_played": 218,
"point": 108,
"free_throws_scored": 13,
"free_throws_total": 14,
"free_throws_accuracy": "92",
"two_points_scored": 19,
"two_points_total": 43,
"two_points_accuracy": "44",
"three_points_scored": 19,
"three_points_total": 52,
"three_points_accuracy": "36",
"field_goals_scored": 38,
"field_goals_total": 95,
"field_goals_accuracy": "40",
"rebounds": 28,
"defensive_rebounds": 27,
"offensive_rebounds": 1,
"assists": 36,
"turnovers": 19,
"steals": 2,
"blocks": 0,
"personal_fouls": 10
}
]
}
],
"total": 1
},
"msg": "success"
}