new file: .gitignore new file: Dockerfile new file: README.md new file: app.py new file: app/__init__.py new file: app/game.py new file: app/models.py new file: app/routes.py new file: app/seed.py new file: data/movies.json new file: docker-compose.yml new file: requirements.txt new file: static/css/style.css new file: static/js/game.js new file: static/js/player.js new file: templates/index.html
1103 lines
32 KiB
JSON
1103 lines
32 KiB
JSON
[
|
||
{
|
||
"title": "Star Wars: Episode IV – Eine neue Hoffnung",
|
||
"year": 1977,
|
||
"fsk": 12,
|
||
"studio": "20th Century",
|
||
"director": "George Lucas",
|
||
"budget": 11000000,
|
||
"universe": "Star Wars",
|
||
"genres": ["Sci-Fi", "Abenteuer", "Action"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Die Rückkehr der Jedi-Ritter",
|
||
"year": 1983,
|
||
"fsk": 12,
|
||
"studio": "20th Century",
|
||
"director": "Richard Marquand",
|
||
"budget": 32500000,
|
||
"universe": "Star Wars",
|
||
"genres": ["Sci-Fi", "Abenteuer", "Action"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Das Imperium schlägt zurück",
|
||
"year": 1980,
|
||
"fsk": 12,
|
||
"studio": "20th Century",
|
||
"director": "Irvin Kershner",
|
||
"budget": 18000000,
|
||
"universe": "Star Wars",
|
||
"genres": ["Sci-Fi", "Abenteuer", "Action"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Der Pate",
|
||
"year": 1972,
|
||
"fsk": 16,
|
||
"studio": "Paramount",
|
||
"director": "Francis Ford Coppola",
|
||
"budget": 6000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Drama"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Pulp Fiction",
|
||
"year": 1994,
|
||
"fsk": 16,
|
||
"studio": "MGM",
|
||
"director": "Quentin Tarantino",
|
||
"budget": 8000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Drama"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Dark Knight",
|
||
"year": 2008,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Christopher Nolan",
|
||
"budget": 185000000,
|
||
"universe": "DC",
|
||
"genres": ["Action", "Krimi", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Batman Begins",
|
||
"year": 2005,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Christopher Nolan",
|
||
"budget": 150000000,
|
||
"universe": "DC",
|
||
"genres": ["Action", "Krimi"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Dark Knight Rises",
|
||
"year": 2012,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Christopher Nolan",
|
||
"budget": 230000000,
|
||
"universe": "DC",
|
||
"genres": ["Action", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Inception",
|
||
"year": 2010,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Christopher Nolan",
|
||
"budget": 160000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Action", "Thriller"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Interstellar",
|
||
"year": 2014,
|
||
"fsk": 12,
|
||
"studio": "Paramount",
|
||
"director": "Christopher Nolan",
|
||
"budget": 165000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Drama", "Abenteuer"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Avengers: Endgame",
|
||
"year": 2019,
|
||
"fsk": 12,
|
||
"studio": "Disney",
|
||
"director": "Anthony Russo, Joe Russo",
|
||
"budget": 356000000,
|
||
"universe": "MCU",
|
||
"genres": ["Action", "Sci-Fi", "Abenteuer"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Avengers: Infinity War",
|
||
"year": 2018,
|
||
"fsk": 12,
|
||
"studio": "Disney",
|
||
"director": "Anthony Russo, Joe Russo",
|
||
"budget": 300000000,
|
||
"universe": "MCU",
|
||
"genres": ["Action", "Sci-Fi", "Abenteuer"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Iron Man",
|
||
"year": 2008,
|
||
"fsk": 12,
|
||
"studio": "Paramount",
|
||
"director": "Jon Favreau",
|
||
"budget": 140000000,
|
||
"universe": "MCU",
|
||
"genres": ["Action", "Sci-Fi", "Abenteuer"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Spider-Man: Homecoming",
|
||
"year": 2017,
|
||
"fsk": 12,
|
||
"studio": "Sony Pictures",
|
||
"director": "Jon Watts",
|
||
"budget": 175000000,
|
||
"universe": "Spider-Man",
|
||
"genres": ["Action", "Abenteuer", "Sci-Fi"],
|
||
"platforms": ["Disney+", "Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Spider-Man: No Way Home",
|
||
"year": 2021,
|
||
"fsk": 12,
|
||
"studio": "Sony Pictures",
|
||
"director": "Jon Watts",
|
||
"budget": 200000000,
|
||
"universe": "Spider-Man",
|
||
"genres": ["Action", "Abenteuer", "Sci-Fi"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Der Herr der Ringe: Die Gefährten",
|
||
"year": 2001,
|
||
"fsk": 12,
|
||
"studio": "New Line",
|
||
"director": "Peter Jackson",
|
||
"budget": 93000000,
|
||
"universe": "Herr der Ringe",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Der Herr der Ringe: Die zwei Türme",
|
||
"year": 2002,
|
||
"fsk": 12,
|
||
"studio": "New Line",
|
||
"director": "Peter Jackson",
|
||
"budget": 94000000,
|
||
"universe": "Herr der Ringe",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Der Herr der Ringe: Die Rückkehr des Königs",
|
||
"year": 2003,
|
||
"fsk": 12,
|
||
"studio": "New Line",
|
||
"director": "Peter Jackson",
|
||
"budget": 94000000,
|
||
"universe": "Herr der Ringe",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Harry Potter und der Stein der Weisen",
|
||
"year": 2001,
|
||
"fsk": 6,
|
||
"studio": "Warner Bros",
|
||
"director": "Chris Columbus",
|
||
"budget": 125000000,
|
||
"universe": "Wizarding World",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Harry Potter und die Kammer des Schreckens",
|
||
"year": 2002,
|
||
"fsk": 6,
|
||
"studio": "Warner Bros",
|
||
"director": "Chris Columbus",
|
||
"budget": 100000000,
|
||
"universe": "Wizarding World",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Phantastische Tierwesen und wo sie zu finden sind",
|
||
"year": 2016,
|
||
"fsk": 6,
|
||
"studio": "Warner Bros",
|
||
"director": "David Yates",
|
||
"budget": 180000000,
|
||
"universe": "Wizarding World",
|
||
"genres": ["Fantasy", "Abenteuer"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Jumanji: Willkommen im Dschungel",
|
||
"year": 2017,
|
||
"fsk": 6,
|
||
"studio": "Sony Pictures",
|
||
"director": "Jake Kasdan",
|
||
"budget": 90000000,
|
||
"universe": null,
|
||
"genres": ["Abenteuer", "Komödie", "Action"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Jumanji: The Next Level",
|
||
"year": 2019,
|
||
"fsk": 6,
|
||
"studio": "Sony Pictures",
|
||
"director": "Jake Kasdan",
|
||
"budget": 125000000,
|
||
"universe": null,
|
||
"genres": ["Abenteuer", "Komödie", "Action"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Titanic",
|
||
"year": 1997,
|
||
"fsk": 12,
|
||
"studio": "Paramount",
|
||
"director": "James Cameron",
|
||
"budget": 200000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Romantik"],
|
||
"platforms": ["Disney+", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Avatar – Aufbruch nach Pandora",
|
||
"year": 2009,
|
||
"fsk": 12,
|
||
"studio": "20th Century",
|
||
"director": "James Cameron",
|
||
"budget": 237000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Abenteuer", "Action"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Avatar: The Way of Water",
|
||
"year": 2022,
|
||
"fsk": 12,
|
||
"studio": "20th Century",
|
||
"director": "James Cameron",
|
||
"budget": 350000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Abenteuer", "Action"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Fast & Furious 5",
|
||
"year": 2011,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Justin Lin",
|
||
"budget": 125000000,
|
||
"universe": "Fast & Furious",
|
||
"genres": ["Action", "Krimi", "Thriller"],
|
||
"platforms": ["Netflix", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Fast and the Furious: Tokyo Drift",
|
||
"year": 2006,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Justin Lin",
|
||
"budget": 85000000,
|
||
"universe": "Fast & Furious",
|
||
"genres": ["Action", "Krimi"],
|
||
"platforms": ["Netflix", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "No Time to Die",
|
||
"year": 2021,
|
||
"fsk": 12,
|
||
"studio": "MGM",
|
||
"director": "Cary Joji Fukunaga",
|
||
"budget": 250000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Thriller", "Abenteuer"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "James Bond 007 – Skyfall",
|
||
"year": 2012,
|
||
"fsk": 12,
|
||
"studio": "Sony Pictures",
|
||
"director": "Sam Mendes",
|
||
"budget": 200000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Thriller", "Abenteuer"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Fight Club",
|
||
"year": 1999,
|
||
"fsk": 16,
|
||
"studio": "20th Century",
|
||
"director": "David Fincher",
|
||
"budget": 63000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Thriller"],
|
||
"platforms": ["Prime Video", "Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Matrix",
|
||
"year": 1999,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Lana Wachowski, Lilly Wachowski",
|
||
"budget": 63000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Action"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Requiem for a Dream",
|
||
"year": 2000,
|
||
"fsk": 18,
|
||
"studio": "Lionsgate",
|
||
"director": "Darren Aronofsky",
|
||
"budget": 4500000,
|
||
"universe": null,
|
||
"genres": ["Drama"],
|
||
"platforms": ["Apple TV+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Schindlers Liste",
|
||
"year": 1993,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Steven Spielberg",
|
||
"budget": 22000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Krieg", "Biografie"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Jurassic Park",
|
||
"year": 1993,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Steven Spielberg",
|
||
"budget": 63000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Abenteuer", "Thriller"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "E.T. – Der Außerirdische",
|
||
"year": 1982,
|
||
"fsk": 6,
|
||
"studio": "Universal",
|
||
"director": "Steven Spielberg",
|
||
"budget": 10500000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Drama", "Abenteuer"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Forrest Gump",
|
||
"year": 1994,
|
||
"fsk": 6,
|
||
"studio": "Paramount",
|
||
"director": "Robert Zemeckis",
|
||
"budget": 55000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Romantik", "Komödie"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Zurück in die Zukunft",
|
||
"year": 1985,
|
||
"fsk": 6,
|
||
"studio": "Universal",
|
||
"director": "Robert Zemeckis",
|
||
"budget": 19000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Abenteuer", "Komödie"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Gladiator",
|
||
"year": 2000,
|
||
"fsk": 16,
|
||
"studio": "Universal",
|
||
"director": "Ridley Scott",
|
||
"budget": 103000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Drama", "Abenteuer"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Alien",
|
||
"year": 1979,
|
||
"fsk": 16,
|
||
"studio": "20th Century",
|
||
"director": "Ridley Scott",
|
||
"budget": 11000000,
|
||
"universe": null,
|
||
"genres": ["Horror", "Sci-Fi", "Thriller"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Blade Runner",
|
||
"year": 1982,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Ridley Scott",
|
||
"budget": 28000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Thriller", "Mystery"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Blade Runner 2049",
|
||
"year": 2017,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Denis Villeneuve",
|
||
"budget": 150000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Thriller", "Mystery"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Dune",
|
||
"year": 2021,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Denis Villeneuve",
|
||
"budget": 165000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Abenteuer", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Die Verurteilten",
|
||
"year": 1994,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Frank Darabont",
|
||
"budget": 25000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Krimi"],
|
||
"platforms": ["Max", "Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Der Pianist",
|
||
"year": 2002,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Roman Polanski",
|
||
"budget": 35000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Krieg"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Die Passion Christi",
|
||
"year": 2004,
|
||
"fsk": 16,
|
||
"studio": "New Line",
|
||
"director": "Mel Gibson",
|
||
"budget": 30000000,
|
||
"universe": null,
|
||
"genres": ["Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "V wie Vendetta",
|
||
"year": 2005,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "James McTeigue",
|
||
"budget": 54000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Thriller", "Drama"],
|
||
"platforms": ["Max", "Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Sin City",
|
||
"year": 2005,
|
||
"fsk": 18,
|
||
"studio": "Dimension",
|
||
"director": "Frank Miller, Robert Rodriguez",
|
||
"budget": 40000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Action"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Kill Bill: Volume 1",
|
||
"year": 2003,
|
||
"fsk": 16,
|
||
"studio": "MGM",
|
||
"director": "Quentin Tarantino",
|
||
"budget": 30000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Thriller", "Krimi"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Reservoir Dogs",
|
||
"year": 1992,
|
||
"fsk": 16,
|
||
"studio": "MGM",
|
||
"director": "Quentin Tarantino",
|
||
"budget": 1200000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Inglourious Basterds",
|
||
"year": 2009,
|
||
"fsk": 16,
|
||
"studio": "Universal",
|
||
"director": "Quentin Tarantino",
|
||
"budget": 70000000,
|
||
"universe": null,
|
||
"genres": ["Krieg", "Action", "Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Django Unchained",
|
||
"year": 2012,
|
||
"fsk": 16,
|
||
"studio": "Sony Pictures",
|
||
"director": "Quentin Tarantino",
|
||
"budget": 100000000,
|
||
"universe": null,
|
||
"genres": ["Western", "Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "The Wolf of Wall Street",
|
||
"year": 2013,
|
||
"fsk": 16,
|
||
"studio": "Paramount",
|
||
"director": "Martin Scorsese",
|
||
"budget": 100000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Komödie", "Krimi"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Goodfellas",
|
||
"year": 1990,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Martin Scorsese",
|
||
"budget": 25000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Drama", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "The Departed – Unter Feinden",
|
||
"year": 2006,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Martin Scorsese",
|
||
"budget": 90000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Shutter Island",
|
||
"year": 2010,
|
||
"fsk": 16,
|
||
"studio": "Paramount",
|
||
"director": "Martin Scorsese",
|
||
"budget": 80000000,
|
||
"universe": null,
|
||
"genres": ["Mystery", "Thriller", "Drama"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Die Ritter der Kokosnuss",
|
||
"year": 1975,
|
||
"fsk": 6,
|
||
"studio": "Warner Bros",
|
||
"director": "Terry Gilliam, Terry Jones",
|
||
"budget": 400000,
|
||
"universe": null,
|
||
"genres": ["Komödie", "Abenteuer"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Brazil",
|
||
"year": 1985,
|
||
"fsk": 16,
|
||
"studio": "Universal",
|
||
"director": "Terry Gilliam",
|
||
"budget": 15000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Drama", "Komödie"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "12 Monkeys",
|
||
"year": 1995,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Terry Gilliam",
|
||
"budget": 29000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Thriller", "Mystery"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Captain Fantastic",
|
||
"year": 2016,
|
||
"fsk": 12,
|
||
"studio": "Universal",
|
||
"director": "Matt Ross",
|
||
"budget": 5000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Komödie", "Abenteuer"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Marriage Story",
|
||
"year": 2019,
|
||
"fsk": 6,
|
||
"studio": "Netflix",
|
||
"director": "Noah Baumbach",
|
||
"budget": 18000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Romantik"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Lalaland",
|
||
"year": 2016,
|
||
"fsk": 6,
|
||
"studio": "Lionsgate",
|
||
"director": "Damien Chazelle",
|
||
"budget": 30000000,
|
||
"universe": null,
|
||
"genres": ["Musical", "Romantik", "Drama"],
|
||
"platforms": ["Blu-ray", "DVD", "Netflix"]
|
||
},
|
||
{
|
||
"title": "Whiplash",
|
||
"year": 2014,
|
||
"fsk": 6,
|
||
"studio": "Sony Pictures",
|
||
"director": "Damien Chazelle",
|
||
"budget": 3300000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Musical"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Silence of the Lambs",
|
||
"year": 1991,
|
||
"fsk": 16,
|
||
"studio": "Orion",
|
||
"director": "Jonathan Demme",
|
||
"budget": 19000000,
|
||
"universe": null,
|
||
"genres": ["Horror", "Thriller", "Krimi", "Mystery"],
|
||
"platforms": ["Prime Video", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Se7en",
|
||
"year": 1995,
|
||
"fsk": 16,
|
||
"studio": "New Line",
|
||
"director": "David Fincher",
|
||
"budget": 33000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Mystery"],
|
||
"platforms": ["Max", "Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Zodiac",
|
||
"year": 2007,
|
||
"fsk": 16,
|
||
"studio": "Paramount",
|
||
"director": "David Fincher",
|
||
"budget": 85000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Mystery"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Girl with the Dragon Tattoo",
|
||
"year": 2011,
|
||
"fsk": 16,
|
||
"studio": "Sony Pictures",
|
||
"director": "David Fincher",
|
||
"budget": 90000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Thriller", "Mystery"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Mad Max: Fury Road",
|
||
"year": 2015,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "George Miller",
|
||
"budget": 150000000,
|
||
"universe": null,
|
||
"genres": ["Action", "Sci-Fi", "Abenteuer"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Children of Men",
|
||
"year": 2006,
|
||
"fsk": 16,
|
||
"studio": "Universal",
|
||
"director": "Alfonso Cuarón",
|
||
"budget": 76000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Thriller", "Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Gravity",
|
||
"year": 2013,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Alfonso Cuarón",
|
||
"budget": 100000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Thriller", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Moonlight",
|
||
"year": 2016,
|
||
"fsk": 6,
|
||
"studio": "A24",
|
||
"director": "Barry Jenkins",
|
||
"budget": 4000000,
|
||
"universe": null,
|
||
"genres": ["Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Hereditary",
|
||
"year": 2018,
|
||
"fsk": 16,
|
||
"studio": "A24",
|
||
"director": "Ari Aster",
|
||
"budget": 10000000,
|
||
"universe": null,
|
||
"genres": ["Horror", "Mystery", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Midsommar",
|
||
"year": 2019,
|
||
"fsk": 16,
|
||
"studio": "A24",
|
||
"director": "Ari Aster",
|
||
"budget": 9000000,
|
||
"universe": null,
|
||
"genres": ["Horror", "Mystery", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Parasite",
|
||
"year": 2019,
|
||
"fsk": 16,
|
||
"studio": "Neon",
|
||
"director": "Bong Joon-ho",
|
||
"budget": 11000000,
|
||
"universe": null,
|
||
"genres": ["Thriller", "Drama", "Komödie"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Oldboy",
|
||
"year": 2003,
|
||
"fsk": 18,
|
||
"studio": "Show East",
|
||
"director": "Park Chan-wook",
|
||
"budget": 3000000,
|
||
"universe": null,
|
||
"genres": ["Thriller", "Action", "Mystery"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Snowpiercer",
|
||
"year": 2013,
|
||
"fsk": 16,
|
||
"studio": "CJ Entertainment",
|
||
"director": "Bong Joon-ho",
|
||
"budget": 42000000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Action", "Thriller"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Der König der Löwen",
|
||
"year": 1994,
|
||
"fsk": 0,
|
||
"studio": "Disney",
|
||
"director": "Roger Allers, Rob Minkoff",
|
||
"budget": 45000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Abenteuer", "Drama", "Musical"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Toy Story",
|
||
"year": 1995,
|
||
"fsk": 0,
|
||
"studio": "Disney",
|
||
"director": "John Lasseter",
|
||
"budget": 30000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Abenteuer", "Komödie"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Findet Nemo",
|
||
"year": 2003,
|
||
"fsk": 0,
|
||
"studio": "Disney",
|
||
"director": "Andrew Stanton",
|
||
"budget": 94000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Abenteuer", "Komödie"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Shrek",
|
||
"year": 2001,
|
||
"fsk": 0,
|
||
"studio": "DreamWorks",
|
||
"director": "Andrew Adamson, Vicky Jenson",
|
||
"budget": 60000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Komödie", "Abenteuer", "Fantasy"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Shrek 2",
|
||
"year": 2004,
|
||
"fsk": 0,
|
||
"studio": "DreamWorks",
|
||
"director": "Andrew Adamson, Kelly Asbury, Conrad Vernon",
|
||
"budget": 150000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Komödie", "Abenteuer", "Fantasy"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Wie der Wind sich hebt",
|
||
"year": 2013,
|
||
"fsk": 6,
|
||
"studio": "Disney",
|
||
"director": "Hayao Miyazaki",
|
||
"budget": 30000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Drama", "Biografie"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Chihiros Reise ins Zauberland",
|
||
"year": 2001,
|
||
"fsk": 6,
|
||
"studio": "Disney",
|
||
"director": "Hayao Miyazaki",
|
||
"budget": 19000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Abenteuer", "Fantasy", "Drama"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Porco Rosso – Roter Flieger",
|
||
"year": 1992,
|
||
"fsk": 6,
|
||
"studio": "Disney",
|
||
"director": "Hayao Miyazaki",
|
||
"budget": 9000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Abenteuer", "Action"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Das wandelnde Schloss",
|
||
"year": 2004,
|
||
"fsk": 6,
|
||
"studio": "Disney",
|
||
"director": "Hayao Miyazaki",
|
||
"budget": 24000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Fantasy", "Abenteuer"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Ich – Einfach unverbesserlich",
|
||
"year": 2010,
|
||
"fsk": 0,
|
||
"studio": "Universal",
|
||
"director": "Pierre Coffin, Chris Renaud",
|
||
"budget": 69000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Komödie", "Abenteuer"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Anomalisa",
|
||
"year": 2015,
|
||
"fsk": 12,
|
||
"studio": "Paramount",
|
||
"director": "Charlie Kaufman, Duke Johnson",
|
||
"budget": 8000000,
|
||
"universe": null,
|
||
"genres": ["Animation", "Drama", "Romantik"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Grand Budapest Hotel",
|
||
"year": 2014,
|
||
"fsk": 6,
|
||
"studio": "20th Century",
|
||
"director": "Wes Anderson",
|
||
"budget": 25000000,
|
||
"universe": null,
|
||
"genres": ["Komödie", "Abenteuer", "Drama"],
|
||
"platforms": ["Disney+", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Joker",
|
||
"year": 2019,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Todd Phillips",
|
||
"budget": 55000000,
|
||
"universe": "DC",
|
||
"genres": ["Drama", "Thriller", "Krimi"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "The Batman",
|
||
"year": 2022,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Matt Reeves",
|
||
"budget": 200000000,
|
||
"universe": "DC",
|
||
"genres": ["Action", "Krimi", "Mystery"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Wonder Woman",
|
||
"year": 2017,
|
||
"fsk": 12,
|
||
"studio": "Warner Bros",
|
||
"director": "Patty Jenkins",
|
||
"budget": 149000000,
|
||
"universe": "DC",
|
||
"genres": ["Action", "Abenteuer", "Fantasy"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "The Godfather Part II",
|
||
"year": 1974,
|
||
"fsk": 16,
|
||
"studio": "Paramount",
|
||
"director": "Francis Ford Coppola",
|
||
"budget": 13000000,
|
||
"universe": null,
|
||
"genres": ["Krimi", "Drama"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Taxi Driver",
|
||
"year": 1976,
|
||
"fsk": 16,
|
||
"studio": "Sony Pictures",
|
||
"director": "Martin Scorsese",
|
||
"budget": 1300000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Thriller", "Krimi"],
|
||
"platforms": ["Netflix", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Barry Lyndon",
|
||
"year": 1975,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 11000000,
|
||
"universe": null,
|
||
"genres": ["Drama", "Krieg"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "A Clockwork Orange",
|
||
"year": 1971,
|
||
"fsk": 18,
|
||
"studio": "Warner Bros",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 2200000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Krimi", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "Full Metal Jacket",
|
||
"year": 1987,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 17000000,
|
||
"universe": null,
|
||
"genres": ["Krieg", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "2001: Odyssee im Weltraum",
|
||
"year": 1968,
|
||
"fsk": 6,
|
||
"studio": "MGM",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 10500000,
|
||
"universe": null,
|
||
"genres": ["Sci-Fi", "Mystery", "Abenteuer"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Eyes Wide Shut",
|
||
"year": 1999,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 65000000,
|
||
"universe": null,
|
||
"genres": ["Mystery", "Thriller", "Drama"],
|
||
"platforms": ["Max", "Blu-ray", "DVD"]
|
||
},
|
||
{
|
||
"title": "The Shining",
|
||
"year": 1980,
|
||
"fsk": 16,
|
||
"studio": "Warner Bros",
|
||
"director": "Stanley Kubrick",
|
||
"budget": 19000000,
|
||
"universe": null,
|
||
"genres": ["Horror", "Mystery", "Thriller"],
|
||
"platforms": ["Max", "Blu-ray", "DVD", "4K UHD"]
|
||
},
|
||
{
|
||
"title": "Saving Private Ryan",
|
||
"year": 1998,
|
||
"fsk": 16,
|
||
"studio": "DreamWorks",
|
||
"director": "Steven Spielberg",
|
||
"budget": 70000000,
|
||
"universe": null,
|
||
"genres": ["Krieg", "Drama", "Action"],
|
||
"platforms": ["Paramount+", "Blu-ray", "DVD", "4K UHD"]
|
||
}
|
||
]
|