Skip to main content
GET
/
v1
/
sports
/
teams
Get Sports Teams
curl --request GET \
  --url https://gateway.polymarket.us/v1/sports/teams
{
  "teams": [
    {
      "id": "<string>",
      "name": "<string>",
      "abbreviation": "<string>",
      "updatedBy": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "league": "<string>",
      "record": "<string>",
      "logo": "<string>",
      "alias": "<string>",
      "homeIcon": "<string>",
      "awayIcon": "<string>",
      "colorPrimary": "<string>",
      "safeName": "<string>",
      "providerId": "<string>",
      "ordering": "<string>",
      "longIcon": "<string>",
      "shortIcon": "<string>",
      "displayAbbreviation": "<string>",
      "ranking": "<string>",
      "conference": "<string>",
      "providerIds": [
        {
          "provider": "PROVIDER_SPORTSDATAIO",
          "providerId": "<string>"
        }
      ],
      "longIconDark": "<string>",
      "shortIconDark": "<string>"
    }
  ]
}

Query Parameters

limit
integer<int32>

Maximum number of teams to return

offset
integer<int32>

Number of teams to skip for pagination

orderBy
string[]

Order by field

orderDirection
string

Order direction

filters.league
string[]

Filter by league

filters.name
string[]

Filter by name

filters.abbreviation
string[]

Filter by abbreviation

filters.id
integer<int32>[]

Team ids

Response

List of sports teams

teams
object[]