33 lines
622 B
JSON
33 lines
622 B
JSON
{
|
|
"data": [
|
|
{
|
|
"player": {
|
|
"id": "p-001",
|
|
"name": "Marco Rossi",
|
|
"first_name": "Marco",
|
|
"last_name": "Rossi",
|
|
"birth_date": "2000-01-05",
|
|
"nationality": "IT",
|
|
"height_cm": 190,
|
|
"weight_kg": 84,
|
|
"position": "PG"
|
|
},
|
|
"team": {
|
|
"id": "team-virtus-bologna",
|
|
"name": "Virtus Bologna"
|
|
},
|
|
"gp": 20,
|
|
"mpg": 28.3,
|
|
"ppg": 15.8,
|
|
"rpg": 3.4,
|
|
"apg": 5.9,
|
|
"spg": 1.4,
|
|
"bpg": 0.2,
|
|
"tov": 2.1,
|
|
"fg_pct": 47.6,
|
|
"three_pct": 36.5,
|
|
"ft_pct": 84.2
|
|
}
|
|
]
|
|
}
|