GET Fixtures by Multiple ID's
GET Fixtures by Multiple ID's
GET Fixtures by Multiple ID'shttps://soccer.sportmonks.com/api/v2.0/fixtures/multi/{ID_LIST}Parameters
Include options
IncludesExample response
https://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
}
]Last updated
Was this helpful?