GET Fixture by IDhttps://soccer.sportmonks.com/api/v2.0/fixtures/{ID}https://soccer.sportmonks.com/api/v2.0/fixtures/16475287?api_token={API_TOKEN} "data": [
{
"id": 16475287,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"round_id": 194968,
"group_id": null,
"aggregate_id": null,
"venue_id": 8909,
"referee_id": 14859,
"localteam_id": 53,
"visitorteam_id": 338,
"winner_team_id": 53,
"weather_report": {
"code": "clouds",
"type": "few clouds",
"icon": "https://cdn.sportmonks.com/images/weather/02d.png",
"temperature": {
"temp": 59.94,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 15.5,
"unit": "celcius"
},
"clouds": "20%",
"humidity": "67%",
"pressure": 1014,
"wind": {
"speed": "10.29 m/s",
"degree": 300
},
"coordinates": {
"lat": 55.87,
"lon": -4.26
},
"updated_at": "2020-08-02T17:15:04.814798Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": "4-2-3-1",
"visitorteam_formation": "4-4-2"
},
"scores": {
"localteam_score": 5,
"visitorteam_score": 1,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "2-1",
"ft_score": "5-1",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2020-08-02 15:30:00",
"date": "2020-08-02",
"time": "15:30:00",
"timestamp": 1596382200,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 1467946,
"visitorteam_coach_id": 30082158
},
"standings": {
"localteam_position": 1,
"visitorteam_position": 12
},
"assistants": {
"first_assistant_id": 12118,
"second_assistant_id": 17249,
"fourth_official_id": 15815
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#007848",
"kit_colors": "#F0F0F0,#139343,#5B0623,#0A0A0A,#5C8FAE,#FFDF1B,#F0F0F0"
},
"visitorteam": {
"color": "#0046A8",
"kit_colors": "#0046A8,#0046A8,#0046A8,#0046A8,#C40010,#0046A8,#0046A8"
}
},
"deleted": false,
"is_placeholder": false,
}
],To help you keep your data in sync we have implemented an endpoint that returns you all the games that have received updates within 2 hours ago. this will also imply games that have an updated lineup,
GET Last Updated Fixtureshttps://soccer.sportmonks.com/api/v2.0/fixtures/updateshttps://soccer.sportmonks.com/api/v2.0/fixtures/updates?api_token={API_TOKEN}"data": [
{
"id": 16475287,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"round_id": 194968,
"group_id": null,
"aggregate_id": null,
"venue_id": 8909,
"referee_id": 14859,
"localteam_id": 53,
"visitorteam_id": 338,
"winner_team_id": 53,
"weather_report": {
"code": "clouds",
"type": "few clouds",
"icon": "https://cdn.sportmonks.com/images/weather/02d.png",
"temperature": {
"temp": 59.94,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 15.5,
"unit": "celcius"
},
"clouds": "20%",
"humidity": "67%",
"pressure": 1014,
"wind": {
"speed": "10.29 m/s",
"degree": 300
},
"coordinates": {
"lat": 55.87,
"lon": -4.26
},
"updated_at": "2020-08-02T17:15:04.814798Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": "4-2-3-1",
"visitorteam_formation": "4-4-2"
},
"scores": {
"localteam_score": 5,
"visitorteam_score": 1,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "2-1",
"ft_score": "5-1",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2020-08-02 15:30:00",
"date": "2020-08-02",
"time": "15:30:00",
"timestamp": 1596382200,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 1467946,
"visitorteam_coach_id": 30082158
},
"standings": {
"localteam_position": 1,
"visitorteam_position": 12
},
"assistants": {
"first_assistant_id": 12118,
"second_assistant_id": 17249,
"fourth_official_id": 15815
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#007848",
"kit_colors": "#F0F0F0,#139343,#5B0623,#0A0A0A,#5C8FAE,#FFDF1B,#F0F0F0"
},
"visitorteam": {
"color": "#0046A8",
"kit_colors": "#0046A8,#0046A8,#0046A8,#0046A8,#C40010,#0046A8,#0046A8"
}
},
"deleted": false,
"is_placeholder": false,
}
]GET Fixtures by Datehttps://soccer.sportmonks.com/api/v2.0/fixtures/date/{date}https://soccer.sportmonks.com/api/v2.0/fixtures/date/2021-08-04?api_token={API_TOKEN}"data": [
{
"id": 17893546,
"league_id": 699,
"season_id": 18166,
"stage_id": 77452627,
"round_id": 239455,
"group_id": null,
"aggregate_id": null,
"venue_id": 5345,
"referee_id": null,
"localteam_id": 15341,
"visitorteam_id": 254167,
"winner_team_id": 15341,
"weather_report": {
"code": "clouds",
"type": "broken clouds",
"icon": "https://cdn.sportmonks.com/images/weather/04n.png",
"temperature": {
"temp": 50.95,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 10.5,
"unit": "celcius"
},
"clouds": "57%",
"humidity": "68%",
"pressure": 1020,
"wind": {
"speed": "4.72 m/s",
"degree": 117
},
"coordinates": {
"lat": -0.2299,
"lon": -78.5249
},
"updated_at": "2021-08-04T01:45:02.268709Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 2,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "0-0",
"ft_score": "2-0",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2021-08-04 00:00:00",
"date": "2021-08-04",
"time": "00:00:00",
"timestamp": 1628035200,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 37437835,
"visitorteam_coach_id": null
},
"standings": {
"localteam_position": 7,
"visitorteam_position": 4
},
"assistants": {
"first_assistant_id": null,
"second_assistant_id": null,
"fourth_official_id": null
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#F0F0F0",
"kit_colors": "#F0F0F0,#F0F0F0,#007848,#F0F0F0,#FF0000,#0000FF,#F0F0F0"
},
"visitorteam": {
"color": "#0046A8",
"kit_colors": "#F0F0F0,#0046A8,#0046A8,#0046A8,#C40010,#0046A8,#0A0A0A"
}
},
"deleted": false,
"is_placeholder": false
},tvstationshighlightsroundstagerefereevenueoddsinplayOddsflatOddslocalCoachvisitorCoachgrouptrendsfirstAssistantsecondAssistantfourthOfficialstatsshootoutleaguestatsprobabilityvaluebetnewshttps://soccer.sportmonks.com/api/v2.0/fixtures/between/2021-08-04/2021-08-11?api_token={API_TOKEN} "data": [
{
"id": 17893546,
"league_id": 699,
"season_id": 18166,
"stage_id": 77452627,
"round_id": 239455,
"group_id": null,
"aggregate_id": null,
"venue_id": 5345,
"referee_id": null,
"localteam_id": 15341,
"visitorteam_id": 254167,
"winner_team_id": 15341,
"weather_report": {
"code": "clouds",
"type": "broken clouds",
"icon": "https://cdn.sportmonks.com/images/weather/04n.png",
"temperature": {
"temp": 50.95,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 10.5,
"unit": "celcius"
},
"clouds": "57%",
"humidity": "68%",
"pressure": 1020,
"wind": {
"speed": "4.72 m/s",
"degree": 117
},
"coordinates": {
"lat": -0.2299,
"lon": -78.5249
},
"updated_at": "2021-08-04T01:45:02.268709Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 2,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "0-0",
"ft_score": "2-0",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2021-08-04 00:00:00",
"date": "2021-08-04",
"time": "00:00:00",
"timestamp": 1628035200,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 37437835,
"visitorteam_coach_id": null
},
"standings": {
"localteam_position": 7,
"visitorteam_position": 4
},
"assistants": {
"first_assistant_id": null,
"second_assistant_id": null,
"fourth_official_id": null
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#F0F0F0",
"kit_colors": "#F0F0F0,#F0F0F0,#007848,#F0F0F0,#FF0000,#0000FF,#F0F0F0"
},
"visitorteam": {
"color": "#0046A8",
"kit_colors": "#F0F0F0,#0046A8,#0046A8,#0046A8,#C40010,#0046A8,#0A0A0A"
}
},
"deleted": false,
"is_placeholder": false
},tvstationshighlightsroundstagerefereevenueoddsinplayOddsflatOddslocalCoachvisitorCoachgrouptrendsfirstAssistantsecondAssistantfourthOfficialstatsshootoutleaguestatsprobabilityvaluebetnewshttps://soccer.sportmonks.com/api/v2.0/fixtures/between/2021-08-04/2021-09-04/9?api_token={API_TOKEN} "data": [
{
"id": 18125073,
"league_id": 23,
"season_id": 18344,
"stage_id": null,
"round_id": null,
"group_id": null,
"aggregate_id": null,
"venue_id": 1315,
"referee_id": 15294,
"localteam_id": 42,
"visitorteam_id": 9,
"winner_team_id": null,
"weather_report": null,
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": false,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 0,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": null,
"ft_score": null,
"et_score": null,
"ps_score": null
},
"time": {
"status": "NS",
"starting_at": {
"date_time": "2021-08-07 16:15:00",
"date": "2021-08-07",
"time": "16:15:00",
"timestamp": 1628352900,
"timezone": "UTC"
},
"minute": null,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 896460,
"visitorteam_coach_id": 455361
},
"standings": {
"localteam_position": 1,
"visitorteam_position": 2
},
"assistants": {
"first_assistant_id": 12090,
"second_assistant_id": 12096,
"fourth_official_id": 14814
},
"leg": "1/1",
"colors": null,
"deleted": false,
"is_placeholder": false
},
{
"id": 18138611,
"league_id": 8,
"season_id": 18378,
"stage_id": 77453700,
"round_id": 247583,
"group_id": null,
"aggregate_id": null,
"venue_id": 281313,
"referee_id": null,
"localteam_id": 6,
"visitorteam_id": 9,
"winner_team_id": null,
"weather_report": null,
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": false,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 0,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": null,
"ft_score": null,
"et_score": null,
"ps_score": null
},
"time": {
"status": "NS",
"starting_at": {
"date_time": "2021-08-15 15:30:00",
"date": "2021-08-15",
"time": "15:30:00",
"timestamp": 1629041400,
"timezone": "UTC"
},
"minute": null,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": null,
"visitorteam_coach_id": null
},
"standings": {
"localteam_position": null,
"visitorteam_position": null
},
"assistants": {
"first_assistant_id": null,
"second_assistant_id": null,
"fourth_official_id": null
},
"leg": "1/1",
"colors": null,
"deleted": false,
"is_placeholder": false
},tvstationshighlightsroundstagerefereevenueoddsinplayOddsflatOddslocalCoachvisitorCoachgrouptrendsfirstAssistantsecondAssistantfourthOfficialstatsshootoutleaguestatsprobabilityvaluebetnewshttps://soccer.sportmonks.com/api/v2.0/fixtures/multi/18327319,18201934&api_token={API_TOKEN}"data": [
{
"id": 18201934,
"league_id": 749,
"season_id": 18528,
"stage_id": 77454185,
"round_id": 251880,
"group_id": null,
"aggregate_id": null,
"venue_id": 9175,
"referee_id": 65998,
"localteam_id": 15553,
"visitorteam_id": 8329,
"winner_team_id": 8329,
"weather_report": {
"code": "clouds",
"type": "overcast clouds",
"icon": "https://cdn.sportmonks.com/images/weather/04n.png",
"temperature": {
"temp": 66,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 18.9,
"unit": "celcius"
},
"clouds": "100%",
"humidity": "88%",
"pressure": 1016,
"wind": {
"speed": "3.67 m/s",
"degree": 340
},
"coordinates": {
"lat": 17.05,
"lon": -96.7167
},
"updated_at": "2021-08-04T01:45:02.779796Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 0,
"visitorteam_score": 1,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "0-1",
"ft_score": "0-1",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2021-08-04 00:05:00",
"date": "2021-08-04",
"time": "00:05:00",
"timestamp": 1628035500,
"timezone": "UTC"
},
"minute": 90,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": 36084482,
"visitorteam_coach_id": 251906
},
"standings": {
"localteam_position": 9,
"visitorteam_position": 10
},
"assistants": {
"first_assistant_id": 66356,
"second_assistant_id": 66236,
"fourth_official_id": 69284
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#002B87",
"kit_colors": "#002B87,#002B87,#002B87,#002B87,#C40010,#0046A8,#002B87"
},
"visitorteam": {
"color": "#F0F0F0",
"kit_colors": "#F0F0F0,#F0F0F0,#022857,#022857,#C40010,#0046A8,#F0F0F0"
}
},
"deleted": false,
"is_placeholder": false
},
{
"id": 18327319,
"league_id": 1827,
"season_id": 17041,
"stage_id": null,
"round_id": null,
"group_id": null,
"aggregate_id": null,
"venue_id": null,
"referee_id": null,
"localteam_id": 252335,
"visitorteam_id": 251861,
"winner_team_id": null,
"weather_report": null,
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": false,
"formations": {
"localteam_formation": null,
"visitorteam_formation": null
},
"scores": {
"localteam_score": 0,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": null,
"ft_score": null,
"et_score": null,
"ps_score": null
},
"time": {
"status": "NS",
"starting_at": {
"date_time": "2021-08-04 00:00:00",
"date": "2021-08-04",
"time": "00:00:00",
"timestamp": 1628035200,
"timezone": "UTC"
},
"minute": null,
"second": null,
"added_time": null,
"extra_minute": null,
"injury_time": null
},
"coaches": {
"localteam_coach_id": null,
"visitorteam_coach_id": null
},
"standings": {
"localteam_position": null,
"visitorteam_position": null
},
"assistants": {
"first_assistant_id": null,
"second_assistant_id": null,
"fourth_official_id": null
},
"leg": "1/1",
"colors": null,
"deleted": false,
"is_placeholder": false
}
]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"
},