GET Rivals by Team ID
GET Rivals by Team ID
GET Rivals by Team IDhttps://soccer.sportmonks.com/api/v2.0/teams/{ID}/rivalsParameters
Include options
IncludesExample response
https://soccer.sportmonks.com/api/v2.0/teams/8/rivals?api_token={API_TOKEN}"data": {
"id": 8,
"legacy_id": 119,
"name": "Liverpool",
"short_code": "LIV",
"twitter": "@LFC",
"country_id": 462,
"national_team": false,
"founded": 1892,
"logo_path": "https://cdn.sportmonks.com/images//soccer/teams/8/8.png",
"venue_id": 230,
"current_season_id": 18378,
"is_placeholder": false,
"rivals": {
"data": [
{
"id": 13,
"legacy_id": 165,
"name": "Everton",
"short_code": "EVE",
"twitter": "@Everton",
"country_id": 462,
"national_team": false,
"founded": 1878,
"logo_path": "https://cdn.sportmonks.com/images//soccer/teams/13/13.png",
"venue_id": 12,
"current_season_id": 18378,
"is_placeholder": false
}
]
}
},Last updated
Was this helpful?