GET
/
sports
Get sports metadata information
curl --request GET \
  --url https://gamma-api.polymarket.com/sports
[
  {
    "sport": "<string>",
    "image": "<string>",
    "resolution": "<string>",
    "ordering": "<string>",
    "tags": "<string>",
    "series": "<string>"
  }
]

Response

200 - application/json

List of sports metadata objects containing sport configuration details, visual assets, and related identifiers

The response is of type object[].