Skip to main content
GET
/
api
/
v2
/
sports
/
{sportID}
/
conferences
Get conferences for a sport
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"
    }
  ]
}

Authorizations

key
string
query
required

API key as query parameter

Path Parameters

sportID
integer
required

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

Response

200 - application/json

List of conferences

conferences
object[]