---
title: "List all sports"
method: GET
path: "/api/v1/sports"
tags: ["V1 Sports"]
---

# List all sports

`GET /api/v1/sports`

## Response `200`

List of sports

- SportsResponse
  - `sports` Sport[]
    - `sport_id` integer
    - `sport_name` string

---

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