cURL
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" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.therundown.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.therundown.io/llms.txt
Use this file to discover all available pages before exploring further.
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