---
title: "GET /leagues/"
method: GET
path: "/leagues/"
tags: ["Leagues"]
---

# GET /leagues/

`GET /leagues/`

Get a list of Leagues

## Query parameters

- `sportID` string
- `leagueID` string

## Response `200`

An example array of Leagues

- object
  - `data` League[]
    - `sportID` string
    - `leagueID` string
    - `enabled` boolean
    - `name` string
    - `shortName` string

## Other responses

- `400` — Invalid params
- `401` — Invalid API key
- `403` — Inactive API key
- `429` — Rate limit exceeded

---

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