curl --request GET \
--url 'https://therundown.io/api/v2/sports/{sportID}/conferences?key='{
"conferences": [
{
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
{
"conference_id": 757,
"sport_id": 4,
"name": "Western Conference"
}
]
}curl --request GET \
--url 'https://therundown.io/api/v2/sports/{sportID}/conferences?key='{
"conferences": [
{
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
{
"conference_id": 757,
"sport_id": 4,
"name": "Western Conference"
}
]
}API key as query parameter
Sport ID. Common values: 1=NCAAF, 2=NFL, 3=MLB, 4=NBA, 5=NCAAB, 6=NHL, 7=UFC, 8=WNBA, 9=CFL, 10=MLS, 11=EPL, 16=UEFA Champions League
List of conferences
Show child attributes