GET Deleted Fixtures
GET
Deleted Fixtures
GET
Deleted Fixtureshttps://soccer.sportmonks.com/api/v2.0/fixtures/deleted
Endpoint details | |
Authorization | API Key |
Pagination | NO |
This endpoint is sorted by id descending. By adding a from_id to the API request, you will only receive deleted fixtures with a higher id than the one given.
Example 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"
},
Field | Description |
| Opens an array of data you've requested |
| A unique fixture id |
| The unique id of the league the fixture belongs to |
| The unique id of the season the fixture belongs to |
| The unique id of the stage the fixture belongs to |
| The unique id of the round the fixture belongs to |
| The unique id of the group the fixture belongs to |
| Indicates if the fixture has an aggregated score |
| The unique id of the venue the fixture is played at |
| The unique id of the referee that is in charge of the fixture |
| The unique id of the local team |
| The unique id of the visitor team |
| Contains the id of the team that won the fixture |
| Opens an array of weather details. Possible values of the data in this array can be found in our statuses and definitions |
| Indicates if this fixture has commentaries available |
| Give information about the visitor attendance of the fixture |
| Gives information about the pitch. Possible values can be found in our statuses and definitions |
| Optional additional information. |
| Indicates if the fixture was played at a neutral fixture. This often happens in cup finals |
| Opens an array containing the lineup formations of the teams. Possible values can be found in our statuses and definitions |
| Opens an array containing the scores of the fixture |
| The number of goals the local team has scored in this fixture |
| The number of goals the visitor team has scored in this fixture |
| The number of penalty goals the local team has scored in this fixture (only available when the fixture goes into penalty shootout) |
| The number of penalty goals the visitor team has scored in this fixture (only available when the fixture goes into penalty shootout) |
| The score at halftime |
| The score at full time (90 minutes) |
| The score in extra time (only available when the fixture goes into extra time) |
| The score of the penalty shootout (only available when the fixture goes into penalty shootout) |
| Opens an array containing the time details of the fixture |
| Indicates in which phase the fixture is in. Possible values can be found in our statuses and definitions |
| Opens an array containing the time details of the fixture |
| Gives the date and time the fixture starts |
| Gives the date on which the fixture is played |
| Gives the starting time of the fixture |
| The timestamp notation of the match |
| Indicates in which timezone you've requested the data |
| Indicates in which minute the fixture is in |
| Indicates in which second the fixture is in |
| Indicates how much added time is added |
| Extra minute is when a fixture goes to extra time. Extra_minute will count from 0 to 15 and from 15 to 30. |
| In case of added time, it will end up in injury_minute |
| Opens an array containing the unique id's of the coaches |
| The unique id of the coach from the local team |
| The unique id of the coach from the visitor team |
| Opens an array containing the standings of the local- and visitor team |
| Indicates in which positions the local team is before the fixture |
| Indicates in which positions the visitor team is before the fixture |
| Opens an array containing the unique id's of the assistant referees |
| The unique id of the first assistant |
| The unique id of the second assistant |
| The unique id of the fourth official |
| Indicates in how many legs this fixture is played |
| Opens an array containing information about the team colors |
| Opens an array containing information about the local team colors |
| The main color code of the local team |
| The kit color codes of the local team |
| Opens an array containing information about the visitor team colors |
| The main color code of the visitor team |
| The kit color codes of the local team |
| Indicates if the team was deleted. More information: Keep in Sync |
| This property indicates if the resource is used to display dummy data. The false of this property will always be a |
Last updated