---
title: "Gets default listings provider info."
method: GET
path: "/LiveTv/ListingProviders/Default"
tags: ["LiveTv"]
---

# Gets default listings provider info.

`GET /LiveTv/ListingProviders/Default`

## Response `200`

Default listings provider info 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/versions/eb6f75af7066/schema)
