26 lines
425 B
JSON
26 lines
425 B
JSON
{
|
|
"data": [
|
|
{
|
|
"player": {
|
|
"id": "bcl-player-99",
|
|
"name": "Alex Novak"
|
|
},
|
|
"team": {
|
|
"id": "bcl-team-tenerife",
|
|
"name": "Lenovo Tenerife"
|
|
},
|
|
"gp": 10,
|
|
"mpg": 27.2,
|
|
"ppg": 14.8,
|
|
"rpg": 4.1,
|
|
"apg": 3.3,
|
|
"spg": 1.2,
|
|
"bpg": 0.4,
|
|
"tov": 2.0,
|
|
"fg_pct": 47.3,
|
|
"three_pct": 38.0,
|
|
"ft_pct": 79.1
|
|
}
|
|
]
|
|
}
|