One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent

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'; ?>
One Wonderful Sunday

Cast (15)

  • Isao Numasaki

    Isao Numasaki

    Yuzo

  • Chieko Nakakita

    Chieko Nakakita

    Masako

  • Atsushi Watanabe

    Atsushi Watanabe

    Yamamoto

  • Zeko Nakamura

    Zeko Nakamura

    Dessert Shop Owner

  • Toppa Utsumi

    Toppa Utsumi

    Street Photographer

  • Ichiro Namiki

    Ichiro Namiki

    Street Photographer

  • Ichirō Sugai

    Ichirō Sugai

    Black-marketeer

  • Masao Shimizu

    Masao Shimizu

    Dance Hall Manager

  • Tokuji Kobayashi

    Tokuji Kobayashi

    Overweight apartment receptionist

  • Shiro Mizutani

    Shiro Mizutani

    Waif

  • Aguri Hidaka

    Aguri Hidaka

    Dancer

  • Midori Ariyama

    Midori Ariyama

    Sono, the black-marketeer's mistress

  • Sachio Sakai

    Sachio Sakai

    Shady Ticket Man

  • Katao Numazaki

    Katao Numazaki

    Bakery Owner

  • Toshi Mori

    Toshi Mori

    Apartment Superintendent