GET /tv/:id
Obtenez les détails complets d'une série TV donnée par son identifiant TVMaze, y compris la distribution complète, le guide des épisodes, les genres, la note, la chaîne, la grille de programmation, la date de première et le résumé de l'intrigue. Utile pour créer des pages de détail de série, des fonctionnalités de navigation dans la distribution et des fonctionnalités de suivi d'épisodes dans les applications de divertissement.
id
requis
Show ID
| Nom | Requis | Par défaut | Description |
|---|---|---|---|
id |
Oui | - | Show ID |
curl https://nordapi.ee/api/v1/tv/1
curl https://nordapi.ee/api/v1/tv/1
curl https://nordapi.ee/api/v1/tv/82
curl https://nordapi.ee/api/v1/tv/526
{
"data": {
"cast": [
{
"character": "Dale \"Barbie\" Barbara",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/0/1815.jpg",
"name": "Mike Vogel"
},
{
"character": "Julia Shumway",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/82/207417.jpg",
"name": "Rachelle Lefevre"
},
{
"character": "Junior Rennie",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/205/513325.jpg",
"name": "Alexander Koch"
},
{
"character": "Joe McAlister",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/621/1553039.jpg",
"name": "Colin Ford"
},
{
"character": "Norrie Calvert-Hill",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/3/7816.jpg",
"name": "Mackenzie Lintz"
},
{
"character": "James \"Big Jim\" Rennie",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/461/1154757.jpg",
"name": "Dean Norris"
},
{
"character": "Sam Verdreaux",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/0/1162.jpg",
"name": "Eddie Cahill"
},
{
"character": "Phil Bushey",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/0/2499.jpg",
"name": "Nicholas Strong"
},
{
"character": "Angie McAlister",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/158/396055.jpg",
"name": "Britt Robertson"
},
{
"character": "Carolyn Hill",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/574/1436040.jpg",
"name": "Aisha Hinds"
},
{
"character": "Deputy Linda Esquivel",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/282/706093.jpg",
"name": "Natalie Martinez"
},
{
"character": "Rebecca Pine",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/3/7817.jpg",
"name": "Karla Crome"
},
{
"character": "Eva Sinclair",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/3/8789.jpg",
"name": "Kylie Bunbury"
},
{
"character": "Dodee Weaver",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/616/1542498.jpg",
"name": "Jolene Purdy"
},
{
"character": "Sheriff Duke Perkins",
"image": "https://static.tvmaze.com/uploads/images/medium_portrait/555/1389090.jpg",
"name": "Jeff Fahey"
}
],
"ended": "2015-09-10",
"genres": [
"Drama",
"Science-Fiction",
"Thriller"
],
"id": 1,
"image": "https://static.tvmaze.com/uploads/images/original_untouched/610/1525272.jpg",
"language": "English",
"name": "Under the Dome",
"network": "CBS",
"premiered": "2013-06-24",
"rating": 6.6,
"seasons": 3,
"status": "Ended",
"summary": "Under the Dome is the story of a small town that is suddenly and inexplicably sealed off from the rest of the world by an enormous transparent dome. The town's inhabitants must deal with surviving the post-apocalyptic conditions while searching for answers about the dome, where it came from and if and when it will go away.",
"total_episodes": 39,
"type": "Scripted"
},
"success": true
}