feat(v2): add BCL snapshot extractor and command

This commit is contained in:
Alfredo Di Stasio
2026-03-13 14:32:21 +01:00
parent 97913c4a79
commit 5df973467d
9 changed files with 357 additions and 1 deletions

View File

@ -0,0 +1,32 @@
{
"data": [
{
"player": {
"id": "bcl-player-42",
"name": "John Carter",
"first_name": "John",
"last_name": "Carter",
"birth_date": "1999-07-14",
"nationality": "US",
"height_cm": 198,
"weight_kg": 95,
"position": "SF"
},
"team": {
"id": "bcl-team-murcia",
"name": "UCAM Murcia"
},
"gp": 12,
"mpg": 29.1,
"ppg": 16.4,
"rpg": 5.8,
"apg": 2.7,
"spg": 1.5,
"bpg": 0.6,
"tov": 2.3,
"fg_pct": 48.1,
"three_pct": 37.2,
"ft_pct": 81.4
}
]
}