v1

latestOpenAPI 3.0.12026-07-24207094.9 KB
Movies

Movie Metadata

Retrieves metadata for a movie

get/svm/movies/{id}

Path parameters

idstring required

Unique Luminate ID assigned to the movie

Response

OK

Example response

{
  "data": {
    "id": "28bb16622e851faccd39fbcc2feb2b86",
    "title": "Inside Out 2",
    "overview": "Now that Riley is a teenager, Headquarters undergoes a sudden demolition to make room for something entirely unexpected: new Emotions. Joy, Sadness, Anger, Fear and Disgust-who've long been running a successful operation by all accounts-aren't sure how to feel when Anxiety, Envy, Ennui and Embarrassment suddenly show up. Sequel to the 2015 film.",
    "runtime": 100,
    "release_information": [
      {
        "releaseDate": "2024-06-12"
      }
    ],
    "genres": [
      "action & adventure",
      "animation",
      "family"
    ],
    "platform_availability": [
      "Disney+",
      "Prime Video"
    ],
    "studios": [
      "Pixar Animation Studios",
      "Walt Disney Pictures",
      "The Walt Disney Studios"
    ],
    "creators": [
      "Kelsey Mann"
    ],
    "original": true,
    "original_platform": "Netflix",
    "external_ids": {
      "imdb": [
        "tt31868189"
      ],
      "lftv": [
        "226049"
      ]
    }
  }
}