mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
data: update matches 10-11 results and stats (NED 2-2 JPN, CIV 1-0 ECU)
This commit is contained in:
parent
d5a9dadc5d
commit
3e9a60bb9e
2 changed files with 17 additions and 7 deletions
|
|
@ -100,15 +100,25 @@
|
|||
},
|
||||
{
|
||||
"matchId": 10,
|
||||
"homeScore": null,
|
||||
"awayScore": null,
|
||||
"status": "scheduled"
|
||||
"homeScore": 2,
|
||||
"awayScore": 2,
|
||||
"status": "finished",
|
||||
"stats": {
|
||||
"possession": { "home": 60, "away": 40 },
|
||||
"shots": { "home": 10, "away": 10 },
|
||||
"cards": { "home": 3, "away": 0 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchId": 11,
|
||||
"homeScore": null,
|
||||
"awayScore": null,
|
||||
"status": "scheduled"
|
||||
"homeScore": 1,
|
||||
"awayScore": 0,
|
||||
"status": "finished",
|
||||
"stats": {
|
||||
"possession": { "home": 48, "away": 52 },
|
||||
"shots": { "home": 13, "away": 11 },
|
||||
"cards": { "home": 3, "away": 1 }
|
||||
}
|
||||
},
|
||||
{
|
||||
"matchId": 12,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue