---
title: "Get Sports"
method: GET
path: "/v1/sports"
tags: ["Sports"]
---

# Get Sports

`GET /v1/sports`

Fetch sports data

## Response `200`

Sports details

- GatewaySportsV1GetSportsResponse
  - `sports` GatewaySportsV1Sport[]
    - `sport` string — The name of the sport
    - `image` string — The image of the sport
    - `resolution` string — The resolution of the sport
    - `ordering` string — The ordering of the sport
    - `tags` string — The tags of the sport
    - `series` string — Series
    - `isOperational` boolean — Whether the sport is operational
    - `automaticResolution` boolean — Whether the sport has automatic resolution
    - `defaultJerseyImage` string, nullable — Default jersey image URL for the parent sport

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/polymarket/apis/portfolio-api.md) · [All operations](https://skmtc.net/polymarket/apis/portfolio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polymarket/portfolio-api/revisions/150874842db1/schema)
