---
title: "Series Metadata"
method: GET
path: "/svm/tv_shows/{id}"
tags: ["TV Shows"]
---

# Series Metadata

`GET /svm/tv_shows/{id}`

Retrieves metadata for a TV show

## Path parameters

- `id` string, required

## Response `200`

OK

- SuccessfulResponseSeriesMetadata
  - `data` SeriesMetadata
    - `id` string — Unique Luminate ID assigned to the TV show
    - `title` string — Title of the TV show
    - `seasons` string[] — List of IDs of the TV show’s seasons
    - `genres` string[] — List of genres assigned to the TV show
    - `studios` string[] — List of studios involved in the production of the TV show
    - `platform_availability` string[] — List of platforms where the TV show can be viewed
    - `original` boolean — Indicates whether the title is an original production for a platform
    - `original_platform` string — The platform for which this is an original production. Null if the title is not an original.
    - `external_ids` ExternalIds — External identifiers for the title, such as IMDB and LFTV IDs
      - `imdb` string[] — IMDB ID
      - `lftv` string[] — Luminate Film & TV project ID

## Other responses

- `400` — Issue with client request
- `404` — TV show not found

---

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