---
title: "List sport events"
method: GET
path: "/affiliate/get_sport_events"
tags: ["sport_event"]
---

# List sport events

`GET /affiliate/get_sport_events`

get the list of all available sport events
#### The list of tournaments

| Tournament ID   | Name                  |
|----------       |-------------          |
| 109             | MLB                   |
| 2541            | KBO League            |
| 1036            | Professional Baseball |
| 233             | NFL Preseason         |
| 31              | NFL                   |
| 234             | NHL                   |
| 132             | NBA                   |

## Query parameters

- `event_ids` integer[]
- `tournament_id` integer

## Response `200`

OK

- SportEventListResponse
  - `sport_events` ContractSportEvent[]
    - `competitors` ContractCompetitor[]
      - `abbreviation` string
      - `country` string
      - `display_name` string
      - `id` integer
      - `name` string
      - `side` string
    - `display_name` string
    - `event_id` integer
    - `live_disabled` boolean
    - `name` string
    - `scheduled` string
    - `sport_name` string
    - `status` string
    - `sub_type` string
    - `tournament_id` integer
    - `tournament_name` string
    - `type` string
    - `updated_at` integer

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/prophetx/apis/external-market-maker-api.md) · [All operations](https://skmtc.net/prophetx/apis/external-market-maker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prophetx/external-market-maker-api/revisions/cf6d43de1db2/schema)
