---
title: "Movie Metadata"
method: GET
path: "/svm/movies/{id}"
tags: ["Movies"]
---

# Movie Metadata

`GET /svm/movies/{id}`

Retrieves metadata for a movie

## Path parameters

- `id` string, required

## Response `200`

OK

- SuccessfulResponseMovieMetadata
  - `data` MovieMetadata
    - `id` string — Unique Luminate ID assigned to the movie
    - `title` string — Title of the movie
    - `overview` string — Description of the movie
    - `runtime` integer — Runtime of the movie in minutes
    - `release_information` ReleaseDate[] — Release information about the movie
      - `release_date` string, date — Date the item was first available to stream formatted according to the ISO 8601 date standard (YYYY-MM-DD)
    - `genres` string[] — Genres associated with the movie
    - `platform_availability` string[] — Platforms where the movie can be viewed
    - `studios` string[] — List of studios involved in the production of the movie
    - `creators` string[] — Directors of the movie
    - `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` — Movie 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)
