v1
latestOpenAPI 3.0.12026-07-24207094.9 KBTV Shows
Series Metadata
Retrieves metadata for a TV show
get/svm/tv_shows/{id}
Path parameters
idstring required
Unique Luminate ID assigned to the TV show
Response
OK
Example response
{
"data": {
"id": "91b4ec3ad5a4b7a7eeb44d91befb3d1d",
"title": "Severance",
"seasons": [
"1",
"2"
],
"genres": [
"drama",
"fantasy",
"thriller"
],
"studios": [
"Fifth Season",
"Red Hour"
],
"platform_availability": [
"Apple TV",
"Prime Video"
],
"original": true,
"original_platform": "Apple TV",
"external_ids": {
"imdb": [
"tt31868189"
],
"lftv": [
"226049"
]
}
}
}