---
title: "Get list of sports."
method: GET
path: "/v2/odds/sports"
tags: ["API-Version-2.0"]
---

# Get list of sports.

`GET /v2/odds/sports`

Sports are ordered by alphabetical order.

## Response `200`

SportsResponse

- SportsResponse — SportsResponse presents all sports with their competition count
  - `sports` Sport[] — list of all sports offerred
    - `competitionCount` integer — number of competitions associated with this Sport, 0 indicates inactive Sport
    - `eventCount` integer — number of events associated with this Sport, 0 indicates inactive Sport
    - `key` string — slug for this Sport
    - `name` string — name of this Sport

## Other responses

- `400` — Error
- `401` — Error
- `404` — Error
- `500` — Error

---

[API](https://skmtc.net/cloudbet/apis/cloudbet-feed-api.md) · [All operations](https://skmtc.net/cloudbet/apis/cloudbet-feed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbet/cloudbet-feed-api/revisions/304403f067b1/schema)
