Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Hellboy: The Seeds of Creation

Cast (38)

  • Guillermo del Toro

    Guillermo del Toro

    Self

  • Mike Mignola

    Mike Mignola

    Self

  • Mike Richardson

    Mike Richardson

    Self

  • Lloyd Levin

    Lloyd Levin

    Self

  • Chad Waters

    Chad Waters

    Self

  • Matt Rose

    Matt Rose

    Self

  • Mike Elizalde

    Mike Elizalde

    Self

  • Monty L. Simons

    Monty L. Simons

    Self

  • Guillermo Navarro

    Guillermo Navarro

    Self

  • Ron Perlman

    Ron Perlman

    Self

  • John Hurt

    John Hurt

    Self

  • Mark Setrakian

    Mark Setrakian

    Self

  • Selma Blair

    Selma Blair

    Self

  • Jimmy Hart

    Jimmy Hart

    Self

  • Velvy Appleton

    Velvy Appleton

    Self

  • Shadi Amassizadeh

    Shadi Amassizadeh

    Self

  • Nick Allder

    Nick Allder

    Self

  • Rupert Evans

    Rupert Evans

    Self

  • Doug Jones

    Doug Jones

    Self

  • Jake Garber

    Jake Garber

    Self

  • Kevin Baillie

    Kevin Baillie

    Self

  • David 'Rudy' Grossman

    David 'Rudy' Grossman

    Self

  • Mauricio Baiocchi

    Mauricio Baiocchi

    Self

  • Stephen Scott

    Stephen Scott

    Self

  • David Martí

    David Martí

    Self

  • Montse Ribé

    Montse Ribé

    Self

  • Xavi Bastida

    Xavi Bastida

    Self

  • Edward Irastorza

    Edward Irastorza

    Self

  • Phil Thuriot

    Phil Thuriot

    Self

  • William Todd Stinson

    William Todd Stinson

    Self

  • Sven Jensen

    Sven Jensen

    Self

  • Todd Labonte

    Todd Labonte

    Self

  • Blair Clark

    Blair Clark

    Self

  • Wendy Partridge

    Wendy Partridge

    Self

  • Jim McVay

    Jim McVay

    Self

  • Colin Epstein

    Colin Epstein

    Self

  • Ryan Tudhope

    Ryan Tudhope

    Self

  • Steve Boeddeker

    Steve Boeddeker

    Self