Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

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'; ?>
Troy

Cast (37)

  • Brad Pitt

    Brad Pitt

    Achilles

  • Orlando Bloom

    Orlando Bloom

    Paris

  • Eric Bana

    Eric Bana

    Hector

  • Brian Cox

    Brian Cox

    King Agamemnon

  • Sean Bean

    Sean Bean

    Odysseus

  • Brendan Gleeson

    Brendan Gleeson

    Menelaos

  • Diane Kruger

    Diane Kruger

    Helen

  • Peter O'Toole

    Peter O'Toole

    Priam

  • Rose Byrne

    Rose Byrne

    Briseis

  • Saffron Burrows

    Saffron Burrows

    Andromache

  • Garrett Hedlund

    Garrett Hedlund

    Patroclus

  • Vincent Regan

    Vincent Regan

    Eudorus

  • Julie Christie

    Julie Christie

    Thetis

  • Nathan Jones

    Nathan Jones

    Boagrius

  • Mark Lewis Jones

    Mark Lewis Jones

    Tecton

  • John Shrapnel

    John Shrapnel

    Nestor

  • James Cosmo

    James Cosmo

    Glaucus

  • Nigel Terry

    Nigel Terry

    Archeptolemus

  • Julian Glover

    Julian Glover

    Triopas

  • Trevor Eve

    Trevor Eve

    Velior

  • Frankie Fitzgerald

    Frankie Fitzgerald

    Aeneas

  • Lucie Barat

    Lucie Barat

    Helen's Handmaiden

  • Siri Svegler

    Siri Svegler

    Polydora

  • Ken Bones

    Ken Bones

    Hippasus

  • Manuel Cauchi

    Manuel Cauchi

    Old Spartan Fisherman

  • Owain Yeoman

    Owain Yeoman

    Lysander

  • Tyler Mane

    Tyler Mane

    Ajax

  • Louis Dempsey

    Louis Dempsey

    Aphareus

  • Joshua Richards

    Joshua Richards

    Haemon

  • Tim Chipping

    Tim Chipping

    Echepolus

  • Desislava Stefanova

    Desislava Stefanova

    Singing Woman

  • Tanja Tzarovska

    Tanja Tzarovska

    Singing Woman

  • Luke Tal

    Luke Tal

    Scamandrius

  • Matthew Tal

    Matthew Tal

    Scamandrius

  • Alex King

    Alex King

    Apollonian Guard

  • Adoni Maropis

    Adoni Maropis

    Agamemnon's Officer

  • Jacob Smith

    Jacob Smith

    Messenger Boy

Crew (283)

Crew