GET Deleted Fixtures
GET Deleted Fixtures
GET Deleted Fixtureshttps://soccer.sportmonks.com/api/v2.0/fixtures/deletedExample response
https://soccer.sportmonks.com/api/v2.0/fixtures/deleted?api_token={API_TOKEN}{ "data": [
{
"id": 18546759,
"league_id": 2451,
"season_id": 19259,
"time": {
"status": "Deleted",
"starting_at": {
"date_time": "2022-07-02 13:00:00",
"date": "2022-07-02",
"time": "13:00:00",
"timestamp": 1656766800,
"timezone": "UTC"
}
},
"deleted": true,
"updated_at": "2022-07-12T14:55:07.000000Z"
},
{
"id": 18546749,
"league_id": 2451,
"season_id": 19259,
"time": {
"status": "Deleted",
"starting_at": {
"date_time": "2022-07-02 12:00:00",
"date": "2022-07-02",
"time": "12:00:00",
"timestamp": 1656763200,
"timezone": "UTC"
}
},
"deleted": true,
"updated_at": "2022-07-12T22:03:10.000000Z"
},
{
"id": 18546739,
"league_id": 2451,
"season_id": 19259,
"time": {
"status": "Deleted",
"starting_at": {
"date_time": "2022-07-02 08:30:00",
"date": "2022-07-02",
"time": "08:30:00",
"timestamp": 1656750600,
"timezone": "UTC"
}
},
"deleted": true,
"updated_at": "2022-07-13T10:21:06.000000Z"
},Last updated
Was this helpful?