---
title: "Gets available lineups."
method: GET
path: "/LiveTv/ListingProviders/Lineups"
tags: ["LiveTv"]
---

# Gets available lineups.

`GET /LiveTv/ListingProviders/Lineups`

## Query parameters

- `id` string, nullable — Provider id.
- `type` string, nullable — Provider type.
- `location` string, nullable — Location.
- `country` string, nullable — Country.

## Response `200`

Available lineups returned.

- NameIdPair[]
  - `Name` string, nullable — Gets or sets the name.
  - `Id` string, nullable — Gets or sets the identifier.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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