Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } } ] }
API key as query parameter
Normalized team ID
Team data
Show child attributes