How-to keep your database in SYNC
https://api.sportmonks.com/v3/football/fixtures/date/2022-09-03?api_token=YOUR_TOKEN{
"data": [
{
"id": 18528309,
"sport_id": 1,
"league_id": 743,
"season_id": 19684,
"stage_id": 77457688,
"group_id": null,
"aggregate_id": null,
"round_id": 273906,
"state_id": 5,
"venue_id": 2315,
"name": "Necaxa vs LeΓ³n",
"starting_at": "2022-09-03 00:00:00",
"result_info": "LeΓ³n won after full-time.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"last_processed_at": "2023-03-02 17:48:14",
"has_odds": true,
"starting_at_timestamp": 1662163200
},
{
"id": 18573151,
"sport_id": 1,
"league_id": 2034,
"season_id": 19430,
"stage_id": 77456822,
"group_id": null,
"aggregate_id": null,
"round_id": 278917,
"state_id": 5,
"venue_id": null,
"name": "Mario Mendez vs PanamΓ‘ Oeste",
"starting_at": "2022-09-03 00:00:00",
"result_info": "Game ended in draw.",
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"last_processed_at": "2023-02-06 16:01:12",
"has_odds": true,
"starting_at_timestamp": 1662163200
},
//And morehttps://api.sportmonks.com/v3/football/fixtures/date/2022-09-03?api_token=YOUR_TOKEN&filters=deleted&include=state{
"data": [
{
"id": 18454901,
"sport_id": 1,
"league_id": 764,
"season_id": 19267,
"stage_id": 77456294,
"group_id": null,
"aggregate_id": null,
"round_id": 265310,
"state_id": 20,
"venue_id": null,
"name": "UTC Cajamarca vs Alianza AtlΓ©tico",
"home_score": null,
"away_score": null,
"starting_at": "2022-09-03 22:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"last_processed_at": null,
"starting_at_timestamp": 1662242400,
"state": {
"id": 20,
"state": "DELETED",
"name": "Deleted",
"short_name": "DEL",
"developer_name": "DELETED",
"is_live": false,
"is_pending": false,
"is_period_end": false,
"is_final_state": false,
"is_cancelled": false,
"is_final_standing_state": false,
"is_completed": false,
"type_id": null,
"is_deleted": true,
"is_notstarted": false,
"sections_active": false
}
},
{
"id": 18454902,
"sport_id": 1,
"league_id": 764,
"season_id": 19267,
"stage_id": 77456294,
"group_id": null,
"aggregate_id": null,
"round_id": 265310,
"state_id": 20,
"venue_id": null,
"name": "Deportivo Municipal vs Real Garcilaso",
"home_score": null,
"away_score": null,
"starting_at": "2022-09-03 22:00:00",
"result_info": null,
"leg": "1/1",
"details": null,
"length": 90,
"placeholder": false,
"last_processed_at": null,
"starting_at_timestamp": 1662242400,
"state": {
"id": 20,
"state": "DELETED",
"name": "Deleted",
"short_name": "DEL",
"developer_name": "DELETED",
"is_live": false,
"is_pending": false,
"is_period_end": false,
"is_final_state": false,
"is_cancelled": false,
"is_final_standing_state": false,
"is_completed": false,
"type_id": null,
"is_deleted": true,
"is_notstarted": false,
"sections_active": false
}
},
// And More Last updated
Was this helpful?