Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)

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'; ?>
Who Am I

Cast (29)

  • Tom Schilling

    Tom Schilling

    Benjamin

  • Elyas M'Barek

    Elyas M'Barek

    Max

  • Wotan Wilke Möhring

    Wotan Wilke Möhring

    Stephan

  • Antoine Monot Jr.

    Antoine Monot Jr.

    Paul

  • Hannah Herzsprung

    Hannah Herzsprung

    Marie

  • Trine Dyrholm

    Trine Dyrholm

    Hanne Lindberg

  • Stephan Kampwirth

    Stephan Kampwirth

    Martin Böhmer

  • Leopold Hornung

    Leopold Hornung

    Oskar

  • Katharina Matz

    Katharina Matz

    Hilde Engel

  • Marten Borgwardt

    Marten Borgwardt

    'Krypton'

  • Leonard Carow

    Leonard Carow

    'MRX'

  • Antonia Putiloff

    Antonia Putiloff

    BKA Hacker

  • Agnes Thi-Mai

    Agnes Thi-Mai

    Alice

  • Lena Dörrie

    Lena Dörrie

    BKA Araştırmacısı #1

  • David Masterson

    David Masterson

    Siber Mafya Adamı Dövmesi

  • Mike Davies

    Mike Davies

    Europol Güvenlik Görevlisi

  • Sara Bernhardt

    Sara Bernhardt

    Marie'nin Kız Arkadaşı #1

  • Alica Hubiak

    Alica Hubiak

    Parti Kızı #1

  • Rosa Schrehardt

    Rosa Schrehardt

    Parti Kızı #2

  • Matthias Neukirch

    Matthias Neukirch

    Dr. Arnow

  • Nils Borghardt

    Nils Borghardt

  • Alexander Hauff

    Alexander Hauff

    Karl-Heinz Vogt

  • Max Hopp

    Max Hopp

    BND Bilişim Teknisyeni

  • Björn Susen

    Björn Susen

    Richter

  • Katja Wagner

    Katja Wagner

    Anja Berdel, Exchange Haber Sunucusu

  • Barbara Hahlweg

    Barbara Hahlweg

  • Marc Bator

    Marc Bator

  • Stephanie Puls

    Stephanie Puls

  • Harald Geil

    Harald Geil

Crew (49)