curl --request GET \
--url 'https://therundown.io/api/v1/sports/{sportID}/teams?key='{
"teams": [
{
"team_id": 11,
"name": "Atlanta",
"mascot": "Hawks",
"abbreviation": "ATL",
"record": "26-30"
},
{
"team_id": 1,
"name": "Boston",
"mascot": "Celtics",
"abbreviation": "BOS",
"record": "35-19"
}
]
}curl --request GET \
--url 'https://therundown.io/api/v1/sports/{sportID}/teams?key='{
"teams": [
{
"team_id": 11,
"name": "Atlanta",
"mascot": "Hawks",
"abbreviation": "ATL",
"record": "26-30"
},
{
"team_id": 1,
"name": "Boston",
"mascot": "Celtics",
"abbreviation": "BOS",
"record": "35-19"
}
]
}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
Teams
Show child attributes