GET Head 2 Head by Team IDs
Get Head2Head by Team IDs
Get Head2Head by Team IDshttps://soccer.sportmonks.com/api/v2.0/head2head/{team_ID}/{team_ID}Parameters
Include options
IncludesExample Response
https://soccer.sportmonks.com/api/v2.0/head2head/338/53?api_token={API_TOKEN} "data": [
{
"id": 16475434,
"league_id": 501,
"season_id": 17141,
"stage_id": 77447501,
"round_id": 194993,
"group_id": null,
"aggregate_id": null,
"venue_id": 8909,
"referee_id": 17250,
"localteam_id": 53,
"visitorteam_id": 338,
"winner_team_id": 53,
"weather_report": {
"code": "clouds",
"type": "broken clouds",
"icon": "https://cdn.sportmonks.com/images/weather/04n.png",
"temperature": {
"temp": 37.35,
"unit": "fahrenheit"
},
"temperature_celcius": {
"temp": 3,
"unit": "celcius"
},
"clouds": "75%",
"humidity": "93%",
"pressure": 1010,
"wind": {
"speed": "11.5 m/s",
"degree": 70
},
"coordinates": {
"lat": 55.8652,
"lon": -4.2576
},
"updated_at": "2021-01-27T21:30:20.055902Z"
},
"commentaries": false,
"attendance": null,
"pitch": null,
"details": null,
"neutral_venue": false,
"winning_odds_calculated": true,
"formations": {
"localteam_formation": "4-4-2",
"visitorteam_formation": "3-4-1-2"
},
"scores": {
"localteam_score": 2,
"visitorteam_score": 0,
"localteam_pen_score": null,
"visitorteam_pen_score": null,
"ht_score": "1-0",
"ft_score": "2-0",
"et_score": null,
"ps_score": null
},
"time": {
"status": "FT",
"starting_at": {
"date_time": "2021-01-27 19:45:00",
"date": "2021-01-27",
"time": "19:45:00",
"timestamp": 1611776700,
"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": 2,
"visitorteam_position": 12
},
"assistants": {
"first_assistant_id": 14860,
"second_assistant_id": 18758,
"fourth_official_id": 15815
},
"leg": "1/1",
"colors": {
"localteam": {
"color": "#F0F0F0",
"kit_colors": "#F0F0F0,#139343,#5B0623,#0A0A0A,#5C8FAE,#FFDF1B,#F0F0F0"
},
"visitorteam": {
"color": "#C40010",
"kit_colors": "#F0F0F0,#C40010,#5B0623,#0A0A0A,#5C8FAE,#FFDF1B,#F0F0F0"
}
},
"deleted": false,
"is_placeholder": false
},Last updated
Was this helpful?