curl --request GET \
--url 'https://therundown.io/api/v2/sports/{sportID}/teams?key='{
"teams": [
{
"team_id": 11,
"name": "Atlanta",
"mascot": "Hawks",
"abbreviation": "ATL",
"record": "26-30",
"conference": {
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
"division": {
"division_id": 17,
"conference_id": 39,
"sport_id": 4,
"name": "Southeast"
}
},
{
"team_id": 1,
"name": "Boston",
"mascot": "Celtics",
"abbreviation": "BOS",
"record": "35-19",
"conference": {
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
"division": {
"division_id": 15,
"conference_id": 39,
"sport_id": 4,
"name": "Atlantic"
}
}
]
}curl --request GET \
--url 'https://therundown.io/api/v2/sports/{sportID}/teams?key='{
"teams": [
{
"team_id": 11,
"name": "Atlanta",
"mascot": "Hawks",
"abbreviation": "ATL",
"record": "26-30",
"conference": {
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
"division": {
"division_id": 17,
"conference_id": 39,
"sport_id": 4,
"name": "Southeast"
}
},
{
"team_id": 1,
"name": "Boston",
"mascot": "Celtics",
"abbreviation": "BOS",
"record": "35-19",
"conference": {
"conference_id": 39,
"sport_id": 4,
"name": "Eastern Conference"
},
"division": {
"division_id": 15,
"conference_id": 39,
"sport_id": 4,
"name": "Atlantic"
}
}
]
}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 teams
Show child attributes