---
title: "Get League By Slug"
method: GET
path: "/v2/leagues/{slug}"
tags: ["Sports"]
---

# Get League By Slug

`GET /v2/leagues/{slug}`

Retrieve a league by its slug

## Path parameters

- `slug` string, required

## Response `200`

League

- GatewaySportsV2GetLeagueBySlugResponse
  - `league` GatewaySportsV2League — Consumer-facing league representation
    - `name` string — League name (e.g., NFL, NBA)
    - `slug` string — League slug
    - `image` string, nullable — League image URL
    - `isOperational` boolean, nullable — Whether the league is operational
    - `id` integer — League ID
    - `sportId` integer — Parent sport ID
    - `tagId` integer, nullable — Associated tag ID
    - `resolution` string, nullable — League resolution
    - `ordering` string, nullable — League ordering
    - `activeSeriesId` integer, nullable — Active series ID
    - `createdAt` string, nullable — Creation timestamp
    - `abbreviation` string, nullable — League abbreviation

## Other responses

- `404` — League not found
- `500` — Internal server error

---

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