v2
latestOpenAPI 3.1.02026-07-265966163.8 KBV2 Sports
Get teams for a sport
get/api/v2/sports/{sportID}/teams
Path parameters
sportIDinteger required
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, 33=UEFA Europa League, 38=ATP Tennis, 39=WTA Tennis
Response
List of teams
Example response
{
"teams": [
{
"team_id": 1,
"name": "New England",
"mascot": "Patriots",
"abbreviation": "NE",
"record": "10-7"
}
]
}