---
title: "Adds a listings provider."
method: POST
path: "/LiveTv/ListingProviders"
tags: ["LiveTv"]
---

# Adds a listings provider.

`POST /LiveTv/ListingProviders`

## Query parameters

- `pw` string, nullable — Password.
- `validateListings` boolean — Validate listings.
- `validateLogin` boolean — Validate login.

## Request body

- ListingsProviderInfo
  - `Id` string, nullable
  - `Type` string, nullable
  - `Username` string, nullable
  - `Password` string, nullable
  - `ListingsId` string, nullable
  - `ZipCode` string, nullable
  - `Country` string, nullable
  - `Path` string, nullable
  - `EnabledTuners` string[], nullable
  - `EnableAllTuners` boolean
  - `NewsCategories` string[], nullable
  - `SportsCategories` string[], nullable
  - `KidsCategories` string[], nullable
  - `MovieCategories` string[], nullable
  - `ChannelMappings` NameValuePair[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `Value` string, nullable — Gets or sets the value.
  - `MoviePrefix` string, nullable
  - `PreferredLanguage` string, nullable
  - `UserAgent` string, nullable

## Response `200`

Created listings provider returned.

- ListingsProviderInfo
  - `Id` string, nullable
  - `Type` string, nullable
  - `Username` string, nullable
  - `Password` string, nullable
  - `ListingsId` string, nullable
  - `ZipCode` string, nullable
  - `Country` string, nullable
  - `Path` string, nullable
  - `EnabledTuners` string[], nullable
  - `EnableAllTuners` boolean
  - `NewsCategories` string[], nullable
  - `SportsCategories` string[], nullable
  - `KidsCategories` string[], nullable
  - `MovieCategories` string[], nullable
  - `ChannelMappings` NameValuePair[], nullable
    - `Name` string, nullable — Gets or sets the name.
    - `Value` string, nullable — Gets or sets the value.
  - `MoviePrefix` string, nullable
  - `PreferredLanguage` string, nullable
  - `UserAgent` string, nullable

## 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/revisions/eb6f75af7066/schema)
