Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew

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'; ?>
Teenage Mutant Ninja Turtles

Cast (28)

  • Pete Ploszek

    Pete Ploszek

    Leonardo

  • Alan Ritchson

    Alan Ritchson

    Raphael

  • Jeremy Howard

    Jeremy Howard

    Donatello

  • Noel Fisher

    Noel Fisher

    Michelangelo

  • Megan Fox

    Megan Fox

    April O'Neil

  • Will Arnett

    Will Arnett

    Vern Fenwick

  • William Fichtner

    William Fichtner

    Eric Sacks

  • Danny Woodburn

    Danny Woodburn

    Splinter

  • Johnny Knoxville

    Johnny Knoxville

    Leonardo (voice)

  • Tony Shalhoub

    Tony Shalhoub

    Splinter (voice)

  • Tohoru Masamune

    Tohoru Masamune

    Shredder

  • Whoopi Goldberg

    Whoopi Goldberg

    Bernadette Thompson

  • Minae Noji

    Minae Noji

    Karai

  • Abby Elliott

    Abby Elliott

    Taylor

  • Madison Mason

    Madison Mason

    Councilman

  • Taran Killam

    Taran Killam

    McNaughton

  • K. Todd Freeman

    K. Todd Freeman

    Dr. Baxter Stockman

  • Paul Fitzgerald

    Paul Fitzgerald

    Dr. O'Neil

  • Malina Weissman

    Malina Weissman

    Young April O'Neil

  • Venida Evans

    Venida Evans

    Subway Hostage

  • Mikal Vega

    Mikal Vega

    Sacks Bodyguard

  • Harley Pasternak

    Harley Pasternak

    Harley Pasternak

  • Braeson Herold

    Braeson Herold

    Reporter

  • Chris Wylde

    Chris Wylde

    Reporter

  • Chance Kelly

    Chance Kelly

    Mr. Rivetti

  • Rick Chambers

    Rick Chambers

    News Anchor

  • Leyna Nguyen

    Leyna Nguyen

    News Anchor

  • Derek Mears

    Derek Mears

    Dojo Ninja

Crew (333)

Crew