Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)

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'; ?>
Futurama: Into the Wild Green Yonder

Cast (14)

  • Billy West

    Billy West

    Philip J. Fry / Dr. Zoidberg / Prof. Hubert J. Farnsworth (voice)

  • Katey Sagal

    Katey Sagal

    Turanga Leela (voice)

  • John DiMaggio

    John DiMaggio

    Bender (voice)

  • Tress MacNeille

    Tress MacNeille

    Fanny / Michael's Wife / Boobs Vanderbilt / Dixie / Linda / Petunia / Ruth Ginsberg's Head / Mom (voice)

  • Maurice LaMarche

    Maurice LaMarche

    Kif Kroker (voice)

  • Phil LaMarr

    Phil LaMarr

    Hermes Conrad (voice)

  • Dawnn Lewis

    Dawnn Lewis

    LaBarbara Conrad / Womens' Prison Warden (voice)

  • Lauren Tom

    Lauren Tom

    Amy Wong (voice)

  • Snoop Dogg

    Snoop Dogg

    Snoop Dogg's Head (voice)

  • Phil Hendrie

    Phil Hendrie

    Frida Waterfall / Hutch Waterfall / The Encyclopod (voice)

  • Seth MacFarlane

    Seth MacFarlane

    Mars Vegas Singer (singing voice)

  • David Herman

    David Herman

    The Number 9 Man / Scruffy / Michael / Neputnian (voice)

  • Penn Jillette

    Penn Jillette

    Penn Jillette's Head (voice)

  • Teller

    Teller

    Teller's Head (credit only)