In the tv season details, for the episode key there's an array of episodes. For each episode, there's a key for crew, with an array of crew with the json schema.
{
"job": string,
"department":string,
"credit_id": string,
"adult": boolean,
"gender": integer,
"id": integer,
"known_for_department": string,
"name": string,
"original_name": string,
"popularity": number,
"profile_path": string
}
It's correct for every other request except for id = 92749 , season_number = 1. In the first episode object, for the 12th crew object the json object is
{
"job": "Stunts",
"department": "Crew",
"person_id": "5d1c7c9855b0c01c3569efb0",
"credit_id": "624416e3f263ba00470a3ecb"
}
Which isn't valid. I have also checked the request with the tv episode details and that data doesn't exist, so I guess that is supposed to be the correct data. The full JSON is down you can find the invalid data by searching "person_id" since that is not a valid key, but it's present there.
{
"_id": "5d6109d47f6c8d1cfbec8701",
"air_date": "2022-03-30",
"episodes": [
{
"air_date": "2022-03-30",
"episode_number": 1,
"id": 2239811,
"name": "The Goldfish Problem",
"overview": "Steven Grant, a mild-mannered man who works a mundane job, begins to suspect that his life may not be his own when an alter living inside him begins to emerge.",
"production_code": "",
"runtime": 48,
"season_number": 1,
"show_id": 92749,
"still_path": "/uA81REU7p7bniOQfplpbGIMWCe.jpg",
"vote_average": 7.707,
"vote_count": 70,
"crew": [
{
"job": "Writer",
"department": "Writing",
"credit_id": "615da262d14443004364e8d1",
"adult": false,
"gender": 2,
"id": 1147923,
"known_for_department": "Writing",
"name": "Jeremy Slater",
"original_name": "Jeremy Slater",
"popularity": 3.792,
"profile_path": "/fQKd49lOrhU80PQla8mmx3vSR20.jpg"
},
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c6f81d820f0044d00620",
"adult": false,
"gender": 2,
"id": 130204,
"known_for_department": "Writing",
"name": "Mohamed Diab",
"original_name": "Mohamed Diab",
"popularity": 1.233,
"profile_path": "/mJ8USiA1sNnexWtDxcDbjTyiNDe.jpg"
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "62441166dfe31d005bcccc28",
"adult": false,
"gender": 2,
"id": 957150,
"known_for_department": "Camera",
"name": "Gregory Middleton",
"original_name": "Gregory Middleton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624411f85a991500484872b6",
"adult": false,
"gender": 0,
"id": 2082224,
"known_for_department": "Directing",
"name": "Simon Aguirre",
"original_name": "Simon Aguirre",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "62441201223a8b009427293e",
"adult": false,
"gender": 0,
"id": 2892543,
"known_for_department": "Directing",
"name": "Simon Whitby",
"original_name": "Simon Whitby",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6244167f5a9915005d5dd4fe",
"adult": false,
"gender": 0,
"id": 2120742,
"known_for_department": "Crew",
"name": "Adrien Bour",
"original_name": "Adrien Bour",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416a29451e7005e7b6f1b",
"adult": false,
"gender": 0,
"id": 2069540,
"known_for_department": "Crew",
"name": "Dénes Bálind",
"original_name": "Dénes Bálind",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416b6c50ad2005cdeddbe",
"adult": false,
"gender": 0,
"id": 3485904,
"known_for_department": "Crew",
"name": "Jonka Bánszkiy",
"original_name": "Jonka Bánszkiy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416c02cde980047e92988",
"adult": false,
"gender": 0,
"id": 2069544,
"known_for_department": "Crew",
"name": "Milan Bartha",
"original_name": "Milan Bartha",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416cec740d9005d7f8222",
"adult": false,
"gender": 0,
"id": 2069542,
"known_for_department": "Crew",
"name": "Krisztián Botka",
"original_name": "Krisztián Botka",
"popularity": 0.828,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416dc81140f0047bf4054",
"adult": false,
"gender": 0,
"id": 3485905,
"known_for_department": "Crew",
"name": "Martin Csorba",
"original_name": "Martin Csorba",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"person_id": "5d1c7c9855b0c01c3569efb0",
"credit_id": "624416e3f263ba00470a3ecb"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416ef3e09f3004701edd6",
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244171b9451e7008c9b7151",
"adult": false,
"gender": 0,
"id": 1844191,
"known_for_department": "Crew",
"name": "Kinga Gavalda",
"original_name": "Kinga Gavalda",
"popularity": 1.38,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441730dfe31d00475e1a9e",
"adult": false,
"gender": 0,
"id": 3345196,
"known_for_department": "Crew",
"name": "Boglarka Juhasz",
"original_name": "Boglarka Juhasz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244173a223a8b004ae91370",
"adult": false,
"gender": 2,
"id": 3345221,
"known_for_department": "Crew",
"name": "Gabor Kismarthy",
"original_name": "Gabor Kismarthy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441764223a8b004ae913fd",
"adult": false,
"gender": 2,
"id": 1831266,
"known_for_department": "Crew",
"name": "Géza Kovács",
"original_name": "Géza Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244176df263ba00470a3f8f",
"adult": false,
"gender": 0,
"id": 2069526,
"known_for_department": "Crew",
"name": "Norbert Kovács",
"original_name": "Norbert Kovács",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244177b81140f0090a11ce6",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417870f365500966c7bac",
"adult": false,
"gender": 0,
"id": 2758127,
"known_for_department": "Crew",
"name": "Eniko Korcsmaros",
"original_name": "Eniko Korcsmaros",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417ce3e09f3004701ef1e",
"adult": false,
"gender": 0,
"id": 1660418,
"known_for_department": "Acting",
"name": "Balázs Lengyel",
"original_name": "Balázs Lengyel",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417db3e09f30087c8d7d4",
"adult": false,
"gender": 0,
"id": 2069525,
"known_for_department": "Crew",
"name": "Akos Lenkei",
"original_name": "Akos Lenkei",
"popularity": 0.713,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418159451e7004989d6f1",
"adult": false,
"gender": 2,
"id": 2069511,
"known_for_department": "Crew",
"name": "István Draco Markolt",
"original_name": "István Draco Markolt",
"popularity": 1.096,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418229451e7005e7b70fe",
"adult": false,
"gender": 2,
"id": 1826940,
"known_for_department": "Crew",
"name": "John Medalin",
"original_name": "John Medalin",
"popularity": 1.153,
"profile_path": "/AsRu5m3s2TtYUUxdjRo9fVjBJGT.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244182f7caa47008ad2dfb3",
"adult": false,
"gender": 2,
"id": 3485914,
"known_for_department": "Crew",
"name": "Viktor Mónos",
"original_name": "Viktor Mónos",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418889451e7008c9b737a",
"adult": false,
"gender": 0,
"id": 2758122,
"known_for_department": "Crew",
"name": "Attila Mora",
"original_name": "Attila Mora",
"popularity": 0.604,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418ca2cde980047e92c17",
"adult": false,
"gender": 0,
"id": 1844193,
"known_for_department": "Crew",
"name": "Richard Nagy",
"original_name": "Richard Nagy",
"popularity": 0.943,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244194a76eecf005bef6b20",
"adult": false,
"gender": 0,
"id": 2069522,
"known_for_department": "Crew",
"name": "Németh Tamás",
"original_name": "Németh Tamás",
"popularity": 1.001,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441a97c740d90089f1db45",
"adult": false,
"gender": 0,
"id": 1594129,
"known_for_department": "Crew",
"name": "János Oláh",
"original_name": "János Oláh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aa83e09f30087c8dbdd",
"adult": false,
"gender": 0,
"id": 1844194,
"known_for_department": "Crew",
"name": "Béla Orsányi",
"original_name": "Béla Orsányi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ab976eecf0047ca2db0",
"adult": false,
"gender": 0,
"id": 3485921,
"known_for_department": "Crew",
"name": "Lászlo Román",
"original_name": "Lászlo Román",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441acbc740d90089f1db9d",
"adult": false,
"gender": 0,
"id": 1844195,
"known_for_department": "Crew",
"name": "Péter Sokorai",
"original_name": "Péter Sokorai",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ad4dfe31d00475e1edd",
"adult": false,
"gender": 0,
"id": 3485922,
"known_for_department": "Crew",
"name": "Mira Stupek",
"original_name": "Mira Stupek",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aee0f3655004a160d46",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441afb0f365500966c807d",
"adult": false,
"gender": 0,
"id": 2069518,
"known_for_department": "Crew",
"name": "Zoltan Szanto",
"original_name": "Zoltan Szanto",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441b312cde980086612dcd",
"adult": false,
"gender": 0,
"id": 2758114,
"known_for_department": "Crew",
"name": "Miklós Szentváry-Lukács",
"original_name": "Miklós Szentváry-Lukács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bb55a9915005d5ddbd4",
"adult": false,
"gender": 0,
"id": 1392637,
"known_for_department": "Crew",
"name": "Ildikó Szücs",
"original_name": "Ildikó Szücs",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441be7dfe31d00475e2021",
"adult": false,
"gender": 0,
"id": 3345198,
"known_for_department": "Crew",
"name": "Gyula Tóth",
"original_name": "Gyula Tóth",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bf15a9915005d5ddc2b",
"adult": false,
"gender": 0,
"id": 3485923,
"known_for_department": "Crew",
"name": "Vékes András",
"original_name": "Vékes András",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441c04223a8b009427375b",
"adult": false,
"gender": 0,
"id": 3485924,
"known_for_department": "Crew",
"name": "Hajnalka Zsigár",
"original_name": "Hajnalka Zsigár",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428aa2cde980047e9454b",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Third Assistant Director",
"department": "Directing",
"credit_id": "6256c847323eba0dc6d707f2",
"adult": false,
"gender": 0,
"id": 2869732,
"known_for_department": "Directing",
"name": "Zsófia Mitkov",
"original_name": "Zsófia Mitkov",
"popularity": 0.6,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fac3f9253216228a8b22",
"adult": false,
"gender": 0,
"id": 1730839,
"known_for_department": "Camera",
"name": "Zoltán Jánossa",
"original_name": "Zoltán Jánossa",
"popularity": 0.702,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907481967570051a3d80a",
"adult": false,
"gender": 0,
"id": 1117946,
"known_for_department": "Production",
"name": "Diego Zanco",
"original_name": "Diego Zanco",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Production Manager",
"department": "Production",
"credit_id": "626907594ccc5000651d6c25",
"adult": false,
"gender": 0,
"id": 3525597,
"known_for_department": "Production",
"name": "Manca Gale",
"original_name": "Manca Gale",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907a25ab81a132fe54a84",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "626907a8fea0d700657722b0",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Production Supervisor",
"department": "Production",
"credit_id": "626907ec3876510167e4eda6",
"adult": false,
"gender": 1,
"id": 3486122,
"known_for_department": "Production",
"name": "Lisa Dietrick",
"original_name": "Lisa Dietrick",
"popularity": 0.98,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "6269082312aabc00516add97",
"adult": false,
"gender": 0,
"id": 1740449,
"known_for_department": "Directing",
"name": "Jeff Okabayashi",
"original_name": "Jeff Okabayashi",
"popularity": 1.999,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "6269086b1f98d1009adaf542",
"adult": false,
"gender": 0,
"id": 2480885,
"known_for_department": "Directing",
"name": "Jeremy Silveira",
"original_name": "Jeremy Silveira",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Second Second Assistant Director",
"department": "Directing",
"credit_id": "626908b44ccc5000651d6e07",
"adult": false,
"gender": 0,
"id": 2624686,
"known_for_department": "Directing",
"name": "Steve Windle",
"original_name": "Steve Windle",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "626908ec001bbd154b2c23b9",
"adult": false,
"gender": 2,
"id": 8523,
"known_for_department": "Camera",
"name": "Russell Carpenter",
"original_name": "Russell Carpenter",
"popularity": 5.356,
"profile_path": "/lUvCkzSLCJe7HcQGSIO4wLHuRF.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "627236166f53e158eb88bbb9",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "6272398806f98400507df0c5",
"adult": false,
"gender": 0,
"id": 1399644,
"known_for_department": "Directing",
"name": "Gabriella Winkler",
"original_name": "Gabriella Winkler",
"popularity": 0.617,
"profile_path": null
},
{
"job": "Camera Operator",
"department": "Camera",
"credit_id": "62723b4cc74eba0f0e90f0fe",
"adult": false,
"gender": 0,
"id": 3525529,
"known_for_department": "Camera",
"name": "Baturay Ertas",
"original_name": "Baturay Ertas",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Production",
"credit_id": "62723c1b7cffda73179c040d",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c84ca0be2804c9de3c00",
"adult": false,
"gender": 0,
"id": 1828093,
"known_for_department": "Editing",
"name": "Cedric Nairn-Smith",
"original_name": "Cedric Nairn-Smith",
"popularity": 0.694,
"profile_path": null
}
],
"guest_stars": [
{
"character": "Dylan",
"credit_id": "62440023c740d9005d7f59a7",
"order": 500,
"adult": false,
"gender": 1,
"id": 2134546,
"known_for_department": "Acting",
"name": "Saffron Hocking",
"original_name": "Saffron Hocking",
"popularity": 1.371,
"profile_path": "/59fibQb4J3zcvC9awsVS2B0y6ga.jpg"
},
{
"character": "Little Girl in Museum",
"credit_id": "62440049c740d9005d7f5a0b",
"order": 501,
"adult": false,
"gender": 1,
"id": 2703699,
"known_for_department": "Acting",
"name": "Anouk Christiansen",
"original_name": "Anouk Christiansen",
"popularity": 0.608,
"profile_path": "/zldvetiIWm4z0sW5rv6TzmeMqcV.jpg"
},
{
"character": "Female Photo Patron",
"credit_id": "6244005d223a8b00942712a0",
"order": 502,
"adult": false,
"gender": 1,
"id": 3485800,
"known_for_department": "Acting",
"name": "Nina Mahiri",
"original_name": "Nina Mahiri",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Alpine Guard",
"credit_id": "62440090d100b6008fda8315",
"order": 503,
"adult": false,
"gender": 2,
"id": 2069517,
"known_for_department": "Crew",
"name": "Gabor Szeman",
"original_name": "Gabor Szeman",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Alpine Man",
"credit_id": "624400bbefd3c2008f37abaa",
"order": 504,
"adult": false,
"gender": 2,
"id": 2646762,
"known_for_department": "Acting",
"name": "András Korcsmáros",
"original_name": "András Korcsmáros",
"popularity": 0.698,
"profile_path": "/9BxLsKMnAzXZjDcBcZp36JyvkzS.jpg"
},
{
"character": "Alpine Woman",
"credit_id": "624400d1d100b600485f9fec",
"order": 505,
"adult": false,
"gender": 1,
"id": 3485803,
"known_for_department": "Acting",
"name": "Gabriella Csizmadia",
"original_name": "Gabriella Csizmadia",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Cupcake Van Driver",
"credit_id": "624400e797a4e60047ac34a7",
"order": 506,
"adult": false,
"gender": 2,
"id": 1951433,
"known_for_department": "Crew",
"name": "James Bomalick",
"original_name": "James Bomalick",
"popularity": 0.828,
"profile_path": "/9APKOKdjorT0CASqs7a6qSN7XbP.jpg"
},
{
"character": "Pet Shop Owner",
"credit_id": "624401037caa47008ad2b81c",
"order": 507,
"adult": false,
"gender": 1,
"id": 2303204,
"known_for_department": "Acting",
"name": "Peyvand Sadeghian",
"original_name": "Peyvand Sadeghian",
"popularity": 0.6,
"profile_path": "/uF74zYJOZTEFDKcGd7jPW3RIRep.jpg"
},
{
"character": "Elevator Lady",
"credit_id": "6244012f0d29440090c519a3",
"order": 508,
"adult": false,
"gender": 1,
"id": 3262127,
"known_for_department": "Acting",
"name": "Anne Kavanagh",
"original_name": "Anne Kavanagh",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Museum Disciple",
"credit_id": "6244014f76eecf0047ca0268",
"order": 509,
"adult": false,
"gender": 0,
"id": 3485810,
"known_for_department": "Acting",
"name": "Marcell Szelle",
"original_name": "Marcell Szelle",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Male Photo Patron",
"credit_id": "624408353e09f30087c8c066",
"order": 510,
"adult": false,
"gender": 2,
"id": 3485840,
"known_for_department": "Acting",
"name": "István Mezei",
"original_name": "István Mezei",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Steakhouse Waiter",
"credit_id": "6244100b2cde98005c29cab3",
"order": 511,
"adult": false,
"gender": 2,
"id": 3485863,
"known_for_department": "Acting",
"name": "Eric Colvin",
"original_name": "Eric Colvin",
"popularity": 0.723,
"profile_path": "/q1hr32MJJ6dothJ0ivzjgaUrbMb.jpg"
},
{
"character": "J.B.",
"credit_id": "6244007b3e09f3004701cb4c",
"order": 512,
"adult": false,
"gender": 2,
"id": 1430435,
"known_for_department": "Acting",
"name": "Alexander Cobb",
"original_name": "Alexander Cobb",
"popularity": 0.6,
"profile_path": "/cptHEuoWuroWeMGVrq0BB3shaAU.jpg"
},
{
"character": "Donna",
"credit_id": "62440015c50ad2005cdeb4f9",
"order": 526,
"adult": false,
"gender": 1,
"id": 1747175,
"known_for_department": "Acting",
"name": "Lucy Thackeray",
"original_name": "Lucy Thackeray",
"popularity": 1.22,
"profile_path": "/xYgQ9b2EJsSYaoNgNklgB6NPsQC.jpg"
},
{
"character": "Crawley",
"credit_id": "6244003681140f005cdf3d4f",
"order": 527,
"adult": false,
"gender": 2,
"id": 229961,
"known_for_department": "Acting",
"name": "Shaun Scott",
"original_name": "Shaun Scott",
"popularity": 2.591,
"profile_path": "/yA3zXU2UM0xIRtCx6tugiMb5Ahw.jpg"
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
}
]
},
{
"air_date": "2022-04-06",
"episode_number": 2,
"id": 3453971,
"name": "Summon the Suit",
"overview": "As Steven reels from the fact that his life may not be his own, a mysterious partner emerges from the past as a war of the gods looms on the horizon.",
"production_code": "",
"runtime": 53,
"season_number": 1,
"show_id": 92749,
"still_path": "/oLmV6R7PoEMLJJ62bE4idOoG9WX.jpg",
"vote_average": 7.322,
"vote_count": 59,
"crew": [
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c72ce3fa2f00450ba84b",
"adult": false,
"gender": 2,
"id": 1074560,
"known_for_department": "Writing",
"name": "Justin Benson",
"original_name": "Justin Benson",
"popularity": 3.004,
"profile_path": "/mch4MNcOxVsej3O5ifugkZTFzWI.jpg"
},
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c7329ee0ef0046d8267a",
"adult": false,
"gender": 2,
"id": 583479,
"known_for_department": "Directing",
"name": "Aaron Moorhead",
"original_name": "Aaron Moorhead",
"popularity": 2.168,
"profile_path": "/plvZ27ya8yxyyqSCHbwBMjFfJwS.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416a29451e7005e7b6f1b",
"adult": false,
"gender": 0,
"id": 2069540,
"known_for_department": "Crew",
"name": "Dénes Bálind",
"original_name": "Dénes Bálind",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416b6c50ad2005cdeddbe",
"adult": false,
"gender": 0,
"id": 3485904,
"known_for_department": "Crew",
"name": "Jonka Bánszkiy",
"original_name": "Jonka Bánszkiy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416c02cde980047e92988",
"adult": false,
"gender": 0,
"id": 2069544,
"known_for_department": "Crew",
"name": "Milan Bartha",
"original_name": "Milan Bartha",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416cec740d9005d7f8222",
"adult": false,
"gender": 0,
"id": 2069542,
"known_for_department": "Crew",
"name": "Krisztián Botka",
"original_name": "Krisztián Botka",
"popularity": 0.828,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416ef3e09f3004701edd6",
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441730dfe31d00475e1a9e",
"adult": false,
"gender": 0,
"id": 3345196,
"known_for_department": "Crew",
"name": "Boglarka Juhasz",
"original_name": "Boglarka Juhasz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244176df263ba00470a3f8f",
"adult": false,
"gender": 0,
"id": 2069526,
"known_for_department": "Crew",
"name": "Norbert Kovács",
"original_name": "Norbert Kovács",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244177b81140f0090a11ce6",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417ce3e09f3004701ef1e",
"adult": false,
"gender": 0,
"id": 1660418,
"known_for_department": "Acting",
"name": "Balázs Lengyel",
"original_name": "Balázs Lengyel",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417db3e09f30087c8d7d4",
"adult": false,
"gender": 0,
"id": 2069525,
"known_for_department": "Crew",
"name": "Akos Lenkei",
"original_name": "Akos Lenkei",
"popularity": 0.713,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244182f7caa47008ad2dfb3",
"adult": false,
"gender": 2,
"id": 3485914,
"known_for_department": "Crew",
"name": "Viktor Mónos",
"original_name": "Viktor Mónos",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418ca2cde980047e92c17",
"adult": false,
"gender": 0,
"id": 1844193,
"known_for_department": "Crew",
"name": "Richard Nagy",
"original_name": "Richard Nagy",
"popularity": 0.943,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244194a76eecf005bef6b20",
"adult": false,
"gender": 0,
"id": 2069522,
"known_for_department": "Crew",
"name": "Németh Tamás",
"original_name": "Németh Tamás",
"popularity": 1.001,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441a97c740d90089f1db45",
"adult": false,
"gender": 0,
"id": 1594129,
"known_for_department": "Crew",
"name": "János Oláh",
"original_name": "János Oláh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aa83e09f30087c8dbdd",
"adult": false,
"gender": 0,
"id": 1844194,
"known_for_department": "Crew",
"name": "Béla Orsányi",
"original_name": "Béla Orsányi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ab976eecf0047ca2db0",
"adult": false,
"gender": 0,
"id": 3485921,
"known_for_department": "Crew",
"name": "Lászlo Román",
"original_name": "Lászlo Román",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ad4dfe31d00475e1edd",
"adult": false,
"gender": 0,
"id": 3485922,
"known_for_department": "Crew",
"name": "Mira Stupek",
"original_name": "Mira Stupek",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aee0f3655004a160d46",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441afb0f365500966c807d",
"adult": false,
"gender": 0,
"id": 2069518,
"known_for_department": "Crew",
"name": "Zoltan Szanto",
"original_name": "Zoltan Szanto",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441b312cde980086612dcd",
"adult": false,
"gender": 0,
"id": 2758114,
"known_for_department": "Crew",
"name": "Miklós Szentváry-Lukács",
"original_name": "Miklós Szentváry-Lukács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bf15a9915005d5ddc2b",
"adult": false,
"gender": 0,
"id": 3485923,
"known_for_department": "Crew",
"name": "Vékes András",
"original_name": "Vékes András",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428aa2cde980047e9454b",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "6244d784f263ba008acceac1",
"adult": false,
"gender": 2,
"id": 1106693,
"known_for_department": "Camera",
"name": "Andrew Droz Palermo",
"original_name": "Andrew Droz Palermo",
"popularity": 1.153,
"profile_path": "/QULpWyPKmlvLsqHevTj8rCUb3W.jpg"
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd336091e6200669e61a8",
"adult": false,
"gender": 0,
"id": 2425541,
"known_for_department": "Writing",
"name": "Michael Kastelein",
"original_name": "Michael Kastelein",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624d4508bb2602009be96664",
"adult": false,
"gender": 0,
"id": 1943271,
"known_for_department": "Directing",
"name": "Edward Brett",
"original_name": "Edward Brett",
"popularity": 1.632,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "624d451423bcf40098a84961",
"adult": false,
"gender": 2,
"id": 2379572,
"known_for_department": "Directing",
"name": "Jeff Taylor",
"original_name": "Jeff Taylor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47c7d7107e00696682a8",
"adult": false,
"gender": 0,
"id": 1844189,
"known_for_department": "Crew",
"name": "Tímea Bárdi",
"original_name": "Tímea Bárdi",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47d20d1e7f00a6e894a0",
"adult": false,
"gender": 2,
"id": 3495286,
"known_for_department": "Crew",
"name": "Bence Bauer",
"original_name": "Bence Bauer",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47e0c39266004f92a545",
"adult": false,
"gender": 0,
"id": 3495288,
"known_for_department": "Crew",
"name": "Botond Bóta",
"original_name": "Botond Bóta",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47fcc3926600642c8b12",
"adult": false,
"gender": 0,
"id": 2721961,
"known_for_department": "Crew",
"name": "János Henk",
"original_name": "János Henk",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d4942d7107e0053803f42",
"adult": false,
"gender": 2,
"id": 2069517,
"known_for_department": "Crew",
"name": "Gabor Szeman",
"original_name": "Gabor Szeman",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624d4aa5b2681f006a380cdd",
"adult": false,
"gender": 0,
"id": 3495303,
"known_for_department": "Editing",
"name": "Matt Barton",
"original_name": "Matt Barton",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624d4ca0c39266009c0ab8c7",
"adult": false,
"gender": 2,
"id": 3495312,
"known_for_department": "Crew",
"name": "Michael Lark",
"original_name": "Michael Lark",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Third Assistant Director",
"department": "Directing",
"credit_id": "6256c847323eba0dc6d707f2",
"adult": false,
"gender": 0,
"id": 2869732,
"known_for_department": "Directing",
"name": "Zsófia Mitkov",
"original_name": "Zsófia Mitkov",
"popularity": 0.6,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fac3f9253216228a8b22",
"adult": false,
"gender": 0,
"id": 1730839,
"known_for_department": "Camera",
"name": "Zoltán Jánossa",
"original_name": "Zoltán Jánossa",
"popularity": 0.702,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907a25ab81a132fe54a84",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "626907a8fea0d700657722b0",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Production Supervisor",
"department": "Production",
"credit_id": "626907ec3876510167e4eda6",
"adult": false,
"gender": 1,
"id": 3486122,
"known_for_department": "Production",
"name": "Lisa Dietrick",
"original_name": "Lisa Dietrick",
"popularity": 0.98,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "6269082312aabc00516add97",
"adult": false,
"gender": 0,
"id": 1740449,
"known_for_department": "Directing",
"name": "Jeff Okabayashi",
"original_name": "Jeff Okabayashi",
"popularity": 1.999,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "6269086b1f98d1009adaf542",
"adult": false,
"gender": 0,
"id": 2480885,
"known_for_department": "Directing",
"name": "Jeremy Silveira",
"original_name": "Jeremy Silveira",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Second Second Assistant Director",
"department": "Directing",
"credit_id": "626908b44ccc5000651d6e07",
"adult": false,
"gender": 0,
"id": 2624686,
"known_for_department": "Directing",
"name": "Steve Windle",
"original_name": "Steve Windle",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "626908ec001bbd154b2c23b9",
"adult": false,
"gender": 2,
"id": 8523,
"known_for_department": "Camera",
"name": "Russell Carpenter",
"original_name": "Russell Carpenter",
"popularity": 5.356,
"profile_path": "/lUvCkzSLCJe7HcQGSIO4wLHuRF.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "627236166f53e158eb88bbb9",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "6272398806f98400507df0c5",
"adult": false,
"gender": 0,
"id": 1399644,
"known_for_department": "Directing",
"name": "Gabriella Winkler",
"original_name": "Gabriella Winkler",
"popularity": 0.617,
"profile_path": null
},
{
"job": "Other",
"department": "Production",
"credit_id": "62723c1b7cffda73179c040d",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c8322cefc204deae896f",
"adult": false,
"gender": 1,
"id": 59473,
"known_for_department": "Editing",
"name": "Joan Sobel",
"original_name": "Joan Sobel",
"popularity": 0.6,
"profile_path": null
}
],
"guest_stars": [
{
"character": "J.B.",
"credit_id": "6244007b3e09f3004701cb4c",
"order": 512,
"adult": false,
"gender": 2,
"id": 1430435,
"known_for_department": "Acting",
"name": "Alexander Cobb",
"original_name": "Alexander Cobb",
"popularity": 0.6,
"profile_path": "/cptHEuoWuroWeMGVrq0BB3shaAU.jpg"
},
{
"character": "Dornfeld",
"credit_id": "624d46bb4975600067556578",
"order": 513,
"adult": false,
"gender": 2,
"id": 1070749,
"known_for_department": "Acting",
"name": "Darwin Shaw",
"original_name": "Darwin Shaw",
"popularity": 3.236,
"profile_path": "/gtBBjesu9Q0krTK6ACyZGGdt3Bz.jpg"
},
{
"character": "Storage Employee",
"credit_id": "624d46d8bb26020065fc0cea",
"order": 514,
"adult": false,
"gender": 2,
"id": 3369117,
"known_for_department": "Acting",
"name": "Terique Jarrett",
"original_name": "Terique Jarrett",
"popularity": 1.4,
"profile_path": "/qZz9fFSfOEf5UPjypRNHbS9a8sJ.jpg"
},
{
"character": "Jamila",
"credit_id": "624d46e2bb2602009be968fe",
"order": 515,
"adult": false,
"gender": 1,
"id": 3405670,
"known_for_department": "Acting",
"name": "Miriam Nyarko",
"original_name": "Miriam Nyarko",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Female On-Looker #1",
"credit_id": "624d46ef23bcf40098a84c5b",
"order": 516,
"adult": false,
"gender": 1,
"id": 1269480,
"known_for_department": "Acting",
"name": "Fiz Marcus",
"original_name": "Fiz Marcus",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Female On-Looker #2",
"credit_id": "624d46f90d1e7f0051952dc7",
"order": 517,
"adult": false,
"gender": 0,
"id": 3471569,
"known_for_department": "Acting",
"name": "Lorna Anders",
"original_name": "Lorna Anders",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Crawley",
"credit_id": "6244003681140f005cdf3d4f",
"order": 527,
"adult": false,
"gender": 2,
"id": 229961,
"known_for_department": "Acting",
"name": "Shaun Scott",
"original_name": "Shaun Scott",
"popularity": 2.591,
"profile_path": "/yA3zXU2UM0xIRtCx6tugiMb5Ahw.jpg"
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
}
]
},
{
"air_date": "2022-04-13",
"episode_number": 3,
"id": 3453972,
"name": "The Friendly Type",
"overview": "With Marc in the forefront and Harrow near Ammit’s tomb, Marc needs to navigate Cairo while putting his differences aside with Layla and Steven without jeopardizing their mission.",
"production_code": "",
"runtime": 53,
"season_number": 1,
"show_id": 92749,
"still_path": "/2TuF6ZbrUzvH1xcvFHZHIITwFiA.jpg",
"vote_average": 7.087,
"vote_count": 52,
"crew": [
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c6f81d820f0044d00620",
"adult": false,
"gender": 2,
"id": 130204,
"known_for_department": "Writing",
"name": "Mohamed Diab",
"original_name": "Mohamed Diab",
"popularity": 1.233,
"profile_path": "/mJ8USiA1sNnexWtDxcDbjTyiNDe.jpg"
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "62441166dfe31d005bcccc28",
"adult": false,
"gender": 2,
"id": 957150,
"known_for_department": "Camera",
"name": "Gregory Middleton",
"original_name": "Gregory Middleton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624411f85a991500484872b6",
"adult": false,
"gender": 0,
"id": 2082224,
"known_for_department": "Directing",
"name": "Simon Aguirre",
"original_name": "Simon Aguirre",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "62441201223a8b009427293e",
"adult": false,
"gender": 0,
"id": 2892543,
"known_for_department": "Directing",
"name": "Simon Whitby",
"original_name": "Simon Whitby",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416b6c50ad2005cdeddbe",
"adult": false,
"gender": 0,
"id": 3485904,
"known_for_department": "Crew",
"name": "Jonka Bánszkiy",
"original_name": "Jonka Bánszkiy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416c02cde980047e92988",
"adult": false,
"gender": 0,
"id": 2069544,
"known_for_department": "Crew",
"name": "Milan Bartha",
"original_name": "Milan Bartha",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416cec740d9005d7f8222",
"adult": false,
"gender": 0,
"id": 2069542,
"known_for_department": "Crew",
"name": "Krisztián Botka",
"original_name": "Krisztián Botka",
"popularity": 0.828,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416dc81140f0047bf4054",
"adult": false,
"gender": 0,
"id": 3485905,
"known_for_department": "Crew",
"name": "Martin Csorba",
"original_name": "Martin Csorba",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"person_id": "5d1c7c9855b0c01c3569efb0",
"credit_id": "624416e3f263ba00470a3ecb"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416ef3e09f3004701edd6",
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244171b9451e7008c9b7151",
"adult": false,
"gender": 0,
"id": 1844191,
"known_for_department": "Crew",
"name": "Kinga Gavalda",
"original_name": "Kinga Gavalda",
"popularity": 1.38,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441730dfe31d00475e1a9e",
"adult": false,
"gender": 0,
"id": 3345196,
"known_for_department": "Crew",
"name": "Boglarka Juhasz",
"original_name": "Boglarka Juhasz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441764223a8b004ae913fd",
"adult": false,
"gender": 2,
"id": 1831266,
"known_for_department": "Crew",
"name": "Géza Kovács",
"original_name": "Géza Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244176df263ba00470a3f8f",
"adult": false,
"gender": 0,
"id": 2069526,
"known_for_department": "Crew",
"name": "Norbert Kovács",
"original_name": "Norbert Kovács",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244177b81140f0090a11ce6",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417ce3e09f3004701ef1e",
"adult": false,
"gender": 0,
"id": 1660418,
"known_for_department": "Acting",
"name": "Balázs Lengyel",
"original_name": "Balázs Lengyel",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418159451e7004989d6f1",
"adult": false,
"gender": 2,
"id": 2069511,
"known_for_department": "Crew",
"name": "István Draco Markolt",
"original_name": "István Draco Markolt",
"popularity": 1.096,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244182f7caa47008ad2dfb3",
"adult": false,
"gender": 2,
"id": 3485914,
"known_for_department": "Crew",
"name": "Viktor Mónos",
"original_name": "Viktor Mónos",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418889451e7008c9b737a",
"adult": false,
"gender": 0,
"id": 2758122,
"known_for_department": "Crew",
"name": "Attila Mora",
"original_name": "Attila Mora",
"popularity": 0.604,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418ca2cde980047e92c17",
"adult": false,
"gender": 0,
"id": 1844193,
"known_for_department": "Crew",
"name": "Richard Nagy",
"original_name": "Richard Nagy",
"popularity": 0.943,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441a97c740d90089f1db45",
"adult": false,
"gender": 0,
"id": 1594129,
"known_for_department": "Crew",
"name": "János Oláh",
"original_name": "János Oláh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aa83e09f30087c8dbdd",
"adult": false,
"gender": 0,
"id": 1844194,
"known_for_department": "Crew",
"name": "Béla Orsányi",
"original_name": "Béla Orsányi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ab976eecf0047ca2db0",
"adult": false,
"gender": 0,
"id": 3485921,
"known_for_department": "Crew",
"name": "Lászlo Román",
"original_name": "Lászlo Román",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441acbc740d90089f1db9d",
"adult": false,
"gender": 0,
"id": 1844195,
"known_for_department": "Crew",
"name": "Péter Sokorai",
"original_name": "Péter Sokorai",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ad4dfe31d00475e1edd",
"adult": false,
"gender": 0,
"id": 3485922,
"known_for_department": "Crew",
"name": "Mira Stupek",
"original_name": "Mira Stupek",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aee0f3655004a160d46",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441afb0f365500966c807d",
"adult": false,
"gender": 0,
"id": 2069518,
"known_for_department": "Crew",
"name": "Zoltan Szanto",
"original_name": "Zoltan Szanto",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441b312cde980086612dcd",
"adult": false,
"gender": 0,
"id": 2758114,
"known_for_department": "Crew",
"name": "Miklós Szentváry-Lukács",
"original_name": "Miklós Szentváry-Lukács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bf15a9915005d5ddc2b",
"adult": false,
"gender": 0,
"id": 3485923,
"known_for_department": "Crew",
"name": "Vékes András",
"original_name": "Vékes András",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3670cb335009c14758e",
"adult": false,
"gender": 2,
"id": 1611467,
"known_for_department": "Writing",
"name": "Beau DeMayo",
"original_name": "Beau DeMayo",
"popularity": 3.276,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3844f9a9900517528a0",
"adult": false,
"gender": 2,
"id": 1625050,
"known_for_department": "Writing",
"name": "Sabir Pirzada",
"original_name": "Sabir Pirzada",
"popularity": 1.145,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47c7d7107e00696682a8",
"adult": false,
"gender": 0,
"id": 1844189,
"known_for_department": "Crew",
"name": "Tímea Bárdi",
"original_name": "Tímea Bárdi",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47d20d1e7f00a6e894a0",
"adult": false,
"gender": 2,
"id": 3495286,
"known_for_department": "Crew",
"name": "Bence Bauer",
"original_name": "Bence Bauer",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47e0c39266004f92a545",
"adult": false,
"gender": 0,
"id": 3495288,
"known_for_department": "Crew",
"name": "Botond Bóta",
"original_name": "Botond Bóta",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d4942d7107e0053803f42",
"adult": false,
"gender": 2,
"id": 2069517,
"known_for_department": "Crew",
"name": "Gabor Szeman",
"original_name": "Gabor Szeman",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624d4aa5b2681f006a380cdd",
"adult": false,
"gender": 0,
"id": 3495303,
"known_for_department": "Editing",
"name": "Matt Barton",
"original_name": "Matt Barton",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624d4ca0c39266009c0ab8c7",
"adult": false,
"gender": 2,
"id": 3495312,
"known_for_department": "Crew",
"name": "Michael Lark",
"original_name": "Michael Lark",
"popularity": 0.6,
"profile_path": null
},
{
"job": "In Memory Of",
"department": "Crew",
"credit_id": "6256b6aa2efe4e0e4f9b0690",
"adult": false,
"gender": 2,
"id": 16790,
"known_for_department": "Acting",
"name": "Gaspard Ulliel",
"original_name": "Gaspard Ulliel",
"popularity": 11.844,
"profile_path": "/fuZEtNbCzzQr2v4DhhCKo7YAsb0.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "6256bd6551e6ab0099756b63",
"adult": false,
"gender": 0,
"id": 1392635,
"known_for_department": "Crew",
"name": "Domonkos Pardanyi",
"original_name": "Domonkos Pardanyi",
"popularity": 2.188,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bd7d4cd91200500a1dbb",
"adult": false,
"gender": 0,
"id": 3505010,
"known_for_department": "Crew",
"name": "Dalia Alsalty",
"original_name": "Dalia Alsalty",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bd9051e6ab0ace29814d",
"adult": false,
"gender": 2,
"id": 3505011,
"known_for_department": "Crew",
"name": "Mehrzad Asgi-Kermani",
"original_name": "Mehrzad Asgi-Kermani",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bda50c271002273b940e",
"adult": false,
"gender": 0,
"id": 3505012,
"known_for_department": "Crew",
"name": "Dávid Balogh",
"original_name": "Dávid Balogh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bde82efe4e0e4f9b1c93",
"adult": false,
"gender": 1,
"id": 1821647,
"known_for_department": "Crew",
"name": "Sarah Belala",
"original_name": "Sarah Belala",
"popularity": 1.187,
"profile_path": "/amFRwu8mcA9qI61B9FiXTUSK7vB.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bdf3323eba0e4c9727e1",
"adult": false,
"gender": 2,
"id": 3505013,
"known_for_department": "Crew",
"name": "Marvin Berrembou",
"original_name": "Marvin Berrembou",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256be4c0e4419009c930b07",
"adult": false,
"gender": 0,
"id": 3505015,
"known_for_department": "Crew",
"name": "Manuela Cauxeiro",
"original_name": "Manuela Cauxeiro",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256be5dcf4a6401eece8542",
"adult": false,
"gender": 0,
"id": 3505017,
"known_for_department": "Crew",
"name": "Thibault Chiron",
"original_name": "Thibault Chiron",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256be692efe4e0e4f9b1da1",
"adult": false,
"gender": 0,
"id": 3505018,
"known_for_department": "Crew",
"name": "Bence Dinya",
"original_name": "Bence Dinya",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256be9b931ea1013d62a71b",
"adult": false,
"gender": 0,
"id": 3505019,
"known_for_department": "Crew",
"name": "Bilel Mehdi Haouat",
"original_name": "Bilel Mehdi Haouat",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bec12efe4e00a57c5df5",
"adult": false,
"gender": 0,
"id": 3505020,
"known_for_department": "Crew",
"name": "Gergő Hodur",
"original_name": "Gergő Hodur",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256becb4cd9120db949df1c",
"adult": false,
"gender": 0,
"id": 2758128,
"known_for_department": "Crew",
"name": "Othman Ilyassa",
"original_name": "Othman Ilyassa",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bedb6cf3d501bf33772b",
"adult": false,
"gender": 0,
"id": 3505021,
"known_for_department": "Crew",
"name": "Bálint Juhász",
"original_name": "Bálint Juhász",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bef22efe4e00a57c5ea0",
"adult": false,
"gender": 0,
"id": 3505022,
"known_for_department": "Crew",
"name": "David Juhasz",
"original_name": "David Juhasz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bfc66cf3d50e57691aba",
"adult": false,
"gender": 2,
"id": 2215084,
"known_for_department": "Crew",
"name": "Kasi Béla",
"original_name": "Kasi Béla",
"popularity": 0.714,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c03f6cf3d501bf337ce0",
"adult": false,
"gender": 0,
"id": 3505027,
"known_for_department": "Crew",
"name": "István Kiss",
"original_name": "István Kiss",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c062931ea1013d62ad9c",
"adult": false,
"gender": 0,
"id": 3505029,
"known_for_department": "Crew",
"name": "Bence Könczei",
"original_name": "Bence Könczei",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c08c2efe4e0a57a30ab0",
"adult": false,
"gender": 0,
"id": 3505030,
"known_for_department": "Crew",
"name": "Jószef Kovács",
"original_name": "Jószef Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c14f0c271002273ba08f",
"adult": false,
"gender": 0,
"id": 3505034,
"known_for_department": "Crew",
"name": "Lilla Lesó",
"original_name": "Lilla Lesó",
"popularity": 0.828,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c1f6d38b580050e2526e",
"adult": false,
"gender": 2,
"id": 221433,
"known_for_department": "Acting",
"name": "Alex Martin",
"original_name": "Alex Martin",
"popularity": 0.6,
"profile_path": "/gLCmVDcfycIDLcwU18krVAdC8Wt.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c206cf4a640ea4a2b997",
"adult": false,
"gender": 2,
"id": 1563099,
"known_for_department": "Acting",
"name": "Patrick Médioni",
"original_name": "Patrick Médioni",
"popularity": 3.061,
"profile_path": "/pFtDTBI3y90NHWZsRp2RDZuxPjf.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c23f4cd9120db949eccd",
"adult": false,
"gender": 0,
"id": 3505041,
"known_for_department": "Crew",
"name": "Iliés Moujane",
"original_name": "Iliés Moujane",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c247389da1009defb03a",
"adult": false,
"gender": 0,
"id": 2487285,
"known_for_department": "Crew",
"name": "Attila Nagy",
"original_name": "Attila Nagy",
"popularity": 0.608,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c28c389da100672fd87d",
"adult": false,
"gender": 0,
"id": 3505042,
"known_for_department": "Crew",
"name": "Khalid Nooureddine",
"original_name": "Khalid Nooureddine",
"popularity": 0.648,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2ae0e4419009c931882",
"adult": false,
"gender": 0,
"id": 1183769,
"known_for_department": "Crew",
"name": "Antoine Piquet",
"original_name": "Antoine Piquet",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2c4d38b580050e25461",
"adult": false,
"gender": 0,
"id": 3505043,
"known_for_department": "Crew",
"name": "Andres Sergei",
"original_name": "Andres Sergei",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2d36cf3d50e576923e3",
"adult": false,
"gender": 0,
"id": 3505044,
"known_for_department": "Crew",
"name": "Singh Bahadur-Ruben",
"original_name": "Singh Bahadur-Ruben",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c3e96cf3d50e576927fc",
"adult": false,
"gender": 0,
"id": 563872,
"known_for_department": "Acting",
"name": "István Széni",
"original_name": "István Széni",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c405323eba0e16fb26e8",
"adult": false,
"gender": 0,
"id": 3505048,
"known_for_department": "Crew",
"name": "Reni Szlominski",
"original_name": "Reni Szlominski",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c40f0c27100bd6716613",
"adult": false,
"gender": 0,
"id": 3505049,
"known_for_department": "Crew",
"name": "Dorottya Talpassy",
"original_name": "Dorottya Talpassy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c428389da100672fdf0e",
"adult": false,
"gender": 0,
"id": 3505050,
"known_for_department": "Crew",
"name": "Roland Zoltán",
"original_name": "Roland Zoltán",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6256c56e2efe4e0e4f9b36f4",
"adult": false,
"gender": 2,
"id": 3505062,
"known_for_department": "Crew",
"name": "Tamás Katrics",
"original_name": "Tamás Katrics",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6256c575931ea1009c5eaab7",
"adult": false,
"gender": 0,
"id": 2069522,
"known_for_department": "Crew",
"name": "Németh Tamás",
"original_name": "Németh Tamás",
"popularity": 1.001,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6256c5812efe4e0a57a319f3",
"adult": false,
"gender": 2,
"id": 3505064,
"known_for_department": "Crew",
"name": "Grégory Nolbas",
"original_name": "Grégory Nolbas",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6256c588cf4a6402ab26338e",
"adult": false,
"gender": 0,
"id": 2913987,
"known_for_department": "Crew",
"name": "Moussa Sako",
"original_name": "Moussa Sako",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6256c5942efe4e00a57c778f",
"adult": false,
"gender": 2,
"id": 2242073,
"known_for_department": "Acting",
"name": "Sebastien Soudais",
"original_name": "Sebastien Soudais",
"popularity": 0.983,
"profile_path": "/ldFaldfrFnZjYuoKywvIN4lNTK7.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "6256c678323eba0dc6d700a8",
"adult": false,
"gender": 0,
"id": 2069525,
"known_for_department": "Crew",
"name": "Akos Lenkei",
"original_name": "Akos Lenkei",
"popularity": 0.713,
"profile_path": null
},
{
"job": "Additional Editing",
"department": "Editing",
"credit_id": "6256c6ae389da1005119c255",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d062cf4a640ea4a2f24e",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d068cf4a640ea4a2f282",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d0770e44190e550b8714",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d07c389da10067301206",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fac3f9253216228a8b22",
"adult": false,
"gender": 0,
"id": 1730839,
"known_for_department": "Camera",
"name": "Zoltán Jánossa",
"original_name": "Zoltán Jánossa",
"popularity": 0.702,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fae912aabc0067aa7cc0",
"adult": false,
"gender": 0,
"id": 3525491,
"known_for_department": "Camera",
"name": "Gustav Kirsch",
"original_name": "Gustav Kirsch",
"popularity": 0.6,
"profile_path": null
},
{
"job": "\"C\" Camera Operator",
"department": "Camera",
"credit_id": "6268fb3564f716160e6f8ccb",
"adult": false,
"gender": 0,
"id": 1749343,
"known_for_department": "Camera",
"name": "Claudia Kovács",
"original_name": "Claudia Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb47001bbd154942210c",
"adult": false,
"gender": 0,
"id": 3525493,
"known_for_department": "Camera",
"name": "Marcell Mestyán",
"original_name": "Marcell Mestyán",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Second Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb5612aabc0067aa7d12",
"adult": false,
"gender": 0,
"id": 3157884,
"known_for_department": "Camera",
"name": "Máté Miklósfalvi",
"original_name": "Máté Miklósfalvi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Visual Effects Coordinator",
"department": "Visual Effects",
"credit_id": "6268fd531967570051a3c8a3",
"adult": false,
"gender": 1,
"id": 2482379,
"known_for_department": "Visual Effects",
"name": "Kathryn Fowler",
"original_name": "Kathryn Fowler",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Hairstylist",
"department": "Costume & Make-Up",
"credit_id": "626905cc7cffda0065486bfd",
"adult": false,
"gender": 0,
"id": 3165220,
"known_for_department": "Costume & Make-Up",
"name": "Zoltán Tóth",
"original_name": "Zoltán Tóth",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Makeup Artist",
"department": "Costume & Make-Up",
"credit_id": "6269060e9f37b0009adcb400",
"adult": false,
"gender": 2,
"id": 2491614,
"known_for_department": "Costume & Make-Up",
"name": "Theodore Rowan Salisbury",
"original_name": "Theodore Rowan Salisbury",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907a25ab81a132fe54a84",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "626907a8fea0d700657722b0",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Production Supervisor",
"department": "Production",
"credit_id": "626907ec3876510167e4eda6",
"adult": false,
"gender": 1,
"id": 3486122,
"known_for_department": "Production",
"name": "Lisa Dietrick",
"original_name": "Lisa Dietrick",
"popularity": 0.98,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "6269082312aabc00516add97",
"adult": false,
"gender": 0,
"id": 1740449,
"known_for_department": "Directing",
"name": "Jeff Okabayashi",
"original_name": "Jeff Okabayashi",
"popularity": 1.999,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "6269086b1f98d1009adaf542",
"adult": false,
"gender": 0,
"id": 2480885,
"known_for_department": "Directing",
"name": "Jeremy Silveira",
"original_name": "Jeremy Silveira",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Second Second Assistant Director",
"department": "Directing",
"credit_id": "626908b44ccc5000651d6e07",
"adult": false,
"gender": 0,
"id": 2624686,
"known_for_department": "Directing",
"name": "Steve Windle",
"original_name": "Steve Windle",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "626908ec001bbd154b2c23b9",
"adult": false,
"gender": 2,
"id": 8523,
"known_for_department": "Camera",
"name": "Russell Carpenter",
"original_name": "Russell Carpenter",
"popularity": 5.356,
"profile_path": "/lUvCkzSLCJe7HcQGSIO4wLHuRF.jpg"
},
{
"job": "Stunt Coordinator",
"department": "Crew",
"credit_id": "627235e1cc277c38b27689f3",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "6272398806f98400507df0c5",
"adult": false,
"gender": 0,
"id": 1399644,
"known_for_department": "Directing",
"name": "Gabriella Winkler",
"original_name": "Gabriella Winkler",
"popularity": 0.617,
"profile_path": null
},
{
"job": "Camera Operator",
"department": "Camera",
"credit_id": "62723b4cc74eba0f0e90f0fe",
"adult": false,
"gender": 0,
"id": 3525529,
"known_for_department": "Camera",
"name": "Baturay Ertas",
"original_name": "Baturay Ertas",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Production",
"credit_id": "62723c1b7cffda73179c040d",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "6322dfe4fd4a96007f61aa7b",
"adult": false,
"gender": 2,
"id": 2937135,
"known_for_department": "Writing",
"name": "Peter Cameron",
"original_name": "Peter Cameron",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c80da76ac50449b3730d",
"adult": false,
"gender": 2,
"id": 936370,
"known_for_department": "Editing",
"name": "Ahmed Hafez",
"original_name": "Ahmed Hafez",
"popularity": 0.676,
"profile_path": "/48Kx7fBBrUDEJWaJtpZ6Z8Wze0T.jpg"
}
],
"guest_stars": [
{
"character": "Forger",
"credit_id": "6256b74651e6ab0099755a9c",
"order": 518,
"adult": false,
"gender": 1,
"id": 1353187,
"known_for_department": "Acting",
"name": "Barbara Rosenblat",
"original_name": "Barbara Rosenblat",
"popularity": 1.588,
"profile_path": "/lDJAZuncrJ1l54RHriLRx4B63lC.jpg"
},
{
"character": "Alpha",
"credit_id": "6256bab10c271002295d783e",
"order": 519,
"adult": false,
"gender": 2,
"id": 562155,
"known_for_department": "Acting",
"name": "Jalil Naciri",
"original_name": "Jalil Naciri",
"popularity": 2.534,
"profile_path": "/8hxPFufkYT3U2Yogu2uIrvg1mRT.jpg"
},
{
"character": "Beta",
"credit_id": "6256bac70e44190050ce7a04",
"order": 520,
"adult": false,
"gender": 0,
"id": 3505002,
"known_for_department": "Acting",
"name": "Mohamed El Achi",
"original_name": "Mohamed El Achi",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Young Punk",
"credit_id": "6256bad1323eba0e16fb075b",
"order": 521,
"adult": false,
"gender": 2,
"id": 1320597,
"known_for_department": "Acting",
"name": "Ahmed Dash",
"original_name": "Ahmed Dash",
"popularity": 3.273,
"profile_path": "/ljxJ8EjiXmQHUogHSRM4UOMLuuI.jpg"
},
{
"character": "Taxi Driver",
"credit_id": "6256bade0e44190e550b3a74",
"order": 522,
"adult": false,
"gender": 0,
"id": 3505003,
"known_for_department": "Acting",
"name": "Larz Nan",
"original_name": "Larz Nan",
"popularity": 0.996,
"profile_path": null
},
{
"character": "Juice Vendor",
"credit_id": "6256bae94cd9120db949d222",
"order": 523,
"adult": false,
"gender": 0,
"id": 2065235,
"known_for_department": "Acting",
"name": "Amr Elkady",
"original_name": "Amr Elkady",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Felucca Woman",
"credit_id": "6256bafa323eba0e4c971fc6",
"order": 524,
"adult": false,
"gender": 0,
"id": 3505005,
"known_for_department": "Acting",
"name": "Mahmoud-Mohamed Sihem Soltan",
"original_name": "Mahmoud-Mohamed Sihem Soltan",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Security Guard",
"credit_id": "6256bb050e44190050ce7a75",
"order": 525,
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Selim",
"credit_id": "6256b65751e6ab00997558d4",
"order": 541,
"adult": false,
"gender": 2,
"id": 53480,
"known_for_department": "Acting",
"name": "Khalid Abdalla",
"original_name": "Khalid Abdalla",
"popularity": 2.22,
"profile_path": "/iYRhheaol1T19Qy8a8pTIPk9COK.jpg"
},
{
"character": "Yatzil",
"credit_id": "6256b75d323eba0e4c9715ca",
"order": 544,
"adult": false,
"gender": 1,
"id": 1704268,
"known_for_department": "Acting",
"name": "Díana Bermudez",
"original_name": "Díana Bermudez",
"popularity": 1.4,
"profile_path": "/4g1J1lAjrH62nMB7BUEIlXZJ6UW.jpg"
},
{
"character": "Horus's Avatar",
"credit_id": "6256b76f2efe4e0e4f9b0858",
"order": 545,
"adult": false,
"gender": 2,
"id": 1508585,
"known_for_department": "Acting",
"name": "Declan Hannigan",
"original_name": "Declan Hannigan",
"popularity": 2.359,
"profile_path": "/aPT5SwDjnbU1RJSHu5KbNKeTxVh.jpg"
},
{
"character": "Tefnut's Avatar",
"credit_id": "6256b788d38b58009cde1fd6",
"order": 546,
"adult": false,
"gender": 1,
"id": 3504999,
"known_for_department": "Acting",
"name": "Hayley Konadu",
"original_name": "Hayley Konadu",
"popularity": 0.98,
"profile_path": "/beElZUAuKBz6pvZi97wNXnVUfoC.jpg"
},
{
"character": "Isis's Avatar",
"credit_id": "6256ba944cd9120df6cfb9f5",
"order": 547,
"adult": false,
"gender": 1,
"id": 2173699,
"known_for_department": "Acting",
"name": "Nagisa Morimoto",
"original_name": "Nagisa Morimoto",
"popularity": 0.79,
"profile_path": "/65UkbtI9uzKms7b3vKqohOTdffW.jpg"
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
},
{
"character": "Anton Mogart",
"credit_id": "62c8674505f9cf004c831f3d",
"order": 556,
"adult": false,
"gender": 2,
"id": 16790,
"known_for_department": "Acting",
"name": "Gaspard Ulliel",
"original_name": "Gaspard Ulliel",
"popularity": 11.844,
"profile_path": "/fuZEtNbCzzQr2v4DhhCKo7YAsb0.jpg"
},
{
"character": "Bek",
"credit_id": "62c86765df294500505b7330",
"order": 557,
"adult": false,
"gender": 0,
"id": 2035979,
"known_for_department": "Acting",
"name": "Loic Mabanza",
"original_name": "Loic Mabanza",
"popularity": 0.996,
"profile_path": "/tTDE5k5Vj4HC3meowrMGVruowKw.jpg"
}
]
},
{
"air_date": "2022-04-20",
"episode_number": 4,
"id": 3453973,
"name": "The Tomb",
"overview": "Marc & Steven trek the Siwa Desert with Layla to find Ammit’s tomb, but the threats ahead look to protect the goddess’ resting place.",
"production_code": "",
"runtime": 54,
"season_number": 1,
"show_id": 92749,
"still_path": "/ujPdwFsye9ojzFjPTcJ2yk227K7.jpg",
"vote_average": 7.281,
"vote_count": 48,
"crew": [
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c72ce3fa2f00450ba84b",
"adult": false,
"gender": 2,
"id": 1074560,
"known_for_department": "Writing",
"name": "Justin Benson",
"original_name": "Justin Benson",
"popularity": 3.004,
"profile_path": "/mch4MNcOxVsej3O5ifugkZTFzWI.jpg"
},
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c7329ee0ef0046d8267a",
"adult": false,
"gender": 2,
"id": 583479,
"known_for_department": "Directing",
"name": "Aaron Moorhead",
"original_name": "Aaron Moorhead",
"popularity": 2.168,
"profile_path": "/plvZ27ya8yxyyqSCHbwBMjFfJwS.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416dc81140f0047bf4054",
"adult": false,
"gender": 0,
"id": 3485905,
"known_for_department": "Crew",
"name": "Martin Csorba",
"original_name": "Martin Csorba",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416ef3e09f3004701edd6",
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418ca2cde980047e92c17",
"adult": false,
"gender": 0,
"id": 1844193,
"known_for_department": "Crew",
"name": "Richard Nagy",
"original_name": "Richard Nagy",
"popularity": 0.943,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "6244d784f263ba008acceac1",
"adult": false,
"gender": 2,
"id": 1106693,
"known_for_department": "Camera",
"name": "Andrew Droz Palermo",
"original_name": "Andrew Droz Palermo",
"popularity": 1.153,
"profile_path": "/QULpWyPKmlvLsqHevTj8rCUb3W.jpg"
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3844f9a9900517528a0",
"adult": false,
"gender": 2,
"id": 1625050,
"known_for_department": "Writing",
"name": "Sabir Pirzada",
"original_name": "Sabir Pirzada",
"popularity": 1.145,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3aed34eb30053b1e2bb",
"adult": false,
"gender": 0,
"id": 2605379,
"known_for_department": "Writing",
"name": "Alex Meenehan",
"original_name": "Alex Meenehan",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624d4508bb2602009be96664",
"adult": false,
"gender": 0,
"id": 1943271,
"known_for_department": "Directing",
"name": "Edward Brett",
"original_name": "Edward Brett",
"popularity": 1.632,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "624d451423bcf40098a84961",
"adult": false,
"gender": 2,
"id": 2379572,
"known_for_department": "Directing",
"name": "Jeff Taylor",
"original_name": "Jeff Taylor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47d20d1e7f00a6e894a0",
"adult": false,
"gender": 2,
"id": 3495286,
"known_for_department": "Crew",
"name": "Bence Bauer",
"original_name": "Bence Bauer",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624d4aa5b2681f006a380cdd",
"adult": false,
"gender": 0,
"id": 3495303,
"known_for_department": "Editing",
"name": "Matt Barton",
"original_name": "Matt Barton",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bd9051e6ab0ace29814d",
"adult": false,
"gender": 2,
"id": 3505011,
"known_for_department": "Crew",
"name": "Mehrzad Asgi-Kermani",
"original_name": "Mehrzad Asgi-Kermani",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bde82efe4e0e4f9b1c93",
"adult": false,
"gender": 1,
"id": 1821647,
"known_for_department": "Crew",
"name": "Sarah Belala",
"original_name": "Sarah Belala",
"popularity": 1.187,
"profile_path": "/amFRwu8mcA9qI61B9FiXTUSK7vB.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bdf3323eba0e4c9727e1",
"adult": false,
"gender": 2,
"id": 3505013,
"known_for_department": "Crew",
"name": "Marvin Berrembou",
"original_name": "Marvin Berrembou",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bec12efe4e00a57c5df5",
"adult": false,
"gender": 0,
"id": 3505020,
"known_for_department": "Crew",
"name": "Gergő Hodur",
"original_name": "Gergő Hodur",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c08c2efe4e0a57a30ab0",
"adult": false,
"gender": 0,
"id": 3505030,
"known_for_department": "Crew",
"name": "Jószef Kovács",
"original_name": "Jószef Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c1f6d38b580050e2526e",
"adult": false,
"gender": 2,
"id": 221433,
"known_for_department": "Acting",
"name": "Alex Martin",
"original_name": "Alex Martin",
"popularity": 0.6,
"profile_path": "/gLCmVDcfycIDLcwU18krVAdC8Wt.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c206cf4a640ea4a2b997",
"adult": false,
"gender": 2,
"id": 1563099,
"known_for_department": "Acting",
"name": "Patrick Médioni",
"original_name": "Patrick Médioni",
"popularity": 3.061,
"profile_path": "/pFtDTBI3y90NHWZsRp2RDZuxPjf.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c23f4cd9120db949eccd",
"adult": false,
"gender": 0,
"id": 3505041,
"known_for_department": "Crew",
"name": "Iliés Moujane",
"original_name": "Iliés Moujane",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c247389da1009defb03a",
"adult": false,
"gender": 0,
"id": 2487285,
"known_for_department": "Crew",
"name": "Attila Nagy",
"original_name": "Attila Nagy",
"popularity": 0.608,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c428389da100672fdf0e",
"adult": false,
"gender": 0,
"id": 3505050,
"known_for_department": "Crew",
"name": "Roland Zoltán",
"original_name": "Roland Zoltán",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Additional Editing",
"department": "Editing",
"credit_id": "6256c6ae389da1005119c255",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d062cf4a640ea4a2f24e",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d068cf4a640ea4a2f282",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d0770e44190e550b8714",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d07c389da10067301206",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602cbb168ea315567027c4",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602ccd7fcab3005094f5c8",
"adult": false,
"gender": 0,
"id": 3515820,
"known_for_department": "Crew",
"name": "Meghane Amouri",
"original_name": "Meghane Amouri",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602cda322b2b00a103073c",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62602d47168ea3155825ea1f",
"adult": false,
"gender": 0,
"id": 2793039,
"known_for_department": "Crew",
"name": "Mouloud Ikhaddelene",
"original_name": "Mouloud Ikhaddelene",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62602d94e61e6d00a7a285df",
"adult": false,
"gender": 0,
"id": 3515824,
"known_for_department": "Crew",
"name": "Tibor Szauervein",
"original_name": "Tibor Szauervein",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "626030a97fcab300666785ea",
"adult": false,
"gender": 2,
"id": 2137418,
"known_for_department": "Crew",
"name": "Frank Robbins",
"original_name": "Frank Robbins",
"popularity": 0.6,
"profile_path": "/kIykFyKLFbzeoxynTeWFCKDgWvt.jpg"
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62603179d4cc8e0067e1d739",
"adult": false,
"gender": 2,
"id": 141359,
"known_for_department": "Writing",
"name": "Roy Thomas",
"original_name": "Roy Thomas",
"popularity": 2.198,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fac3f9253216228a8b22",
"adult": false,
"gender": 0,
"id": 1730839,
"known_for_department": "Camera",
"name": "Zoltán Jánossa",
"original_name": "Zoltán Jánossa",
"popularity": 0.702,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fae912aabc0067aa7cc0",
"adult": false,
"gender": 0,
"id": 3525491,
"known_for_department": "Camera",
"name": "Gustav Kirsch",
"original_name": "Gustav Kirsch",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Visual Effects Coordinator",
"department": "Visual Effects",
"credit_id": "6268fd531967570051a3c8a3",
"adult": false,
"gender": 1,
"id": 2482379,
"known_for_department": "Visual Effects",
"name": "Kathryn Fowler",
"original_name": "Kathryn Fowler",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Hairstylist",
"department": "Costume & Make-Up",
"credit_id": "626905cc7cffda0065486bfd",
"adult": false,
"gender": 0,
"id": 3165220,
"known_for_department": "Costume & Make-Up",
"name": "Zoltán Tóth",
"original_name": "Zoltán Tóth",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Makeup Artist",
"department": "Costume & Make-Up",
"credit_id": "6269060e9f37b0009adcb400",
"adult": false,
"gender": 2,
"id": 2491614,
"known_for_department": "Costume & Make-Up",
"name": "Theodore Rowan Salisbury",
"original_name": "Theodore Rowan Salisbury",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907a25ab81a132fe54a84",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "626907a8fea0d700657722b0",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Production Supervisor",
"department": "Production",
"credit_id": "626907ec3876510167e4eda6",
"adult": false,
"gender": 1,
"id": 3486122,
"known_for_department": "Production",
"name": "Lisa Dietrick",
"original_name": "Lisa Dietrick",
"popularity": 0.98,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "6269082312aabc00516add97",
"adult": false,
"gender": 0,
"id": 1740449,
"known_for_department": "Directing",
"name": "Jeff Okabayashi",
"original_name": "Jeff Okabayashi",
"popularity": 1.999,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "6269086b1f98d1009adaf542",
"adult": false,
"gender": 0,
"id": 2480885,
"known_for_department": "Directing",
"name": "Jeremy Silveira",
"original_name": "Jeremy Silveira",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Second Second Assistant Director",
"department": "Directing",
"credit_id": "626908b44ccc5000651d6e07",
"adult": false,
"gender": 0,
"id": 2624686,
"known_for_department": "Directing",
"name": "Steve Windle",
"original_name": "Steve Windle",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "626908ec001bbd154b2c23b9",
"adult": false,
"gender": 2,
"id": 8523,
"known_for_department": "Camera",
"name": "Russell Carpenter",
"original_name": "Russell Carpenter",
"popularity": 5.356,
"profile_path": "/lUvCkzSLCJe7HcQGSIO4wLHuRF.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "627236166f53e158eb88bbb9",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "6272398806f98400507df0c5",
"adult": false,
"gender": 0,
"id": 1399644,
"known_for_department": "Directing",
"name": "Gabriella Winkler",
"original_name": "Gabriella Winkler",
"popularity": 0.617,
"profile_path": null
},
{
"job": "Camera Operator",
"department": "Camera",
"credit_id": "62723b4cc74eba0f0e90f0fe",
"adult": false,
"gender": 0,
"id": 3525529,
"known_for_department": "Camera",
"name": "Baturay Ertas",
"original_name": "Baturay Ertas",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Production",
"credit_id": "62723c1b7cffda73179c040d",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "6322dfe4fd4a96007f61aa7b",
"adult": false,
"gender": 2,
"id": 2937135,
"known_for_department": "Writing",
"name": "Peter Cameron",
"original_name": "Peter Cameron",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c80da76ac50449b3730d",
"adult": false,
"gender": 2,
"id": 936370,
"known_for_department": "Editing",
"name": "Ahmed Hafez",
"original_name": "Ahmed Hafez",
"popularity": 0.676,
"profile_path": "/48Kx7fBBrUDEJWaJtpZ6Z8Wze0T.jpg"
}
],
"guest_stars": [
{
"character": "Donna",
"credit_id": "62440015c50ad2005cdeb4f9",
"order": 526,
"adult": false,
"gender": 1,
"id": 1747175,
"known_for_department": "Acting",
"name": "Lucy Thackeray",
"original_name": "Lucy Thackeray",
"popularity": 1.22,
"profile_path": "/xYgQ9b2EJsSYaoNgNklgB6NPsQC.jpg"
},
{
"character": "Crawley",
"credit_id": "6244003681140f005cdf3d4f",
"order": 527,
"adult": false,
"gender": 2,
"id": 229961,
"known_for_department": "Acting",
"name": "Shaun Scott",
"original_name": "Shaun Scott",
"popularity": 2.591,
"profile_path": "/yA3zXU2UM0xIRtCx6tugiMb5Ahw.jpg"
},
{
"character": "Heka Priest #1",
"credit_id": "625fd6190792e1151e8b172e",
"order": 528,
"adult": false,
"gender": 0,
"id": 3505017,
"known_for_department": "Crew",
"name": "Thibault Chiron",
"original_name": "Thibault Chiron",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Heka Priest #2",
"credit_id": "625fd646dfaae9016fd16919",
"order": 529,
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Dr. Grant",
"credit_id": "625fd6567fcab300a6adcb87",
"order": 530,
"adult": false,
"gender": 2,
"id": 1190069,
"known_for_department": "Acting",
"name": "Joseph Millson",
"original_name": "Joseph Millson",
"popularity": 5.783,
"profile_path": "/pd5iENRPBpybR935qv8C2TVtGNL.jpg"
},
{
"character": "Rosser",
"credit_id": "625fd661dfaae901704d0ec0",
"order": 531,
"adult": false,
"gender": 2,
"id": 3361404,
"known_for_department": "Acting",
"name": "Bill Bekele",
"original_name": "Bill Bekele",
"popularity": 0.6,
"profile_path": "/4588R560zYCbkCIEZk01sweIlKQ.jpg"
},
{
"character": "Disciple",
"credit_id": "625fd678322b2b00666a249c",
"order": 532,
"adult": false,
"gender": 2,
"id": 221433,
"known_for_department": "Acting",
"name": "Alex Martin",
"original_name": "Alex Martin",
"popularity": 0.6,
"profile_path": "/gLCmVDcfycIDLcwU18krVAdC8Wt.jpg"
},
{
"character": "Psychiatric Ward Patient",
"credit_id": "625fd693dfaae9016fd169e9",
"order": 533,
"adult": false,
"gender": 0,
"id": 3515335,
"known_for_department": "Acting",
"name": "Zizi Dagher",
"original_name": "Zizi Dagher",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Selim",
"credit_id": "6256b65751e6ab00997558d4",
"order": 541,
"adult": false,
"gender": 2,
"id": 53480,
"known_for_department": "Acting",
"name": "Khalid Abdalla",
"original_name": "Khalid Abdalla",
"popularity": 2.22,
"profile_path": "/iYRhheaol1T19Qy8a8pTIPk9COK.jpg"
},
{
"character": "Taweret",
"credit_id": "625fd5c1dfaae9016fd167c8",
"order": 542,
"adult": false,
"gender": 1,
"id": 3476910,
"known_for_department": "Acting",
"name": "Antonia Salib",
"original_name": "Antonia Salib",
"popularity": 0.74,
"profile_path": "/84cvzx3jv1Cbf0HOug0QeRk8rWV.jpg"
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
},
{
"character": "Bek",
"credit_id": "62c86765df294500505b7330",
"order": 557,
"adult": false,
"gender": 0,
"id": 2035979,
"known_for_department": "Acting",
"name": "Loic Mabanza",
"original_name": "Loic Mabanza",
"popularity": 0.996,
"profile_path": "/tTDE5k5Vj4HC3meowrMGVruowKw.jpg"
}
]
},
{
"air_date": "2022-04-27",
"episode_number": 5,
"id": 3453974,
"name": "Asylum",
"overview": "Marc & Steven search through their memories to find their truth or become left behind.",
"production_code": "",
"runtime": 50,
"season_number": 1,
"show_id": 92749,
"still_path": "/sYnW3wMnmAYK9SHtsOGqVFlZNde.jpg",
"vote_average": 7.591,
"vote_count": 44,
"crew": [
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c6f81d820f0044d00620",
"adult": false,
"gender": 2,
"id": 130204,
"known_for_department": "Writing",
"name": "Mohamed Diab",
"original_name": "Mohamed Diab",
"popularity": 1.233,
"profile_path": "/mJ8USiA1sNnexWtDxcDbjTyiNDe.jpg"
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "62441166dfe31d005bcccc28",
"adult": false,
"gender": 2,
"id": 957150,
"known_for_department": "Camera",
"name": "Gregory Middleton",
"original_name": "Gregory Middleton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624411f85a991500484872b6",
"adult": false,
"gender": 0,
"id": 2082224,
"known_for_department": "Directing",
"name": "Simon Aguirre",
"original_name": "Simon Aguirre",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "62441201223a8b009427293e",
"adult": false,
"gender": 0,
"id": 2892543,
"known_for_department": "Directing",
"name": "Simon Whitby",
"original_name": "Simon Whitby",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416b6c50ad2005cdeddbe",
"adult": false,
"gender": 0,
"id": 3485904,
"known_for_department": "Crew",
"name": "Jonka Bánszkiy",
"original_name": "Jonka Bánszkiy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416dc81140f0047bf4054",
"adult": false,
"gender": 0,
"id": 3485905,
"known_for_department": "Crew",
"name": "Martin Csorba",
"original_name": "Martin Csorba",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aa83e09f30087c8dbdd",
"adult": false,
"gender": 0,
"id": 1844194,
"known_for_department": "Crew",
"name": "Béla Orsányi",
"original_name": "Béla Orsányi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441ad4dfe31d00475e1edd",
"adult": false,
"gender": 0,
"id": 3485922,
"known_for_department": "Crew",
"name": "Mira Stupek",
"original_name": "Mira Stupek",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441afb0f365500966c807d",
"adult": false,
"gender": 0,
"id": 2069518,
"known_for_department": "Crew",
"name": "Zoltan Szanto",
"original_name": "Zoltan Szanto",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bf15a9915005d5ddc2b",
"adult": false,
"gender": 0,
"id": 3485923,
"known_for_department": "Crew",
"name": "Vékes András",
"original_name": "Vékes András",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428aa2cde980047e9454b",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3d34f9a99009bb64c3e",
"adult": false,
"gender": 1,
"id": 1367577,
"known_for_department": "Writing",
"name": "Rebecca Kirsch",
"original_name": "Rebecca Kirsch",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Writer",
"department": "Writing",
"credit_id": "624bd3ddfea6e3004f8edccd",
"adult": false,
"gender": 0,
"id": 2058138,
"known_for_department": "Writing",
"name": "Matthew Orton",
"original_name": "Matthew Orton",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47d20d1e7f00a6e894a0",
"adult": false,
"gender": 2,
"id": 3495286,
"known_for_department": "Crew",
"name": "Bence Bauer",
"original_name": "Bence Bauer",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624d4aa5b2681f006a380cdd",
"adult": false,
"gender": 0,
"id": 3495303,
"known_for_department": "Editing",
"name": "Matt Barton",
"original_name": "Matt Barton",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bd9051e6ab0ace29814d",
"adult": false,
"gender": 2,
"id": 3505011,
"known_for_department": "Crew",
"name": "Mehrzad Asgi-Kermani",
"original_name": "Mehrzad Asgi-Kermani",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bde82efe4e0e4f9b1c93",
"adult": false,
"gender": 1,
"id": 1821647,
"known_for_department": "Crew",
"name": "Sarah Belala",
"original_name": "Sarah Belala",
"popularity": 1.187,
"profile_path": "/amFRwu8mcA9qI61B9FiXTUSK7vB.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bdf3323eba0e4c9727e1",
"adult": false,
"gender": 2,
"id": 3505013,
"known_for_department": "Crew",
"name": "Marvin Berrembou",
"original_name": "Marvin Berrembou",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bec12efe4e00a57c5df5",
"adult": false,
"gender": 0,
"id": 3505020,
"known_for_department": "Crew",
"name": "Gergő Hodur",
"original_name": "Gergő Hodur",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c08c2efe4e0a57a30ab0",
"adult": false,
"gender": 0,
"id": 3505030,
"known_for_department": "Crew",
"name": "Jószef Kovács",
"original_name": "Jószef Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c1f6d38b580050e2526e",
"adult": false,
"gender": 2,
"id": 221433,
"known_for_department": "Acting",
"name": "Alex Martin",
"original_name": "Alex Martin",
"popularity": 0.6,
"profile_path": "/gLCmVDcfycIDLcwU18krVAdC8Wt.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c206cf4a640ea4a2b997",
"adult": false,
"gender": 2,
"id": 1563099,
"known_for_department": "Acting",
"name": "Patrick Médioni",
"original_name": "Patrick Médioni",
"popularity": 3.061,
"profile_path": "/pFtDTBI3y90NHWZsRp2RDZuxPjf.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c23f4cd9120db949eccd",
"adult": false,
"gender": 0,
"id": 3505041,
"known_for_department": "Crew",
"name": "Iliés Moujane",
"original_name": "Iliés Moujane",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c247389da1009defb03a",
"adult": false,
"gender": 0,
"id": 2487285,
"known_for_department": "Crew",
"name": "Attila Nagy",
"original_name": "Attila Nagy",
"popularity": 0.608,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2ae0e4419009c931882",
"adult": false,
"gender": 0,
"id": 1183769,
"known_for_department": "Crew",
"name": "Antoine Piquet",
"original_name": "Antoine Piquet",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2c4d38b580050e25461",
"adult": false,
"gender": 0,
"id": 3505043,
"known_for_department": "Crew",
"name": "Andres Sergei",
"original_name": "Andres Sergei",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c428389da100672fdf0e",
"adult": false,
"gender": 0,
"id": 3505050,
"known_for_department": "Crew",
"name": "Roland Zoltán",
"original_name": "Roland Zoltán",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602cbb168ea315567027c4",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602cda322b2b00a103073c",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62602d47168ea3155825ea1f",
"adult": false,
"gender": 0,
"id": 2793039,
"known_for_department": "Crew",
"name": "Mouloud Ikhaddelene",
"original_name": "Mouloud Ikhaddelene",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "626030a97fcab300666785ea",
"adult": false,
"gender": 2,
"id": 2137418,
"known_for_department": "Crew",
"name": "Frank Robbins",
"original_name": "Frank Robbins",
"popularity": 0.6,
"profile_path": "/kIykFyKLFbzeoxynTeWFCKDgWvt.jpg"
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62603179d4cc8e0067e1d739",
"adult": false,
"gender": 2,
"id": 141359,
"known_for_department": "Writing",
"name": "Roy Thomas",
"original_name": "Roy Thomas",
"popularity": 2.198,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6268f8aa9f37b00066e752c5",
"adult": false,
"gender": 0,
"id": 3525447,
"known_for_department": "Crew",
"name": "Imène Benamrouche",
"original_name": "Imène Benamrouche",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6268f95b1f98d1009adae057",
"adult": false,
"gender": 2,
"id": 3158546,
"known_for_department": "Acting",
"name": "Harry Makanga",
"original_name": "Harry Makanga",
"popularity": 0.6,
"profile_path": "/osIb0RBgxaWuh9p2dKlSC3OG6Dz.jpg"
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fae912aabc0067aa7cc0",
"adult": false,
"gender": 0,
"id": 3525491,
"known_for_department": "Camera",
"name": "Gustav Kirsch",
"original_name": "Gustav Kirsch",
"popularity": 0.6,
"profile_path": null
},
{
"job": "\"C\" Camera Operator",
"department": "Camera",
"credit_id": "6268fb3564f716160e6f8ccb",
"adult": false,
"gender": 0,
"id": 1749343,
"known_for_department": "Camera",
"name": "Claudia Kovács",
"original_name": "Claudia Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb47001bbd154942210c",
"adult": false,
"gender": 0,
"id": 3525493,
"known_for_department": "Camera",
"name": "Marcell Mestyán",
"original_name": "Marcell Mestyán",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Second Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb5612aabc0067aa7d12",
"adult": false,
"gender": 0,
"id": 3157884,
"known_for_department": "Camera",
"name": "Máté Miklósfalvi",
"original_name": "Máté Miklósfalvi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Visual Effects Coordinator",
"department": "Visual Effects",
"credit_id": "6268fd531967570051a3c8a3",
"adult": false,
"gender": 1,
"id": 2482379,
"known_for_department": "Visual Effects",
"name": "Kathryn Fowler",
"original_name": "Kathryn Fowler",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Hairstylist",
"department": "Costume & Make-Up",
"credit_id": "626905cc7cffda0065486bfd",
"adult": false,
"gender": 0,
"id": 3165220,
"known_for_department": "Costume & Make-Up",
"name": "Zoltán Tóth",
"original_name": "Zoltán Tóth",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Makeup Artist",
"department": "Costume & Make-Up",
"credit_id": "6269060e9f37b0009adcb400",
"adult": false,
"gender": 2,
"id": 2491614,
"known_for_department": "Costume & Make-Up",
"name": "Theodore Rowan Salisbury",
"original_name": "Theodore Rowan Salisbury",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6269093c1f98d10050b8c80c",
"adult": false,
"gender": 2,
"id": 3525604,
"known_for_department": "Crew",
"name": "Bo Hampton",
"original_name": "Bo Hampton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Coordinator",
"department": "Crew",
"credit_id": "627235e1cc277c38b27689f3",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "627239e65800c40065ef4f77",
"adult": false,
"gender": 0,
"id": 3535866,
"known_for_department": "Directing",
"name": "Nikolina Vukovic",
"original_name": "Nikolina Vukovic",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Camera Operator",
"department": "Camera",
"credit_id": "62723b4cc74eba0f0e90f0fe",
"adult": false,
"gender": 0,
"id": 3525529,
"known_for_department": "Camera",
"name": "Baturay Ertas",
"original_name": "Baturay Ertas",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Production",
"credit_id": "62723c1b7cffda73179c040d",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c8322cefc204deae896f",
"adult": false,
"gender": 1,
"id": 59473,
"known_for_department": "Editing",
"name": "Joan Sobel",
"original_name": "Joan Sobel",
"popularity": 0.6,
"profile_path": null
}
],
"guest_stars": [
{
"character": "Elias Spector",
"credit_id": "6268f687001bbd154a988989",
"order": 534,
"adult": false,
"gender": 2,
"id": 171765,
"known_for_department": "Acting",
"name": "Rey Lucas",
"original_name": "Rey Lucas",
"popularity": 1.491,
"profile_path": "/koj48GzgDCphxj35tEhgDBpE84Z.jpg"
},
{
"character": "Wendy Spector",
"credit_id": "6268f6117cffda0065485471",
"order": 535,
"adult": false,
"gender": 1,
"id": 134365,
"known_for_department": "Acting",
"name": "Fernanda Andrade",
"original_name": "Fernanda Andrade",
"popularity": 4.657,
"profile_path": "/tXbeS1OnVKwC2BxXl4rNQjH0rh4.jpg"
},
{
"character": "Randall Spector",
"credit_id": "6268f72a001bbd1549421b7d",
"order": 536,
"adult": false,
"gender": 2,
"id": 3525415,
"known_for_department": "Acting",
"name": "Claudio Fabian Contreras",
"original_name": "Claudio Fabian Contreras",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Young Marc",
"credit_id": "6268f7f54ccc50004ff854c8",
"order": 537,
"adult": false,
"gender": 0,
"id": 3525423,
"known_for_department": "Acting",
"name": "Carlos Sanchez",
"original_name": "Carlos Sanchez",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Teenage Marc",
"credit_id": "6268f804924ce600665bcc56",
"order": 538,
"adult": false,
"gender": 2,
"id": 3525426,
"known_for_department": "Acting",
"name": "David Jake Rodriguez",
"original_name": "David Jake Rodriguez",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Abdallah El-Faouly",
"credit_id": "6268f816c613ce00aa11a657",
"order": 539,
"adult": false,
"gender": 0,
"id": 3525429,
"known_for_department": "Acting",
"name": "Usama Soliman",
"original_name": "Usama Soliman",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Taweret",
"credit_id": "625fd5c1dfaae9016fd167c8",
"order": 542,
"adult": false,
"gender": 1,
"id": 3476910,
"known_for_department": "Acting",
"name": "Antonia Salib",
"original_name": "Antonia Salib",
"popularity": 0.74,
"profile_path": "/84cvzx3jv1Cbf0HOug0QeRk8rWV.jpg"
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
}
]
},
{
"air_date": "2022-05-04",
"episode_number": 6,
"id": 3453975,
"name": "Gods and Monsters",
"overview": "With Layla tracking down Harrow, Marc, Steven, and Khonshu must return to Cairo to stop Ammit as she looks to threaten humanity once more.",
"production_code": "",
"runtime": 44,
"season_number": 1,
"show_id": 92749,
"still_path": "/owNx8ZoryZZzp6WYqmTV9Umf1bQ.jpg",
"vote_average": 7.077,
"vote_count": 39,
"crew": [
{
"job": "Director",
"department": "Directing",
"credit_id": "6237c6f81d820f0044d00620",
"adult": false,
"gender": 2,
"id": 130204,
"known_for_department": "Writing",
"name": "Mohamed Diab",
"original_name": "Mohamed Diab",
"popularity": 1.233,
"profile_path": "/mJ8USiA1sNnexWtDxcDbjTyiNDe.jpg"
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "62441166dfe31d005bcccc28",
"adult": false,
"gender": 2,
"id": 957150,
"known_for_department": "Camera",
"name": "Gregory Middleton",
"original_name": "Gregory Middleton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "624411f85a991500484872b6",
"adult": false,
"gender": 0,
"id": 2082224,
"known_for_department": "Directing",
"name": "Simon Aguirre",
"original_name": "Simon Aguirre",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "62441201223a8b009427293e",
"adult": false,
"gender": 0,
"id": 2892543,
"known_for_department": "Directing",
"name": "Simon Whitby",
"original_name": "Simon Whitby",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416a29451e7005e7b6f1b",
"adult": false,
"gender": 0,
"id": 2069540,
"known_for_department": "Crew",
"name": "Dénes Bálind",
"original_name": "Dénes Bálind",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416cec740d9005d7f8222",
"adult": false,
"gender": 0,
"id": 2069542,
"known_for_department": "Crew",
"name": "Krisztián Botka",
"original_name": "Krisztián Botka",
"popularity": 0.828,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416dc81140f0047bf4054",
"adult": false,
"gender": 0,
"id": 3485905,
"known_for_department": "Crew",
"name": "Martin Csorba",
"original_name": "Martin Csorba",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624416ef3e09f3004701edd6",
"adult": false,
"gender": 2,
"id": 1844190,
"known_for_department": "Crew",
"name": "Jozsef Fodor",
"original_name": "Jozsef Fodor",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244171b9451e7008c9b7151",
"adult": false,
"gender": 0,
"id": 1844191,
"known_for_department": "Crew",
"name": "Kinga Gavalda",
"original_name": "Kinga Gavalda",
"popularity": 1.38,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441764223a8b004ae913fd",
"adult": false,
"gender": 2,
"id": 1831266,
"known_for_department": "Crew",
"name": "Géza Kovács",
"original_name": "Géza Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244176df263ba00470a3f8f",
"adult": false,
"gender": 0,
"id": 2069526,
"known_for_department": "Crew",
"name": "Norbert Kovács",
"original_name": "Norbert Kovács",
"popularity": 1.96,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624417ce3e09f3004701ef1e",
"adult": false,
"gender": 0,
"id": 1660418,
"known_for_department": "Acting",
"name": "Balázs Lengyel",
"original_name": "Balázs Lengyel",
"popularity": 0.629,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418159451e7004989d6f1",
"adult": false,
"gender": 2,
"id": 2069511,
"known_for_department": "Crew",
"name": "István Draco Markolt",
"original_name": "István Draco Markolt",
"popularity": 1.096,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418889451e7008c9b737a",
"adult": false,
"gender": 0,
"id": 2758122,
"known_for_department": "Crew",
"name": "Attila Mora",
"original_name": "Attila Mora",
"popularity": 0.604,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624418b276eecf008e2ec72c",
"adult": false,
"gender": 0,
"id": 3485916,
"known_for_department": "Crew",
"name": "Kristóf Nagy",
"original_name": "Kristóf Nagy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6244194a76eecf005bef6b20",
"adult": false,
"gender": 0,
"id": 2069522,
"known_for_department": "Crew",
"name": "Németh Tamás",
"original_name": "Németh Tamás",
"popularity": 1.001,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441a97c740d90089f1db45",
"adult": false,
"gender": 0,
"id": 1594129,
"known_for_department": "Crew",
"name": "János Oláh",
"original_name": "János Oláh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aa83e09f30087c8dbdd",
"adult": false,
"gender": 0,
"id": 1844194,
"known_for_department": "Crew",
"name": "Béla Orsányi",
"original_name": "Béla Orsányi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441acbc740d90089f1db9d",
"adult": false,
"gender": 0,
"id": 1844195,
"known_for_department": "Crew",
"name": "Péter Sokorai",
"original_name": "Péter Sokorai",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441aee0f3655004a160d46",
"adult": false,
"gender": 0,
"id": 2069516,
"known_for_department": "Crew",
"name": "György Szántó",
"original_name": "György Szántó",
"popularity": 0.662,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441afb0f365500966c807d",
"adult": false,
"gender": 0,
"id": 2069518,
"known_for_department": "Crew",
"name": "Zoltan Szanto",
"original_name": "Zoltan Szanto",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441b312cde980086612dcd",
"adult": false,
"gender": 0,
"id": 2758114,
"known_for_department": "Crew",
"name": "Miklós Szentváry-Lukács",
"original_name": "Miklós Szentváry-Lukács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62441bf15a9915005d5ddc2b",
"adult": false,
"gender": 0,
"id": 3485923,
"known_for_department": "Crew",
"name": "Vékes András",
"original_name": "Vékes András",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244287ddfe31d0092a2484a",
"adult": false,
"gender": 0,
"id": 3485988,
"known_for_department": "Editing",
"name": "Mark Sawa",
"original_name": "Mark Sawa",
"popularity": 1.38,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "6244289a2cde980086614453",
"adult": false,
"gender": 0,
"id": 3157897,
"known_for_department": "Editing",
"name": "Cory Gath",
"original_name": "Cory Gath",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428a15a99150090cd1bed",
"adult": false,
"gender": 0,
"id": 2935223,
"known_for_department": "Editing",
"name": "Jason Barnes",
"original_name": "Jason Barnes",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant Editor",
"department": "Editing",
"credit_id": "624428aa2cde980047e9454b",
"adult": false,
"gender": 0,
"id": 3485989,
"known_for_department": "Editing",
"name": "Daniel James Scott",
"original_name": "Daniel James Scott",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428d7c50ad20047fff78b",
"adult": false,
"gender": 0,
"id": 2146487,
"known_for_department": "Editing",
"name": "Mercédesz Czanka",
"original_name": "Mercédesz Czanka",
"popularity": 1.011,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428e49451e7008c9b8f46",
"adult": false,
"gender": 0,
"id": 1552212,
"known_for_department": "Editing",
"name": "Lisa Mozden",
"original_name": "Lisa Mozden",
"popularity": 0.716,
"profile_path": "/1vDhdr8hBIAlV8fu4HEuDfDreIe.jpg"
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624428f79451e7004989ef9d",
"adult": false,
"gender": 0,
"id": 3485990,
"known_for_department": "Editing",
"name": "Julia MacMullen",
"original_name": "Julia MacMullen",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442722cde98005c2a11ba",
"adult": false,
"gender": 2,
"id": 3119294,
"known_for_department": "Crew",
"name": "Doug Braithwaite",
"original_name": "Doug Braithwaite",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244427b9451e7005e7baf97",
"adult": false,
"gender": 2,
"id": 1577092,
"known_for_department": "Production",
"name": "Gregg Hurwitz",
"original_name": "Gregg Hurwitz",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442870f365500966cc770",
"adult": false,
"gender": 2,
"id": 3486123,
"known_for_department": "Crew",
"name": "Jim Krueger",
"original_name": "Jim Krueger",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444299f263ba00470a8d46",
"adult": false,
"gender": 2,
"id": 1698749,
"known_for_department": "Writing",
"name": "Jeff Lemire",
"original_name": "Jeff Lemire",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624442a49451e7008c9bbcb1",
"adult": false,
"gender": 2,
"id": 3255319,
"known_for_department": "Crew",
"name": "Jerome Opeña",
"original_name": "Jerome Opeña",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443dc2cde98005c2a1449",
"adult": false,
"gender": 2,
"id": 1074428,
"known_for_department": "Acting",
"name": "Alex Ross",
"original_name": "Alex Ross",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443e8f263ba00470a90e9",
"adult": false,
"gender": 2,
"id": 3486132,
"known_for_department": "Crew",
"name": "Declan Shalvey",
"original_name": "Declan Shalvey",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443f4c50ad200470026b6",
"adult": false,
"gender": 2,
"id": 1222465,
"known_for_department": "Acting",
"name": "Bill Sienkiewicz",
"original_name": "Bill Sienkiewicz",
"popularity": 0.84,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624443fddfe31d0092a27726",
"adult": false,
"gender": 2,
"id": 3486134,
"known_for_department": "Crew",
"name": "Greg Smallwood",
"original_name": "Greg Smallwood",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62444415223a8b009427710c",
"adult": false,
"gender": 0,
"id": 3486135,
"known_for_department": "Crew",
"name": "Chris Warner",
"original_name": "Chris Warner",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6244441e2cde980047e97a08",
"adult": false,
"gender": 2,
"id": 3486136,
"known_for_department": "Crew",
"name": "Alan Zelenetz",
"original_name": "Alan Zelenetz",
"popularity": 0.764,
"profile_path": null
},
{
"job": "Story",
"department": "Writing",
"credit_id": "624bd3fc3c4344006619e7d7",
"adult": false,
"gender": 1,
"id": 2982964,
"known_for_department": "Production",
"name": "Danielle Iman",
"original_name": "Danielle Iman",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Story",
"department": "Writing",
"credit_id": "624bd40a3c3ab000a0aaaba5",
"adult": false,
"gender": 2,
"id": 1147923,
"known_for_department": "Writing",
"name": "Jeremy Slater",
"original_name": "Jeremy Slater",
"popularity": 3.792,
"profile_path": "/fQKd49lOrhU80PQla8mmx3vSR20.jpg"
},
{
"job": "Teleplay",
"department": "Writing",
"credit_id": "624bd41c3c3ab00051611283",
"adult": false,
"gender": 2,
"id": 1147923,
"known_for_department": "Writing",
"name": "Jeremy Slater",
"original_name": "Jeremy Slater",
"popularity": 3.792,
"profile_path": "/fQKd49lOrhU80PQla8mmx3vSR20.jpg"
},
{
"job": "Teleplay",
"department": "Writing",
"credit_id": "624bd432be2d49005025e283",
"adult": false,
"gender": 2,
"id": 1625050,
"known_for_department": "Writing",
"name": "Sabir Pirzada",
"original_name": "Sabir Pirzada",
"popularity": 1.145,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d47e0c39266004f92a545",
"adult": false,
"gender": 0,
"id": 3495288,
"known_for_department": "Crew",
"name": "Botond Bóta",
"original_name": "Botond Bóta",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "624d4942d7107e0053803f42",
"adult": false,
"gender": 2,
"id": 2069517,
"known_for_department": "Crew",
"name": "Gabor Szeman",
"original_name": "Gabor Szeman",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Other",
"department": "Editing",
"credit_id": "624d4aa5b2681f006a380cdd",
"adult": false,
"gender": 0,
"id": 3495303,
"known_for_department": "Editing",
"name": "Matt Barton",
"original_name": "Matt Barton",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "624d4ca0c39266009c0ab8c7",
"adult": false,
"gender": 2,
"id": 3495312,
"known_for_department": "Crew",
"name": "Michael Lark",
"original_name": "Michael Lark",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bd9051e6ab0ace29814d",
"adult": false,
"gender": 2,
"id": 3505011,
"known_for_department": "Crew",
"name": "Mehrzad Asgi-Kermani",
"original_name": "Mehrzad Asgi-Kermani",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bda50c271002273b940e",
"adult": false,
"gender": 0,
"id": 3505012,
"known_for_department": "Crew",
"name": "Dávid Balogh",
"original_name": "Dávid Balogh",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256bdf3323eba0e4c9727e1",
"adult": false,
"gender": 2,
"id": 3505013,
"known_for_department": "Crew",
"name": "Marvin Berrembou",
"original_name": "Marvin Berrembou",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256be4c0e4419009c930b07",
"adult": false,
"gender": 0,
"id": 3505015,
"known_for_department": "Crew",
"name": "Manuela Cauxeiro",
"original_name": "Manuela Cauxeiro",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c08c2efe4e0a57a30ab0",
"adult": false,
"gender": 0,
"id": 3505030,
"known_for_department": "Crew",
"name": "Jószef Kovács",
"original_name": "Jószef Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c1f6d38b580050e2526e",
"adult": false,
"gender": 2,
"id": 221433,
"known_for_department": "Acting",
"name": "Alex Martin",
"original_name": "Alex Martin",
"popularity": 0.6,
"profile_path": "/gLCmVDcfycIDLcwU18krVAdC8Wt.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c206cf4a640ea4a2b997",
"adult": false,
"gender": 2,
"id": 1563099,
"known_for_department": "Acting",
"name": "Patrick Médioni",
"original_name": "Patrick Médioni",
"popularity": 3.061,
"profile_path": "/pFtDTBI3y90NHWZsRp2RDZuxPjf.jpg"
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c23f4cd9120db949eccd",
"adult": false,
"gender": 0,
"id": 3505041,
"known_for_department": "Crew",
"name": "Iliés Moujane",
"original_name": "Iliés Moujane",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c247389da1009defb03a",
"adult": false,
"gender": 0,
"id": 2487285,
"known_for_department": "Crew",
"name": "Attila Nagy",
"original_name": "Attila Nagy",
"popularity": 0.608,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2ae0e4419009c931882",
"adult": false,
"gender": 0,
"id": 1183769,
"known_for_department": "Crew",
"name": "Antoine Piquet",
"original_name": "Antoine Piquet",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2c4d38b580050e25461",
"adult": false,
"gender": 0,
"id": 3505043,
"known_for_department": "Crew",
"name": "Andres Sergei",
"original_name": "Andres Sergei",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c2d36cf3d50e576923e3",
"adult": false,
"gender": 0,
"id": 3505044,
"known_for_department": "Crew",
"name": "Singh Bahadur-Ruben",
"original_name": "Singh Bahadur-Ruben",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c405323eba0e16fb26e8",
"adult": false,
"gender": 0,
"id": 3505048,
"known_for_department": "Crew",
"name": "Reni Szlominski",
"original_name": "Reni Szlominski",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c40f0c27100bd6716613",
"adult": false,
"gender": 0,
"id": 3505049,
"known_for_department": "Crew",
"name": "Dorottya Talpassy",
"original_name": "Dorottya Talpassy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6256c428389da100672fdf0e",
"adult": false,
"gender": 0,
"id": 3505050,
"known_for_department": "Crew",
"name": "Roland Zoltán",
"original_name": "Roland Zoltán",
"popularity": 0.694,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d062cf4a640ea4a2f24e",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d068cf4a640ea4a2f282",
"adult": false,
"gender": 0,
"id": 2131549,
"known_for_department": "Production",
"name": "Fuad Khalil",
"original_name": "Fuad Khalil",
"popularity": 1.018,
"profile_path": null
},
{
"job": "Producer",
"department": "Production",
"credit_id": "6256d0770e44190e550b8714",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "6256d07c389da10067301206",
"adult": false,
"gender": 2,
"id": 1907232,
"known_for_department": "Production",
"name": "Diala Al Raie",
"original_name": "Diala Al Raie",
"popularity": 0.853,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602cbb168ea315567027c4",
"adult": false,
"gender": 0,
"id": 2292184,
"known_for_department": "Crew",
"name": "József Kovalik",
"original_name": "József Kovalik",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "62602ccd7fcab3005094f5c8",
"adult": false,
"gender": 0,
"id": 3515820,
"known_for_department": "Crew",
"name": "Meghane Amouri",
"original_name": "Meghane Amouri",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62602d47168ea3155825ea1f",
"adult": false,
"gender": 0,
"id": 2793039,
"known_for_department": "Crew",
"name": "Mouloud Ikhaddelene",
"original_name": "Mouloud Ikhaddelene",
"popularity": 1.4,
"profile_path": null
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "626030a97fcab300666785ea",
"adult": false,
"gender": 2,
"id": 2137418,
"known_for_department": "Crew",
"name": "Frank Robbins",
"original_name": "Frank Robbins",
"popularity": 0.6,
"profile_path": "/kIykFyKLFbzeoxynTeWFCKDgWvt.jpg"
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "62603179d4cc8e0067e1d739",
"adult": false,
"gender": 2,
"id": 141359,
"known_for_department": "Writing",
"name": "Roy Thomas",
"original_name": "Roy Thomas",
"popularity": 2.198,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6268f8aa9f37b00066e752c5",
"adult": false,
"gender": 0,
"id": 3525447,
"known_for_department": "Crew",
"name": "Imène Benamrouche",
"original_name": "Imène Benamrouche",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6268f95b1f98d1009adae057",
"adult": false,
"gender": 2,
"id": 3158546,
"known_for_department": "Acting",
"name": "Harry Makanga",
"original_name": "Harry Makanga",
"popularity": 0.6,
"profile_path": "/osIb0RBgxaWuh9p2dKlSC3OG6Dz.jpg"
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fac3f9253216228a8b22",
"adult": false,
"gender": 0,
"id": 1730839,
"known_for_department": "Camera",
"name": "Zoltán Jánossa",
"original_name": "Zoltán Jánossa",
"popularity": 0.702,
"profile_path": null
},
{
"job": "\"B\" Camera Operator",
"department": "Camera",
"credit_id": "6268fae912aabc0067aa7cc0",
"adult": false,
"gender": 0,
"id": 3525491,
"known_for_department": "Camera",
"name": "Gustav Kirsch",
"original_name": "Gustav Kirsch",
"popularity": 0.6,
"profile_path": null
},
{
"job": "\"C\" Camera Operator",
"department": "Camera",
"credit_id": "6268fb3564f716160e6f8ccb",
"adult": false,
"gender": 0,
"id": 1749343,
"known_for_department": "Camera",
"name": "Claudia Kovács",
"original_name": "Claudia Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "First Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb47001bbd154942210c",
"adult": false,
"gender": 0,
"id": 3525493,
"known_for_department": "Camera",
"name": "Marcell Mestyán",
"original_name": "Marcell Mestyán",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Second Assistant \"C\" Camera",
"department": "Camera",
"credit_id": "6268fb5612aabc0067aa7d12",
"adult": false,
"gender": 0,
"id": 3157884,
"known_for_department": "Camera",
"name": "Máté Miklósfalvi",
"original_name": "Máté Miklósfalvi",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Visual Effects Coordinator",
"department": "Visual Effects",
"credit_id": "6268fd531967570051a3c8a3",
"adult": false,
"gender": 1,
"id": 2482379,
"known_for_department": "Visual Effects",
"name": "Kathryn Fowler",
"original_name": "Kathryn Fowler",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Line Producer",
"department": "Production",
"credit_id": "626907a25ab81a132fe54a84",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Unit Production Manager",
"department": "Production",
"credit_id": "626907a8fea0d700657722b0",
"adult": false,
"gender": 0,
"id": 8850,
"known_for_department": "Production",
"name": "Helen Pollak",
"original_name": "Helen Pollak",
"popularity": 3.13,
"profile_path": null
},
{
"job": "Production Supervisor",
"department": "Production",
"credit_id": "626907ec3876510167e4eda6",
"adult": false,
"gender": 1,
"id": 3486122,
"known_for_department": "Production",
"name": "Lisa Dietrick",
"original_name": "Lisa Dietrick",
"popularity": 0.98,
"profile_path": null
},
{
"job": "First Assistant Director",
"department": "Directing",
"credit_id": "6269082312aabc00516add97",
"adult": false,
"gender": 0,
"id": 1740449,
"known_for_department": "Directing",
"name": "Jeff Okabayashi",
"original_name": "Jeff Okabayashi",
"popularity": 1.999,
"profile_path": null
},
{
"job": "Second Assistant Director",
"department": "Directing",
"credit_id": "6269086b1f98d1009adaf542",
"adult": false,
"gender": 0,
"id": 2480885,
"known_for_department": "Directing",
"name": "Jeremy Silveira",
"original_name": "Jeremy Silveira",
"popularity": 0.996,
"profile_path": null
},
{
"job": "Director of Photography",
"department": "Camera",
"credit_id": "626908ec001bbd154b2c23b9",
"adult": false,
"gender": 2,
"id": 8523,
"known_for_department": "Camera",
"name": "Russell Carpenter",
"original_name": "Russell Carpenter",
"popularity": 5.356,
"profile_path": "/lUvCkzSLCJe7HcQGSIO4wLHuRF.jpg"
},
{
"job": "Thanks",
"department": "Crew",
"credit_id": "6269093c1f98d10050b8c80c",
"adult": false,
"gender": 2,
"id": 3525604,
"known_for_department": "Crew",
"name": "Bo Hampton",
"original_name": "Bo Hampton",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "6272333a06f98400507de674",
"adult": false,
"gender": 0,
"id": 3535839,
"known_for_department": "Crew",
"name": "David Hernandez Silva",
"original_name": "David Hernandez Silva",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunts",
"department": "Crew",
"credit_id": "62723343cc277c38b3724ef6",
"adult": false,
"gender": 2,
"id": 1607879,
"known_for_department": "Acting",
"name": "Ignacio Herráez",
"original_name": "Ignacio Herráez",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6272350ea24c5059962bf08f",
"adult": false,
"gender": 0,
"id": 3505017,
"known_for_department": "Crew",
"name": "Thibault Chiron",
"original_name": "Thibault Chiron",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "627235327cffda7316c2b51c",
"adult": false,
"gender": 0,
"id": 3485922,
"known_for_department": "Crew",
"name": "Mira Stupek",
"original_name": "Mira Stupek",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "627235407cffda73179bf8a4",
"adult": false,
"gender": 0,
"id": 3485904,
"known_for_department": "Crew",
"name": "Jonka Bánszkiy",
"original_name": "Jonka Bánszkiy",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6272357429c626187d92adee",
"adult": false,
"gender": 0,
"id": 1844193,
"known_for_department": "Crew",
"name": "Richard Nagy",
"original_name": "Richard Nagy",
"popularity": 0.943,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "6272357d162bc3009dd58dbb",
"adult": false,
"gender": 0,
"id": 3505015,
"known_for_department": "Crew",
"name": "Manuela Cauxeiro",
"original_name": "Manuela Cauxeiro",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Stunt Double",
"department": "Crew",
"credit_id": "627235865800c4009cda75ad",
"adult": false,
"gender": 1,
"id": 1821647,
"known_for_department": "Crew",
"name": "Sarah Belala",
"original_name": "Sarah Belala",
"popularity": 1.187,
"profile_path": "/amFRwu8mcA9qI61B9FiXTUSK7vB.jpg"
},
{
"job": "Stunt Coordinator",
"department": "Crew",
"credit_id": "627235e1cc277c38b27689f3",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Other",
"department": "Crew",
"credit_id": "627236166f53e158eb88bbb9",
"adult": false,
"gender": 2,
"id": 1644525,
"known_for_department": "Crew",
"name": "Yves Girard",
"original_name": "Yves Girard",
"popularity": 0.629,
"profile_path": "/37BEFwLKaKF74PvKdMnDydW8odg.jpg"
},
{
"job": "Camera Trainee",
"department": "Camera",
"credit_id": "6272377cc56d2d357ba17b7e",
"adult": false,
"gender": 0,
"id": 3535858,
"known_for_department": "Camera",
"name": "Callan Matthews",
"original_name": "Callan Matthews",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Script Supervisor",
"department": "Directing",
"credit_id": "627239e65800c40065ef4f77",
"adult": false,
"gender": 0,
"id": 3535866,
"known_for_department": "Directing",
"name": "Nikolina Vukovic",
"original_name": "Nikolina Vukovic",
"popularity": 0.98,
"profile_path": null
},
{
"job": "Camera Operator",
"department": "Camera",
"credit_id": "62723b4cc74eba0f0e90f0fe",
"adult": false,
"gender": 0,
"id": 3525529,
"known_for_department": "Camera",
"name": "Baturay Ertas",
"original_name": "Baturay Ertas",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Payroll Accountant",
"department": "Production",
"credit_id": "62723bbda313b812cc5a17c6",
"adult": false,
"gender": 0,
"id": 3535878,
"known_for_department": "Production",
"name": "Judit Kovács",
"original_name": "Judit Kovács",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Teleplay",
"department": "Writing",
"credit_id": "6322e018244182007f8c5a4b",
"adult": false,
"gender": 2,
"id": 2937135,
"known_for_department": "Writing",
"name": "Peter Cameron",
"original_name": "Peter Cameron",
"popularity": 0.6,
"profile_path": null
},
{
"job": "Editor",
"department": "Editing",
"credit_id": "6449c84ca0be2804c9de3c00",
"adult": false,
"gender": 0,
"id": 1828093,
"known_for_department": "Editing",
"name": "Cedric Nairn-Smith",
"original_name": "Cedric Nairn-Smith",
"popularity": 0.694,
"profile_path": null
}
],
"guest_stars": [
{
"character": "On-Set Ammit",
"credit_id": "62722be2a24c5059954be027",
"order": 540,
"adult": false,
"gender": 1,
"id": 2332418,
"known_for_department": "Acting",
"name": "Sofia Danu",
"original_name": "Sofia Danu",
"popularity": 1.422,
"profile_path": "/oxqDs21mN6gYWLXXU5BI0StlU5C.jpg"
},
{
"character": "Selim",
"credit_id": "6256b65751e6ab00997558d4",
"order": 541,
"adult": false,
"gender": 2,
"id": 53480,
"known_for_department": "Acting",
"name": "Khalid Abdalla",
"original_name": "Khalid Abdalla",
"popularity": 2.22,
"profile_path": "/iYRhheaol1T19Qy8a8pTIPk9COK.jpg"
},
{
"character": "Taweret",
"credit_id": "625fd5c1dfaae9016fd167c8",
"order": 542,
"adult": false,
"gender": 1,
"id": 3476910,
"known_for_department": "Acting",
"name": "Antonia Salib",
"original_name": "Antonia Salib",
"popularity": 0.74,
"profile_path": "/84cvzx3jv1Cbf0HOug0QeRk8rWV.jpg"
},
{
"character": "Ammit (voice)",
"credit_id": "62722c2106f98400a9451949",
"order": 543,
"adult": false,
"gender": 1,
"id": 236357,
"known_for_department": "Acting",
"name": "Saba Mubarak",
"original_name": "Saba Mubarak",
"popularity": 2.668,
"profile_path": "/gp5qCPMdOmhWeccaIkiX2BIQp7l.jpg"
},
{
"character": "Yatzil",
"credit_id": "6256b75d323eba0e4c9715ca",
"order": 544,
"adult": false,
"gender": 1,
"id": 1704268,
"known_for_department": "Acting",
"name": "Díana Bermudez",
"original_name": "Díana Bermudez",
"popularity": 1.4,
"profile_path": "/4g1J1lAjrH62nMB7BUEIlXZJ6UW.jpg"
},
{
"character": "Horus's Avatar",
"credit_id": "6256b76f2efe4e0e4f9b0858",
"order": 545,
"adult": false,
"gender": 2,
"id": 1508585,
"known_for_department": "Acting",
"name": "Declan Hannigan",
"original_name": "Declan Hannigan",
"popularity": 2.359,
"profile_path": "/aPT5SwDjnbU1RJSHu5KbNKeTxVh.jpg"
},
{
"character": "Tefnut's Avatar",
"credit_id": "6256b788d38b58009cde1fd6",
"order": 546,
"adult": false,
"gender": 1,
"id": 3504999,
"known_for_department": "Acting",
"name": "Hayley Konadu",
"original_name": "Hayley Konadu",
"popularity": 0.98,
"profile_path": "/beElZUAuKBz6pvZi97wNXnVUfoC.jpg"
},
{
"character": "Isis's Avatar",
"credit_id": "6256ba944cd9120df6cfb9f5",
"order": 547,
"adult": false,
"gender": 1,
"id": 2173699,
"known_for_department": "Acting",
"name": "Nagisa Morimoto",
"original_name": "Nagisa Morimoto",
"popularity": 0.79,
"profile_path": "/65UkbtI9uzKms7b3vKqohOTdffW.jpg"
},
{
"character": "Patrol Guard #1",
"credit_id": "62722d8c6f53e158ec23ad94",
"order": 548,
"adult": false,
"gender": 2,
"id": 2537153,
"known_for_department": "Acting",
"name": "Hazem Ehab",
"original_name": "Hazem Ehab",
"popularity": 1.003,
"profile_path": null
},
{
"character": "Patrol Guard #2",
"credit_id": "62722d95e19de900654faad4",
"order": 549,
"adult": false,
"gender": 0,
"id": 3535816,
"known_for_department": "Acting",
"name": "Kimo Rady",
"original_name": "Kimo Rady",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Young Egyptian Woman",
"credit_id": "62722dc2e19de9004f4c27be",
"order": 550,
"adult": false,
"gender": 0,
"id": 3535817,
"known_for_department": "Acting",
"name": "Nicole Iskander",
"original_name": "Nicole Iskander",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Female Nurse",
"credit_id": "62722dd4c74eba0f0deb694d",
"order": 551,
"adult": false,
"gender": 1,
"id": 3535818,
"known_for_department": "Acting",
"name": "Tayssir Khalfallah",
"original_name": "Tayssir Khalfallah",
"popularity": 0.694,
"profile_path": null
},
{
"character": "Marc Spector / Steven Grant Double",
"credit_id": "624401699451e7008c9b4e02",
"order": 552,
"adult": false,
"gender": 2,
"id": 2143050,
"known_for_department": "Acting",
"name": "Michael Benjamin Hernandez",
"original_name": "Michael Benjamin Hernandez",
"popularity": 2.095,
"profile_path": "/h3RLTHumdDTONJN5sJ9zUOk8suu.jpg"
},
{
"character": "Patrol Guard #3",
"credit_id": "62723106162bc3006625dfff",
"order": 553,
"adult": false,
"gender": 2,
"id": 2925691,
"known_for_department": "Acting",
"name": "Ahmed Said",
"original_name": "Ahmed Said",
"popularity": 0.6,
"profile_path": null
},
{
"character": "Ammit Follower (uncredited)",
"credit_id": "627454df7aecc6004f877e30",
"order": 554,
"adult": false,
"gender": 2,
"id": 130204,
"known_for_department": "Writing",
"name": "Mohamed Diab",
"original_name": "Mohamed Diab",
"popularity": 1.233,
"profile_path": "/mJ8USiA1sNnexWtDxcDbjTyiNDe.jpg"
},
{
"character": "Man Being Judged (uncredited)",
"credit_id": "62745501c616ac009f3d6462",
"order": 555,
"adult": false,
"gender": 2,
"id": 7628,
"known_for_department": "Production",
"name": "Grant Curtis",
"original_name": "Grant Curtis",
"popularity": 0.6,
"profile_path": null
}
]
}
],
"name": "Miniseries",
"overview": "When Steven Grant, a mild-mannered gift-shop employee, becomes plagued with blackouts and memories of another life, he discovers he has dissociative identity disorder and shares a body with mercenary Marc Spector. As Steven/Marc’s enemies converge upon them, they must navigate their complex identities while thrust into a deadly mystery among the powerful gods of Egypt.",
"id": 130604,
"poster_path": "/yU8p4kWv2Gax5sgUJV8YuHbXoaY.jpg",
"season_number": 1
}
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?