---
title: "Gets available live tv services."
method: GET
path: "/LiveTv/Info"
tags: ["LiveTv"]
---

# Gets available live tv services.

`GET /LiveTv/Info`

## Response `200`

Available live tv services returned.

- LiveTvInfo
  - `Services` LiveTvServiceInfo[], nullable — Gets or sets the services.
    - `Name` string, nullable — Gets or sets the name.
    - `HomePageUrl` string, nullable — Gets or sets the home page URL.
    - `Status` 'Ok' | 'Unavailable'
    - `StatusMessage` string, nullable — Gets or sets the status message.
    - `Version` string, nullable — Gets or sets the version.
    - `HasUpdateAvailable` boolean — Gets or sets a value indicating whether this instance has update available.
    - `IsVisible` boolean — Gets or sets a value indicating whether this instance is visible.
    - `Tuners` string[], nullable
  - `IsEnabled` boolean — Gets or sets a value indicating whether this instance is enabled.
  - `EnabledUsers` string[], nullable — Gets or sets the enabled users.

## 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)
