---
title: "Get conferences for a sport"
method: GET
path: "/api/v1/sports/{sportID}/conferences"
tags: ["V1 Sports"]
---

# Get conferences for a sport

`GET /api/v1/sports/{sportID}/conferences`

## Path parameters

- `sportID` integer, required

## Response `200`

Conferences

- ConferencesResponse
  - `conferences` Conference[]
    - `conference_id` integer
    - `sport_id` integer
    - `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/5aa0aa5c5f66/schema)
