Ejemplo de fuentes JSON
[
{
"id": 47222,
"player": {
"id": "PHIL-FODEN",
"name": "Phil Foden",
"gender": "male",
"position": "midfielder"
},
"teams": [
{
"id": "MANCHESTER-CITY",
"name": "Manchester City",
"type": "club",
"gender": "male"
}
],
"reason": {
"id": 80,
"type": "suspension",
"name": "Yellow cards"
},
"format": "matches",
"remaining_match_count": 1,
"match_count": 1,
"matches": [
{
"id": 1458841,
"competition": {
"id": "ENG_1",
"name": "Premier League",
"gender": "male",
"country": {
"id": "ENG",
"name": "England"
}
},
"teams": [
{
"id": "MANCHESTER-CITY",
"side": "home",
"name": "Manchester City",
"type": "club",
"gender": "male"
},
{
"id": "SOUTHAMPTON",
"side": "away",
"name": "Southampton",
"type": "club",
"gender": "male"
}
],
"start": "2024-09-28T16:30:00Z",
"status": "started"
}
],
"updated_at": "2024-09-28T14:54:56Z",
"is_deleted": false
}
]
Puedes consultar nuestra documentación completa aquí mismo.