curl --request GET \
--url 'https://therundown.io/api/v2/teams/{teamID}/?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"
}
}
]
}curl --request GET \
--url 'https://therundown.io/api/v2/teams/{teamID}/?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"
}
}
]
}