cURL
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>" } ] }
Fetch sports teams data for enriching sports events
Maximum number of teams to return
Number of teams to skip for pagination
Order by field
Order direction
Filter by league
Filter by name
Filter by abbreviation
Team ids
List of sports teams
Show child attributes