v1

latestOpenAPI 3.0.12026-07-24207094.9 KB
TV Shows

Season Metadata

Retrieves metadata for a season of a TV show

get/svm/tv_shows/{id}/seasons/{season}

Path parameters

idstring required

Unique Luminate ID assigned to the TV show

seasonstring required

ID of the TV show’s season

Response

OK

Example response

{
  "data": {
    "id": "91b4ec3ad5a4b7a7eeb44d91befb3d1d",
    "title": "Severance",
    "season": "1",
    "overview": "Mark leads a team of office workers whose memories have been surgically divided between their work and personal lives. When a mysterious colleague appears outside of work, it begins a journey to discover the truth about their jobs.",
    "runtime": 430,
    "release_information": [
      {
        "release_date": "2022-02-18"
      }
    ],
    "episodes": [
      "1",
      "2",
      "3",
      "4",
      "5",
      "6",
      "7",
      "8",
      "9"
    ],
    "genres": [
      "drama",
      "fantasy",
      "thriller"
    ],
    "studios": [
      "Fifth Season",
      "Red Hour"
    ],
    "platform_availability": [
      "Apple TV",
      "Prime Video"
    ],
    "original": true,
    "original_platform": "Apple TV",
    "creators": [
      "Dan Erickson"
    ],
    "seasons": [
      "1",
      "2"
    ],
    "external_ids": {
      "imdb": [
        "tt31868189"
      ],
      "lftv": [
        "226049"
      ]
    }
  }
}