From 7c271d3946c45d2ecb1fe33ebe394012f4ffc954 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:53:38 +0200 Subject: [PATCH] modified: README.md modified: app/seed.py deleted: data/movies.json new file: data/movies/1922.json new file: data/movies/1927.json new file: data/movies/1933.json new file: data/movies/1939.json new file: data/movies/1941.json new file: data/movies/1942.json new file: data/movies/1949.json new file: data/movies/1950.json new file: data/movies/1952.json new file: data/movies/1954.json new file: data/movies/1956.json new file: data/movies/1957.json new file: data/movies/1958.json new file: data/movies/1959.json new file: data/movies/1960.json new file: data/movies/1961.json new file: data/movies/1962.json new file: data/movies/1964.json new file: data/movies/1965.json new file: data/movies/1967.json new file: data/movies/1968.json new file: data/movies/1969.json new file: data/movies/1971.json new file: data/movies/1972.json new file: data/movies/1973.json new file: data/movies/1974.json new file: data/movies/1975.json new file: data/movies/1976.json new file: data/movies/1977.json new file: data/movies/1978.json new file: data/movies/1979.json new file: data/movies/1980.json new file: data/movies/1981.json new file: data/movies/1982.json new file: data/movies/1983.json new file: data/movies/1984.json new file: data/movies/1985.json new file: data/movies/1986.json new file: data/movies/1987.json new file: data/movies/1988.json new file: data/movies/1989.json new file: data/movies/1990.json new file: data/movies/1991.json new file: data/movies/1992.json new file: data/movies/1993.json new file: data/movies/1994.json new file: data/movies/1995.json new file: data/movies/1996.json new file: data/movies/1997.json new file: data/movies/1998.json new file: data/movies/1999.json new file: data/movies/2000.json new file: data/movies/2001.json new file: data/movies/2002.json new file: data/movies/2003.json new file: data/movies/2004.json new file: data/movies/2005.json new file: data/movies/2006.json new file: data/movies/2007.json new file: data/movies/2008.json new file: data/movies/2009.json new file: data/movies/2010.json new file: data/movies/2011.json new file: data/movies/2012.json new file: data/movies/2013.json new file: data/movies/2014.json new file: data/movies/2015.json new file: data/movies/2016.json new file: data/movies/2017.json new file: data/movies/2018.json new file: data/movies/2019.json new file: data/movies/2020.json new file: data/movies/2021.json new file: data/movies/2022.json new file: data/movies/2023.json new file: data/movies/2024.json --- README.md | 11 +- app/seed.py | 16 +- data/movies.json | 7856 ----------------------------------------- data/movies/1922.json | 19 + data/movies/1927.json | 20 + data/movies/1933.json | 21 + data/movies/1939.json | 58 + data/movies/1941.json | 20 + data/movies/1942.json | 20 + data/movies/1949.json | 20 + data/movies/1950.json | 56 + data/movies/1952.json | 21 + data/movies/1954.json | 57 + data/movies/1956.json | 20 + data/movies/1957.json | 20 + data/movies/1958.json | 20 + data/movies/1959.json | 93 + data/movies/1960.json | 59 + data/movies/1961.json | 21 + data/movies/1962.json | 39 + data/movies/1964.json | 38 + data/movies/1965.json | 21 + data/movies/1967.json | 21 + data/movies/1968.json | 40 + data/movies/1969.json | 21 + data/movies/1971.json | 57 + data/movies/1972.json | 39 + data/movies/1973.json | 38 + data/movies/1974.json | 58 + data/movies/1975.json | 58 + data/movies/1976.json | 22 + data/movies/1977.json | 57 + data/movies/1978.json | 74 + data/movies/1979.json | 76 + data/movies/1980.json | 58 + data/movies/1981.json | 57 + data/movies/1982.json | 59 + data/movies/1983.json | 40 + data/movies/1984.json | 111 + data/movies/1985.json | 94 + data/movies/1986.json | 58 + data/movies/1987.json | 93 + data/movies/1988.json | 37 + data/movies/1989.json | 55 + data/movies/1990.json | 77 + data/movies/1991.json | 61 + data/movies/1992.json | 56 + data/movies/1993.json | 96 + data/movies/1994.json | 79 + data/movies/1995.json | 173 + data/movies/1996.json | 75 + data/movies/1997.json | 74 + data/movies/1998.json | 114 + data/movies/1999.json | 240 ++ data/movies/2000.json | 151 + data/movies/2001.json | 225 ++ data/movies/2002.json | 185 + data/movies/2003.json | 206 ++ data/movies/2004.json | 313 ++ data/movies/2005.json | 113 + data/movies/2006.json | 150 + data/movies/2007.json | 186 + data/movies/2008.json | 151 + data/movies/2009.json | 115 + data/movies/2010.json | 266 ++ data/movies/2011.json | 132 + data/movies/2012.json | 172 + data/movies/2013.json | 284 ++ data/movies/2014.json | 193 + data/movies/2015.json | 294 ++ data/movies/2016.json | 327 ++ data/movies/2017.json | 312 ++ data/movies/2018.json | 215 ++ data/movies/2019.json | 348 ++ data/movies/2020.json | 95 + data/movies/2021.json | 177 + data/movies/2022.json | 212 ++ data/movies/2023.json | 137 + data/movies/2024.json | 136 + 79 files changed, 8025 insertions(+), 7864 deletions(-) delete mode 100644 data/movies.json create mode 100644 data/movies/1922.json create mode 100644 data/movies/1927.json create mode 100644 data/movies/1933.json create mode 100644 data/movies/1939.json create mode 100644 data/movies/1941.json create mode 100644 data/movies/1942.json create mode 100644 data/movies/1949.json create mode 100644 data/movies/1950.json create mode 100644 data/movies/1952.json create mode 100644 data/movies/1954.json create mode 100644 data/movies/1956.json create mode 100644 data/movies/1957.json create mode 100644 data/movies/1958.json create mode 100644 data/movies/1959.json create mode 100644 data/movies/1960.json create mode 100644 data/movies/1961.json create mode 100644 data/movies/1962.json create mode 100644 data/movies/1964.json create mode 100644 data/movies/1965.json create mode 100644 data/movies/1967.json create mode 100644 data/movies/1968.json create mode 100644 data/movies/1969.json create mode 100644 data/movies/1971.json create mode 100644 data/movies/1972.json create mode 100644 data/movies/1973.json create mode 100644 data/movies/1974.json create mode 100644 data/movies/1975.json create mode 100644 data/movies/1976.json create mode 100644 data/movies/1977.json create mode 100644 data/movies/1978.json create mode 100644 data/movies/1979.json create mode 100644 data/movies/1980.json create mode 100644 data/movies/1981.json create mode 100644 data/movies/1982.json create mode 100644 data/movies/1983.json create mode 100644 data/movies/1984.json create mode 100644 data/movies/1985.json create mode 100644 data/movies/1986.json create mode 100644 data/movies/1987.json create mode 100644 data/movies/1988.json create mode 100644 data/movies/1989.json create mode 100644 data/movies/1990.json create mode 100644 data/movies/1991.json create mode 100644 data/movies/1992.json create mode 100644 data/movies/1993.json create mode 100644 data/movies/1994.json create mode 100644 data/movies/1995.json create mode 100644 data/movies/1996.json create mode 100644 data/movies/1997.json create mode 100644 data/movies/1998.json create mode 100644 data/movies/1999.json create mode 100644 data/movies/2000.json create mode 100644 data/movies/2001.json create mode 100644 data/movies/2002.json create mode 100644 data/movies/2003.json create mode 100644 data/movies/2004.json create mode 100644 data/movies/2005.json create mode 100644 data/movies/2006.json create mode 100644 data/movies/2007.json create mode 100644 data/movies/2008.json create mode 100644 data/movies/2009.json create mode 100644 data/movies/2010.json create mode 100644 data/movies/2011.json create mode 100644 data/movies/2012.json create mode 100644 data/movies/2013.json create mode 100644 data/movies/2014.json create mode 100644 data/movies/2015.json create mode 100644 data/movies/2016.json create mode 100644 data/movies/2017.json create mode 100644 data/movies/2018.json create mode 100644 data/movies/2019.json create mode 100644 data/movies/2020.json create mode 100644 data/movies/2021.json create mode 100644 data/movies/2022.json create mode 100644 data/movies/2023.json create mode 100644 data/movies/2024.json diff --git a/README.md b/README.md index 90dac63..3a2c308 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,16 @@ Die App läuft dann auf http://localhost:8000 Die Tabellen werden beim ersten Start automatisch angelegt und mit den festen Referenzlisten (Plattformen, Genres, Studios, Universen) sowie den Filmen aus -`data/movies.json` befüllt (idempotent). +`data/movies/` befüllt (idempotent). -Neue Filme einfach als Einträge in `data/movies.json` ergänzen (alle 9 Attribute +Die Filme sind pro Jahr in je einer Datei gespeichert, z.B. `data/movies/1997.json` +oder `data/movies/2024.json`. Jede Datei enthält ein Array mit allen Filmen dieses +Jahres. + +Neue Filme einfach in die passende Jahres-Datei ergänzen (alle 9 Attribute inkl. Plattformen, FSK, Studio, Budget, Universum) und Werte müssen aus den -festen Listen in `app/seed.py` stammen. +festen Listen in `app/seed.py` stammen. Existiert für das Jahr noch keine Datei, +einfach eine neue Datei `data/movies/.json` anlegen. ## Deployment auf Coolify diff --git a/app/seed.py b/app/seed.py index 341cb31..70f11b2 100644 --- a/app/seed.py +++ b/app/seed.py @@ -55,14 +55,20 @@ def seed_all(): def _seed_movies_from_json(): - data_path = os.path.join( - os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "data", "movies.json" + data_dir = os.path.join( + os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "data", "movies" ) - if not os.path.exists(data_path): + if not os.path.isdir(data_dir): return - with open(data_path, "r", encoding="utf-8") as f: - movies = json.load(f) + # Alle Jahres-Dateien (z.B. data/movies/1977.json) laden + movies = [] + for fname in sorted(os.listdir(data_dir)): + if not fname.endswith(".json"): + continue + path = os.path.join(data_dir, fname) + with open(path, "r", encoding="utf-8") as f: + movies.extend(json.load(f)) # Nur hinzufuegen, wenn noch kein Film in der DB ist (idempotent ueber den ganzen Datensatz) if Movie.query.count() > 0: diff --git a/data/movies.json b/data/movies.json deleted file mode 100644 index b94cfc5..0000000 --- a/data/movies.json +++ /dev/null @@ -1,7856 +0,0 @@ -[ - { - "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": "Keine Zeit zu sterben", - "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 – Das unheimliche Wesen aus einer fremden Welt", - "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 – Drei Jahrzehnte in der Mafia", - "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": "La La Land", - "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": "Das Schweigen der Lämmer", - "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": "Sieben", - "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": "Verblendung", - "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 – Das Vermächtnis", - "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": "Der Pate – Teil 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": "Der Soldat James 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" - ] - }, - { - "title": "Oppenheimer", - "year": 2023, - "fsk": 12, - "studio": "Universal", - "director": "Christopher Nolan", - "budget": 100000000, - "universe": null, - "genres": [ - "Drama", - "Biografie", - "Krieg" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Barbie", - "year": 2023, - "fsk": 12, - "studio": "Warner Bros", - "director": "Greta Gerwig", - "budget": 145000000, - "universe": null, - "genres": [ - "Komödie", - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Top Gun: Maverick", - "year": 2022, - "fsk": 12, - "studio": "Paramount", - "director": "Joseph Kosinski", - "budget": 170000000, - "universe": null, - "genres": [ - "Action", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Everything Everywhere All at Once", - "year": 2022, - "fsk": 16, - "studio": "A24", - "director": "Daniel Kwan, Daniel Scheinert", - "budget": 25000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Action", - "Komödie", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Pate III", - "year": 1990, - "fsk": 16, - "studio": "Paramount", - "director": "Francis Ford Coppola", - "budget": 54000000, - "universe": null, - "genres": [ - "Krimi", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "A Beautiful Mind", - "year": 2001, - "fsk": 12, - "studio": "Universal", - "director": "Ron Howard", - "budget": 58000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Braveheart", - "year": 1995, - "fsk": 16, - "studio": "Paramount", - "director": "Mel Gibson", - "budget": 72000000, - "universe": null, - "genres": [ - "Drama", - "Krieg", - "Abenteuer" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Casablanca", - "year": 1942, - "fsk": 6, - "studio": "Warner Bros", - "director": "Michael Curtiz", - "budget": 950000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Citizen Kane", - "year": 1941, - "fsk": 6, - "studio": "RKO", - "director": "Orson Welles", - "budget": 840000, - "universe": null, - "genres": [ - "Drama", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Psycho", - "year": 1960, - "fsk": 16, - "studio": "Paramount", - "director": "Alfred Hitchcock", - "budget": 800000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Mystery" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Vertigo – Aus dem Reich der Toten", - "year": 1958, - "fsk": 12, - "studio": "Paramount", - "director": "Alfred Hitchcock", - "budget": 2500000, - "universe": null, - "genres": [ - "Thriller", - "Mystery" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Fenster zum Hof", - "year": 1954, - "fsk": 12, - "studio": "Paramount", - "director": "Alfred Hitchcock", - "budget": 1000000, - "universe": null, - "genres": [ - "Thriller", - "Mystery" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der weiße Hai", - "year": 1975, - "fsk": 16, - "studio": "Universal", - "director": "Steven Spielberg", - "budget": 7000000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Indiana Jones und der letzte Kreuzzug", - "year": 1989, - "fsk": 12, - "studio": "Paramount", - "director": "Steven Spielberg", - "budget": 48000000, - "universe": null, - "genres": [ - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Memento", - "year": 2000, - "fsk": 16, - "studio": "Newmarket", - "director": "Christopher Nolan", - "budget": 9000000, - "universe": null, - "genres": [ - "Thriller", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Prestige – Die Meister der Magie", - "year": 2006, - "fsk": 12, - "studio": "Warner Bros", - "director": "Christopher Nolan", - "budget": 40000000, - "universe": null, - "genres": [ - "Thriller", - "Mystery", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Dunkirk", - "year": 2017, - "fsk": 12, - "studio": "Warner Bros", - "director": "Christopher Nolan", - "budget": 100000000, - "universe": null, - "genres": [ - "Krieg", - "Drama", - "Action" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Tenet", - "year": 2020, - "fsk": 12, - "studio": "Warner Bros", - "director": "Christopher Nolan", - "budget": 205000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Action", - "Thriller" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Guardians of the Galaxy", - "year": 2014, - "fsk": 12, - "studio": "Disney", - "director": "James Gunn", - "budget": 170000000, - "universe": "MCU", - "genres": [ - "Sci-Fi", - "Action", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Black Panther", - "year": 2018, - "fsk": 12, - "studio": "Disney", - "director": "Ryan Coogler", - "budget": 200000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Thor: Tag der Entscheidung", - "year": 2017, - "fsk": 12, - "studio": "Disney", - "director": "Taika Waititi", - "budget": 180000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Doctor Strange", - "year": 2016, - "fsk": 12, - "studio": "Disney", - "director": "Scott Derrickson", - "budget": 165000000, - "universe": "MCU", - "genres": [ - "Sci-Fi", - "Action", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Avengers", - "year": 2012, - "fsk": 12, - "studio": "Disney", - "director": "Joss Whedon", - "budget": 220000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Spider-Man: A New Universe", - "year": 2018, - "fsk": 6, - "studio": "Sony Pictures", - "director": "Bob Persichetti, Peter Ramsey, Rodney Rothman", - "budget": 90000000, - "universe": "Spider-Man", - "genres": [ - "Animation", - "Action", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Der Hobbit: Eine unerwartete Reise", - "year": 2012, - "fsk": 12, - "studio": "New Line", - "director": "Peter Jackson", - "budget": 200000000, - "universe": "Herr der Ringe", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry Potter und der Gefangene von Askaban", - "year": 2004, - "fsk": 6, - "studio": "Warner Bros", - "director": "Alfonso Cuarón", - "budget": 130000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry Potter und der Feuerkelch", - "year": 2005, - "fsk": 12, - "studio": "Warner Bros", - "director": "Mike Newell", - "budget": 150000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry Potter und der Orden des Phönix", - "year": 2007, - "fsk": 12, - "studio": "Warner Bros", - "director": "David Yates", - "budget": 150000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry Potter und die Heiligtümer des Todes: Teil 2", - "year": 2011, - "fsk": 12, - "studio": "Warner Bros", - "director": "David Yates", - "budget": 250000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Star Wars: Das Erwachen der Macht", - "year": 2015, - "fsk": 12, - "studio": "Disney", - "director": "J. J. Abrams", - "budget": 245000000, - "universe": "Star Wars", - "genres": [ - "Sci-Fi", - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Rogue One: A Star Wars Story", - "year": 2016, - "fsk": 12, - "studio": "Disney", - "director": "Gareth Edwards", - "budget": 200000000, - "universe": "Star Wars", - "genres": [ - "Sci-Fi", - "Action", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Truman Show", - "year": 1998, - "fsk": 6, - "studio": "Paramount", - "director": "Peter Weir", - "budget": 60000000, - "universe": null, - "genres": [ - "Drama", - "Science-Fiction", - "Komödie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "American Beauty", - "year": 1999, - "fsk": 16, - "studio": "DreamWorks", - "director": "Sam Mendes", - "budget": 15000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "American Psycho", - "year": 2000, - "fsk": 18, - "studio": "Lionsgate", - "director": "Mary Harron", - "budget": 7000000, - "universe": null, - "genres": [ - "Drama", - "Thriller", - "Horror" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Her", - "year": 2013, - "fsk": 12, - "studio": "Warner Bros", - "director": "Spike Jonze", - "budget": 23000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ex Machina", - "year": 2014, - "fsk": 16, - "studio": "A24", - "director": "Alex Garland", - "budget": 15000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Thriller", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Annihilation", - "year": 2018, - "fsk": 16, - "studio": "Paramount", - "director": "Alex Garland", - "budget": 40000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Horror", - "Thriller" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Arrival", - "year": 2016, - "fsk": 12, - "studio": "Paramount", - "director": "Denis Villeneuve", - "budget": 47000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Sicario", - "year": 2015, - "fsk": 16, - "studio": "Lionsgate", - "director": "Denis Villeneuve", - "budget": 30000000, - "universe": null, - "genres": [ - "Krimi", - "Thriller", - "Action" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Prisoners", - "year": 2013, - "fsk": 16, - "studio": "Warner Bros", - "director": "Denis Villeneuve", - "budget": 46000000, - "universe": null, - "genres": [ - "Krimi", - "Thriller", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Incendies", - "year": 2010, - "fsk": 16, - "studio": "Sony Pictures", - "director": "Denis Villeneuve", - "budget": 6500000, - "universe": null, - "genres": [ - "Drama", - "Mystery" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Baby Driver", - "year": 2017, - "fsk": 16, - "studio": "Sony Pictures", - "director": "Edgar Wright", - "budget": 34000000, - "universe": null, - "genres": [ - "Action", - "Krimi", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Shaun of the Dead", - "year": 2004, - "fsk": 16, - "studio": "Universal", - "director": "Edgar Wright", - "budget": 6000000, - "universe": null, - "genres": [ - "Horror", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Hot Fuzz", - "year": 2007, - "fsk": 16, - "studio": "Universal", - "director": "Edgar Wright", - "budget": 12000000, - "universe": null, - "genres": [ - "Action", - "Komödie", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Scott Pilgrim gegen den Rest der Welt", - "year": 2010, - "fsk": 12, - "studio": "Universal", - "director": "Edgar Wright", - "budget": 60000000, - "universe": null, - "genres": [ - "Action", - "Komödie", - "Romantik" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Und täglich grüßt das Murmeltier", - "year": 1993, - "fsk": 6, - "studio": "Columbia", - "director": "Harold Ramis", - "budget": 14600000, - "universe": null, - "genres": [ - "Komödie", - "Fantasy" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ghostbusters – Die Geisterjäger", - "year": 1984, - "fsk": 6, - "studio": "Columbia", - "director": "Ivan Reitman", - "budget": 30000000, - "universe": null, - "genres": [ - "Komödie", - "Horror", - "Sci-Fi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Terminator 2 – Tag der Abrechnung", - "year": 1991, - "fsk": 16, - "studio": "20th Century", - "director": "James Cameron", - "budget": 94000000, - "universe": null, - "genres": [ - "Action", - "Sci-Fi", - "Thriller" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Aliens – Die Rückkehr", - "year": 1986, - "fsk": 16, - "studio": "20th Century", - "director": "James Cameron", - "budget": 18000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Action", - "Horror" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Thing – Aus einer anderen Welt", - "year": 1982, - "fsk": 16, - "studio": "Universal", - "director": "John Carpenter", - "budget": 15000000, - "universe": null, - "genres": [ - "Horror", - "Sci-Fi" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Halloween", - "year": 1978, - "fsk": 16, - "studio": "Compass", - "director": "John Carpenter", - "budget": 325000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Exorzist", - "year": 1973, - "fsk": 16, - "studio": "Warner Bros", - "director": "William Friedkin", - "budget": 12000000, - "universe": null, - "genres": [ - "Horror" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Get Out", - "year": 2017, - "fsk": 16, - "studio": "Universal", - "director": "Jordan Peele", - "budget": 4500000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Mystery" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Us", - "year": 2019, - "fsk": 16, - "studio": "Universal", - "director": "Jordan Peele", - "budget": 20000000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Mystery" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Nope", - "year": 2022, - "fsk": 16, - "studio": "Universal", - "director": "Jordan Peele", - "budget": 68000000, - "universe": null, - "genres": [ - "Horror", - "Sci-Fi", - "Mystery" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Enemy", - "year": 2013, - "fsk": 16, - "studio": "A24", - "director": "Denis Villeneuve", - "budget": 13000000, - "universe": null, - "genres": [ - "Mystery", - "Thriller" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Melancholia", - "year": 2011, - "fsk": 12, - "studio": "Zentropa", - "director": "Lars von Trier", - "budget": 7400000, - "universe": null, - "genres": [ - "Drama", - "Sci-Fi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Dogville", - "year": 2003, - "fsk": 16, - "studio": "Zentropa", - "director": "Lars von Trier", - "budget": 10000000, - "universe": null, - "genres": [ - "Drama", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die fabelhafte Welt der Amélie", - "year": 2001, - "fsk": 6, - "studio": "Miramax", - "director": "Jean-Pierre Jeunet", - "budget": 11000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Leben ist schön", - "year": 1997, - "fsk": 12, - "studio": "Miramax", - "director": "Roberto Benigni", - "budget": 20000000, - "universe": null, - "genres": [ - "Drama", - "Krieg", - "Komödie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Cinema Paradiso", - "year": 1988, - "fsk": 6, - "studio": "Miramax", - "director": "Giuseppe Tornatore", - "budget": 5000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Arrow", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Nightmare – Mörderische Träume", - "year": 1984, - "fsk": 16, - "studio": "New Line", - "director": "Wes Craven", - "budget": 1800000, - "universe": null, - "genres": [ - "Horror" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Scream – Schrei!", - "year": 1996, - "fsk": 16, - "studio": "Dimension", - "director": "Wes Craven", - "budget": 15000000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Lost in Translation", - "year": 2003, - "fsk": 6, - "studio": "Focus Features", - "director": "Sofia Coppola", - "budget": 4000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Vergiss mein nicht!", - "year": 2004, - "fsk": 12, - "studio": "Focus Features", - "director": "Michel Gondry", - "budget": 20000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Romantik", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Being John Malkovich", - "year": 1999, - "fsk": 16, - "studio": "Focus Features", - "director": "Spike Jonze", - "budget": 13000000, - "universe": null, - "genres": [ - "Komödie", - "Fantasy", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Amadeus", - "year": 1984, - "fsk": 6, - "studio": "Orion", - "director": "Miloš Forman", - "budget": 18000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Apocalypse Now", - "year": 1979, - "fsk": 16, - "studio": "United Artists", - "director": "Francis Ford Coppola", - "budget": 31000000, - "universe": null, - "genres": [ - "Krieg", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Royal Tenenbaums", - "year": 2001, - "fsk": 6, - "studio": "Touchstone", - "director": "Wes Anderson", - "budget": 21000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Moonrise Kingdom", - "year": 2012, - "fsk": 6, - "studio": "Focus Features", - "director": "Wes Anderson", - "budget": 16000000, - "universe": null, - "genres": [ - "Komödie", - "Abenteuer", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Rushmore", - "year": 1998, - "fsk": 6, - "studio": "Touchstone", - "director": "Wes Anderson", - "budget": 9000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "12 Years a Slave", - "year": 2013, - "fsk": 16, - "studio": "Fox Searchlight", - "director": "Steve McQueen", - "budget": 20000000, - "universe": null, - "genres": [ - "Drama", - "Historie" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Shame", - "year": 2011, - "fsk": 18, - "studio": "Fox Searchlight", - "director": "Steve McQueen", - "budget": 6500000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Birdman oder (Die unverhoffte Macht der Ahnungslosigkeit)", - "year": 2014, - "fsk": 16, - "studio": "Fox Searchlight", - "director": "Alejandro G. Iñárritu", - "budget": 18000000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Revenant – Der Rückkehrer", - "year": 2015, - "fsk": 16, - "studio": "20th Century", - "director": "Alejandro G. Iñárritu", - "budget": 135000000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama", - "Western" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Mad Max", - "year": 1979, - "fsk": 16, - "studio": "Warner Bros", - "director": "George Miller", - "budget": 350000, - "universe": null, - "genres": [ - "Action", - "Sci-Fi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Mad Max II – Der Vollstrecker", - "year": 1981, - "fsk": 16, - "studio": "Warner Bros", - "director": "George Miller", - "budget": 4000000, - "universe": null, - "genres": [ - "Action", - "Sci-Fi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Matrix Reloaded", - "year": 2003, - "fsk": 16, - "studio": "Warner Bros", - "director": "Lana Wachowski, Lilly Wachowski", - "budget": 150000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Action" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Scarface", - "year": 1983, - "fsk": 16, - "studio": "Universal", - "director": "Brian De Palma", - "budget": 25000000, - "universe": null, - "genres": [ - "Krimi", - "Drama", - "Action" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Heat", - "year": 1995, - "fsk": 16, - "studio": "Warner Bros", - "director": "Michael Mann", - "budget": 60000000, - "universe": null, - "genres": [ - "Krimi", - "Action", - "Thriller" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Casino", - "year": 1995, - "fsk": 16, - "studio": "Universal", - "director": "Martin Scorsese", - "budget": 50000000, - "universe": null, - "genres": [ - "Krimi", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Once Upon a Time in Hollywood", - "year": 2019, - "fsk": 16, - "studio": "Sony Pictures", - "director": "Quentin Tarantino", - "budget": 90000000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Hateful Eight", - "year": 2015, - "fsk": 16, - "studio": "Weinstein", - "director": "Quentin Tarantino", - "budget": 44000000, - "universe": null, - "genres": [ - "Western", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Zwölf Geschworenen", - "year": 1957, - "fsk": 6, - "studio": "United Artists", - "director": "Sidney Lumet", - "budget": 340000, - "universe": null, - "genres": [ - "Drama", - "Krimi" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Aquaman", - "year": 2018, - "fsk": 12, - "studio": "Warner Bros", - "director": "James Wan", - "budget": 160000000, - "universe": "DC", - "genres": [ - "Action", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Meg", - "year": 2018, - "fsk": 12, - "studio": "Warner Bros", - "director": "Jon Turteltaub", - "budget": 130000000, - "universe": null, - "genres": [ - "Action", - "Horror", - "Sci-Fi" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Jurassic World", - "year": 2015, - "fsk": 12, - "studio": "Universal", - "director": "Colin Trevorrow", - "budget": 150000000, - "universe": null, - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Oblivion", - "year": 2013, - "fsk": 12, - "studio": "Universal", - "director": "Joseph Kosinski", - "budget": 120000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Action" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Sully", - "year": 2016, - "fsk": 6, - "studio": "Warner Bros", - "director": "Clint Eastwood", - "budget": 60000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Million Dollar Baby", - "year": 2004, - "fsk": 16, - "studio": "Warner Bros", - "director": "Clint Eastwood", - "budget": 30000000, - "universe": null, - "genres": [ - "Drama", - "Sport" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Gran Torino", - "year": 2008, - "fsk": 12, - "studio": "Warner Bros", - "director": "Clint Eastwood", - "budget": 33000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Erbarmungslos", - "year": 1992, - "fsk": 16, - "studio": "Warner Bros", - "director": "Clint Eastwood", - "budget": 14000000, - "universe": null, - "genres": [ - "Western" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Boot", - "year": 1981, - "fsk": 16, - "studio": "Columbia", - "director": "Wolfgang Petersen", - "budget": 13000000, - "universe": null, - "genres": [ - "Krieg", - "Drama", - "Thriller" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Untergang", - "year": 2004, - "fsk": 12, - "studio": "Constantin", - "director": "Oliver Hirschbiegel", - "budget": 14000000, - "universe": null, - "genres": [ - "Drama", - "Krieg", - "Biografie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Good Bye, Lenin!", - "year": 2003, - "fsk": 0, - "studio": "X-Filme", - "director": "Wolfgang Becker", - "budget": 8000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Lola rennt", - "year": 1998, - "fsk": 12, - "studio": "X-Filme", - "director": "Tom Tykwer", - "budget": 3000000, - "universe": null, - "genres": [ - "Thriller", - "Action", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Er ist wieder da", - "year": 2015, - "fsk": 12, - "studio": "Constantin", - "director": "David Wnendt", - "budget": 2500000, - "universe": null, - "genres": [ - "Komödie", - "Satire" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Leben der Anderen", - "year": 2006, - "fsk": 12, - "studio": "Wiedemann", - "director": "Florian Henckel von Donnersmarck", - "budget": 2000000, - "universe": null, - "genres": [ - "Drama", - "Thriller" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Baader Meinhof Komplex", - "year": 2008, - "fsk": 16, - "studio": "Constantin", - "director": "Uli Edel", - "budget": 18500000, - "universe": null, - "genres": [ - "Drama", - "Krimi", - "Historie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Nosferatu – Eine Symphonie des Grauens", - "year": 1922, - "fsk": 12, - "studio": "Prana", - "director": "F. W. Murnau", - "budget": 900000, - "universe": null, - "genres": [ - "Horror" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Metropolis", - "year": 1927, - "fsk": 6, - "studio": "UFA", - "director": "Fritz Lang", - "budget": 5000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Zeit der Unschuld", - "year": 1993, - "fsk": 12, - "studio": "Columbia", - "director": "Martin Scorsese", - "budget": 34000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Zauberer von Oz", - "year": 1939, - "fsk": 0, - "studio": "MGM", - "director": "Victor Fleming", - "budget": 2800000, - "universe": null, - "genres": [ - "Musical", - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Vom Winde verweht", - "year": 1939, - "fsk": 6, - "studio": "MGM", - "director": "Victor Fleming", - "budget": 3900000, - "universe": null, - "genres": [ - "Drama", - "Romantik", - "Krieg" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ben-Hur", - "year": 1959, - "fsk": 12, - "studio": "MGM", - "director": "William Wyler", - "budget": 15000000, - "universe": null, - "genres": [ - "Drama", - "Abenteuer", - "Historie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Lawrence of Arabia", - "year": 1962, - "fsk": 6, - "studio": "Columbia", - "director": "David Lean", - "budget": 15000000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama", - "Biografie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der dritte Mann", - "year": 1949, - "fsk": 6, - "studio": "London Films", - "director": "Carol Reed", - "budget": 1000000, - "universe": null, - "genres": [ - "Thriller", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Sunset Boulevard", - "year": 1950, - "fsk": 12, - "studio": "Paramount", - "director": "Billy Wilder", - "budget": 1750000, - "universe": null, - "genres": [ - "Drama", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Manche mögen's heiß", - "year": 1959, - "fsk": 6, - "studio": "United Artists", - "director": "Billy Wilder", - "budget": 2900000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Frühstück bei Tiffany", - "year": 1961, - "fsk": 6, - "studio": "Paramount", - "director": "Blake Edwards", - "budget": 2500000, - "universe": null, - "genres": [ - "Romantik", - "Komödie", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Was geht, Bruder?", - "year": 2000, - "fsk": 6, - "studio": "Touchstone", - "director": "Joel Coen", - "budget": 26000000, - "universe": null, - "genres": [ - "Komödie", - "Abenteuer", - "Krimi" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Fargo", - "year": 1996, - "fsk": 16, - "studio": "Gramercy", - "director": "Joel Coen", - "budget": 7000000, - "universe": null, - "genres": [ - "Krimi", - "Thriller", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Big Lebowski", - "year": 1998, - "fsk": 16, - "studio": "Gramercy", - "director": "Joel Coen", - "budget": 15000000, - "universe": null, - "genres": [ - "Komödie", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "No Country for Old Men", - "year": 2007, - "fsk": 16, - "studio": "Miramax", - "director": "Joel Coen, Ethan Coen", - "budget": 25000000, - "universe": null, - "genres": [ - "Krimi", - "Thriller", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Kill Bill: Volume 2", - "year": 2004, - "fsk": 16, - "studio": "MGM", - "director": "Quentin Tarantino", - "budget": 30000000, - "universe": null, - "genres": [ - "Action", - "Thriller", - "Krimi" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Clou", - "year": 1973, - "fsk": 6, - "studio": "Universal", - "director": "George Roy Hill", - "budget": 5500000, - "universe": null, - "genres": [ - "Krimi", - "Komödie", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Midnight in Paris", - "year": 2011, - "fsk": 6, - "studio": "Sony Pictures", - "director": "Woody Allen", - "budget": 17000000, - "universe": null, - "genres": [ - "Komödie", - "Fantasy", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Annie Hall", - "year": 1977, - "fsk": 6, - "studio": "United Artists", - "director": "Woody Allen", - "budget": 4000000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Manhattan", - "year": 1979, - "fsk": 6, - "studio": "United Artists", - "director": "Woody Allen", - "budget": 9000000, - "universe": null, - "genres": [ - "Komödie", - "Drama", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Manchurian Kandidat", - "year": 1962, - "fsk": 16, - "studio": "United Artists", - "director": "John Frankenheimer", - "budget": 2700000, - "universe": null, - "genres": [ - "Thriller", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Beverly Hills Cop – Ich lös' den Fall", - "year": 1984, - "fsk": 16, - "studio": "Paramount", - "director": "Martin Brest", - "budget": 15000000, - "universe": null, - "genres": [ - "Action", - "Komödie", - "Krimi" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Borat", - "year": 2006, - "fsk": 16, - "studio": "20th Century", - "director": "Larry Charles", - "budget": 18000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Hangover", - "year": 2009, - "fsk": 16, - "studio": "Warner Bros", - "director": "Todd Phillips", - "budget": 35000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Superbad", - "year": 2007, - "fsk": 16, - "studio": "Columbia", - "director": "Greg Mottola", - "budget": 20000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ferris macht blau", - "year": 1986, - "fsk": 12, - "studio": "Paramount", - "director": "John Hughes", - "budget": 5800000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Frühstücksclub", - "year": 1985, - "fsk": 12, - "studio": "Universal", - "director": "John Hughes", - "budget": 1000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Pretty in Pink", - "year": 1986, - "fsk": 6, - "studio": "Paramount", - "director": "Howard Deutch", - "budget": 9000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Club der toten Dichter", - "year": 1989, - "fsk": 6, - "studio": "Touchstone", - "director": "Peter Weir", - "budget": 16000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Good Will Hunting", - "year": 1997, - "fsk": 16, - "studio": "Miramax", - "director": "Gus Van Sant", - "budget": 10000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Rain Man", - "year": 1988, - "fsk": 12, - "studio": "MGM", - "director": "Barry Levinson", - "budget": 25000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "MGM+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Hugo Cabret", - "year": 2011, - "fsk": 6, - "studio": "Paramount", - "director": "Martin Scorsese", - "budget": 170000000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Irishman", - "year": 2019, - "fsk": 16, - "studio": "Netflix", - "director": "Martin Scorsese", - "budget": 159000000, - "universe": null, - "genres": [ - "Krimi", - "Drama", - "Biografie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Killers of the Flower Moon", - "year": 2023, - "fsk": 16, - "studio": "Paramount", - "director": "Martin Scorsese", - "budget": 200000000, - "universe": null, - "genres": [ - "Krimi", - "Drama", - "Historie" - ], - "platforms": [ - "Apple TV+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Past Lives", - "year": 2023, - "fsk": 6, - "studio": "A24", - "director": "Celine Song", - "budget": 12000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der seltsame Fall des Benjamin Button", - "year": 2008, - "fsk": 12, - "studio": "Paramount", - "director": "David Fincher", - "budget": 150000000, - "universe": null, - "genres": [ - "Drama", - "Fantasy", - "Romantik" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Gone Girl – Das perfekte Opfer", - "year": 2014, - "fsk": 16, - "studio": "20th Century", - "director": "David Fincher", - "budget": 61000000, - "universe": null, - "genres": [ - "Thriller", - "Mystery", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Social Network", - "year": 2010, - "fsk": 12, - "studio": "Columbia", - "director": "David Fincher", - "budget": 40000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Panic Room", - "year": 2002, - "fsk": 16, - "studio": "Columbia", - "director": "David Fincher", - "budget": 48000000, - "universe": null, - "genres": [ - "Thriller", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Trainspotting", - "year": 1996, - "fsk": 16, - "studio": "Miramax", - "director": "Danny Boyle", - "budget": 1500000, - "universe": null, - "genres": [ - "Drama", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Slumdog Millionär", - "year": 2008, - "fsk": 16, - "studio": "Fox Searchlight", - "director": "Danny Boyle", - "budget": 15000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "127 Hours", - "year": 2010, - "fsk": 12, - "studio": "Fox Searchlight", - "director": "Danny Boyle", - "budget": 18000000, - "universe": null, - "genres": [ - "Biografie", - "Drama", - "Thriller" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Dr. Seltsam oder: Wie ich lernte, die Bombe zu lieben", - "year": 1964, - "fsk": 12, - "studio": "Columbia", - "director": "Stanley Kubrick", - "budget": 2000000, - "universe": null, - "genres": [ - "Komödie", - "Krieg" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Reifeprüfung", - "year": 1967, - "fsk": 12, - "studio": "Embassy", - "director": "Mike Nichols", - "budget": 300000, - "universe": null, - "genres": [ - "Drama", - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Butch Cassidy und Sundance Kid", - "year": 1969, - "fsk": 6, - "studio": "20th Century", - "director": "George Roy Hill", - "budget": 6000000, - "universe": null, - "genres": [ - "Western", - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Airplane! – Die unglaubliche Reise in einem Flugzeug", - "year": 1980, - "fsk": 6, - "studio": "Paramount", - "director": "Jim Abrahams, David Zucker, Jerry Zucker", - "budget": 3500000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ich glaub', mich tritt ein Pferd", - "year": 1974, - "fsk": 6, - "studio": "Universal", - "director": "Mel Brooks", - "budget": 2700000, - "universe": null, - "genres": [ - "Western", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Mr. Smith geht nach Washington", - "year": 1939, - "fsk": 6, - "studio": "Columbia", - "director": "Frank Capra", - "budget": 1500000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Schlaflos in Seattle", - "year": 1993, - "fsk": 6, - "studio": "TriStar", - "director": "Nora Ephron", - "budget": 21000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry und Sally", - "year": 1989, - "fsk": 6, - "studio": "Columbia", - "director": "Rob Reiner", - "budget": 16000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Pretty Woman", - "year": 1990, - "fsk": 6, - "studio": "Touchstone", - "director": "Garry Marshall", - "budget": 14000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Notting Hill", - "year": 1999, - "fsk": 6, - "studio": "Universal", - "director": "Roger Michell", - "budget": 42000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Tatsächlich... Liebe", - "year": 2003, - "fsk": 12, - "studio": "Universal", - "director": "Richard Curtis", - "budget": 45000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Leuchten der Stille", - "year": 2004, - "fsk": 12, - "studio": "Warner Bros", - "director": "Nick Cassavetes", - "budget": 30000000, - "universe": null, - "genres": [ - "Romantik", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Außer Atem", - "year": 1960, - "fsk": 16, - "studio": "Gaumont", - "director": "Jean-Luc Godard", - "budget": 400000, - "universe": null, - "genres": [ - "Krimi", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Spartacus", - "year": 1960, - "fsk": 16, - "studio": "Universal", - "director": "Stanley Kubrick", - "budget": 12000000, - "universe": null, - "genres": [ - "Drama", - "Abenteuer", - "Historie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Meine Lieder – meine Träume", - "year": 1965, - "fsk": 0, - "studio": "20th Century", - "director": "Robert Wise", - "budget": 8200000, - "universe": null, - "genres": [ - "Musical", - "Drama", - "Romantik" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "My Fair Lady", - "year": 1964, - "fsk": 0, - "studio": "Warner Bros", - "director": "George Cukor", - "budget": 17000000, - "universe": null, - "genres": [ - "Musical", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Grease", - "year": 1978, - "fsk": 6, - "studio": "Paramount", - "director": "Randal Kleiser", - "budget": 6000000, - "universe": null, - "genres": [ - "Musical", - "Romantik", - "Komödie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Dirty Dancing", - "year": 1987, - "fsk": 12, - "studio": "Vestron", - "director": "Emile Ardolino", - "budget": 6000000, - "universe": null, - "genres": [ - "Romantik", - "Drama", - "Musical" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Mamma Mia!", - "year": 2008, - "fsk": 0, - "studio": "Universal", - "director": "Phyllida Lloyd", - "budget": 52000000, - "universe": null, - "genres": [ - "Musical", - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Greatest Showman", - "year": 2017, - "fsk": 6, - "studio": "20th Century", - "director": "Michael Gracey", - "budget": 84000000, - "universe": null, - "genres": [ - "Musical", - "Drama", - "Biografie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Du sollst mein Glücksstern sein", - "year": 1952, - "fsk": 0, - "studio": "MGM", - "director": "Gene Kelly, Stanley Donen", - "budget": 2500000, - "universe": null, - "genres": [ - "Musical", - "Komödie", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Bridget Jones – Schokolade zum Frühstück", - "year": 2001, - "fsk": 12, - "studio": "Universal", - "director": "Sharon Maguire", - "budget": 25000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Braut des Prinzen", - "year": 1987, - "fsk": 6, - "studio": "20th Century", - "director": "Rob Reiner", - "budget": 16000000, - "universe": null, - "genres": [ - "Abenteuer", - "Fantasy", - "Romantik" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Unsichtbare", - "year": 2020, - "fsk": 16, - "studio": "Universal", - "director": "Leigh Whannell", - "budget": 7000000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Tár", - "year": 2022, - "fsk": 6, - "studio": "Focus Features", - "director": "Todd Field", - "budget": 35000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der weiße Hai 2", - "year": 1978, - "fsk": 16, - "studio": "Universal", - "director": "Jeannot Szwarc", - "budget": 30000000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Wie ein einziger Tag", - "year": 2004, - "fsk": 12, - "studio": "New Line", - "director": "Nick Cassavetes", - "budget": 30000000, - "universe": null, - "genres": [ - "Romantik", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Green Mile", - "year": 1999, - "fsk": 12, - "studio": "Warner Bros", - "director": "Frank Darabont", - "budget": 60000000, - "universe": null, - "genres": [ - "Drama", - "Fantasy", - "Krimi" - ], - "platforms": [ - "Max", - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Nebel", - "year": 2007, - "fsk": 16, - "studio": "Dimension", - "director": "Frank Darabont", - "budget": 18000000, - "universe": null, - "genres": [ - "Horror", - "Sci-Fi", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Gangs of New York", - "year": 2002, - "fsk": 16, - "studio": "Miramax", - "director": "Martin Scorsese", - "budget": 100000000, - "universe": null, - "genres": [ - "Krimi", - "Drama", - "Historie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Aviator", - "year": 2004, - "fsk": 12, - "studio": "Miramax", - "director": "Martin Scorsese", - "budget": 110000000, - "universe": null, - "genres": [ - "Biografie", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Catch Me If You Can", - "year": 2002, - "fsk": 12, - "studio": "DreamWorks", - "director": "Steven Spielberg", - "budget": 52000000, - "universe": null, - "genres": [ - "Biografie", - "Krimi", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Brücke von Arnheim", - "year": 1977, - "fsk": 16, - "studio": "United Artists", - "director": "Richard Attenborough", - "budget": 26000000, - "universe": null, - "genres": [ - "Krieg", - "Drama" - ], - "platforms": [ - "MGM+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Rosemaries Baby", - "year": 1968, - "fsk": 16, - "studio": "Paramount", - "director": "Roman Polanski", - "budget": 3200000, - "universe": null, - "genres": [ - "Horror", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Chinatown", - "year": 1974, - "fsk": 16, - "studio": "Paramount", - "director": "Roman Polanski", - "budget": 6000000, - "universe": null, - "genres": [ - "Krimi", - "Mystery", - "Thriller" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Am Ende gibt es nur noch Gewalt", - "year": 1971, - "fsk": 16, - "studio": "Warner Bros", - "director": "Sam Peckinpah", - "budget": 3000000, - "universe": null, - "genres": [ - "Action", - "Thriller" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Crash", - "year": 2004, - "fsk": 16, - "studio": "Lionsgate", - "director": "Paul Haggis", - "budget": 6500000, - "universe": null, - "genres": [ - "Drama", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "King Kong", - "year": 1933, - "fsk": 6, - "studio": "RKO", - "director": "Merian C. Cooper, Ernest B. Schoedsack", - "budget": 672000, - "universe": null, - "genres": [ - "Abenteuer", - "Horror", - "Fantasy" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die zehn Gebote", - "year": 1956, - "fsk": 6, - "studio": "Paramount", - "director": "Cecil B. DeMille", - "budget": 13000000, - "universe": null, - "genres": [ - "Drama", - "Historie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Apollo 13", - "year": 1995, - "fsk": 6, - "studio": "Universal", - "director": "Ron Howard", - "budget": 52000000, - "universe": null, - "genres": [ - "Drama", - "Historie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Sechzehn Kerzen", - "year": 1984, - "fsk": 12, - "studio": "Universal", - "director": "John Hughes", - "budget": 5500000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Princess Diaries – Plötzlich Prinzessin", - "year": 2001, - "fsk": 0, - "studio": "Disney", - "director": "Garry Marshall", - "budget": 26000000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "10 Dinge, die ich an dir hasse", - "year": 1999, - "fsk": 12, - "studio": "Touchstone", - "director": "Gil Junger", - "budget": 16000000, - "universe": null, - "genres": [ - "Romantik", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Clueless – Was sonst!", - "year": 1995, - "fsk": 6, - "studio": "Paramount", - "director": "Amy Heckerling", - "budget": 12000000, - "universe": null, - "genres": [ - "Komödie", - "Romantik" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Mean Girls – Der Girls Club", - "year": 2004, - "fsk": 12, - "studio": "Paramount", - "director": "Mark Waters", - "budget": 17000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "American Pie", - "year": 1999, - "fsk": 16, - "studio": "Universal", - "director": "Paul Weitz", - "budget": 11000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Asterix bei den Olympischen Spielen", - "year": 2008, - "fsk": 6, - "studio": "Pathé", - "director": "Frédéric Forestier, Thomas Langmann", - "budget": 78000000, - "universe": null, - "genres": [ - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Asterix und Obelix gegen Caesar", - "year": 1999, - "fsk": 6, - "studio": "Pathé", - "director": "Claude Zidi", - "budget": 48000000, - "universe": null, - "genres": [ - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Asterix und Obelix – Mission Kleopatra", - "year": 2002, - "fsk": 6, - "studio": "Pathé", - "director": "Alain Chabat", - "budget": 50000000, - "universe": null, - "genres": [ - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Vier Fäuste für ein Halleluja", - "year": 1971, - "fsk": 6, - "studio": "Rapid Film", - "director": "E. B. Clucher", - "budget": 500000, - "universe": null, - "genres": [ - "Komödie", - "Western" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Zwei außer Rand und Band", - "year": 1972, - "fsk": 6, - "studio": "Rapid Film", - "director": "E. B. Clucher", - "budget": 600000, - "universe": null, - "genres": [ - "Komödie", - "Western" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die dummen Streiche der Reichen", - "year": 1978, - "fsk": 6, - "studio": "Rapid Film", - "director": "E. B. Clucher", - "budget": 700000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Otto – Der Film", - "year": 1985, - "fsk": 6, - "studio": "Neue Constantin", - "director": "Xaver Schwarzenberger, Otto Waalkes", - "budget": 6000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Otto – Der neue Film", - "year": 1987, - "fsk": 6, - "studio": "Neue Constantin", - "director": "Otto Waalkes", - "budget": 7000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Schuh des Manitu", - "year": 2001, - "fsk": 6, - "studio": "Constantin", - "director": "Michael Herbig", - "budget": 5000000, - "universe": null, - "genres": [ - "Komödie", - "Western" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "(T)Raumschiff Surprise – Periode 1", - "year": 2004, - "fsk": 6, - "studio": "Constantin", - "director": "Michael Herbig", - "budget": 8500000, - "universe": null, - "genres": [ - "Komödie", - "Sci-Fi" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Werner – Beinhart!", - "year": 1990, - "fsk": 6, - "studio": "Neue Constantin", - "director": "Gerhard Hahn, Michael Schaack", - "budget": 4000000, - "universe": null, - "genres": [ - "Animation", - "Komödie" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Bang Boom Bang", - "year": 1999, - "fsk": 12, - "studio": "Warner Bros", - "director": "Peter Thorwarth", - "budget": 3500000, - "universe": null, - "genres": [ - "Komödie", - "Krimi" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Was nicht passt, wird passend gemacht", - "year": 2002, - "fsk": 6, - "studio": "Constantin", - "director": "Peter Thorwarth", - "budget": 4000000, - "universe": null, - "genres": [ - "Komödie" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ganz unten", - "year": 1996, - "fsk": 12, - "studio": "Senator", - "director": "Sönke Wortmann", - "budget": 2000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Wunder von Bern", - "year": 2003, - "fsk": 6, - "studio": "Senator", - "director": "Sönke Wortmann", - "budget": 7500000, - "universe": null, - "genres": [ - "Drama", - "Sport" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Into the Wild", - "year": 2007, - "fsk": 6, - "studio": "Paramount", - "director": "Sean Penn", - "budget": 16000000, - "universe": null, - "genres": [ - "Biografie", - "Drama", - "Abenteuer" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Brokeback Mountain", - "year": 2005, - "fsk": 12, - "studio": "Focus Features", - "director": "Ang Lee", - "budget": 14000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Life of Pi: Schiffbruch mit Tiger", - "year": 2012, - "fsk": 6, - "studio": "20th Century", - "director": "Ang Lee", - "budget": 120000000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Tiger & Dragon", - "year": 2000, - "fsk": 12, - "studio": "Sony Pictures", - "director": "Ang Lee", - "budget": 15000000, - "universe": null, - "genres": [ - "Action", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Sony Pictures Core", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Tiger von Eschnapur", - "year": 1959, - "fsk": 6, - "studio": "Rizzoli", - "director": "Fritz Lang", - "budget": 2500000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das indische Grabmal", - "year": 1959, - "fsk": 6, - "studio": "Rizzoli", - "director": "Fritz Lang", - "budget": 5500000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama" - ], - "platforms": [ - "Amazon Prime", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Reise zum Mittelpunkt der Erde", - "year": 1959, - "fsk": 6, - "studio": "20th Century", - "director": "Henry Levin", - "budget": 5000000, - "universe": null, - "genres": [ - "Abenteuer", - "Sci-Fi" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "20.000 Meilen unter dem Meer", - "year": 1954, - "fsk": 6, - "studio": "Disney", - "director": "Richard Fleischer", - "budget": 9000000, - "universe": null, - "genres": [ - "Abenteuer", - "Sci-Fi" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Schatzinsel", - "year": 1950, - "fsk": 6, - "studio": "Disney", - "director": "Byron Haskin", - "budget": 5000000, - "universe": null, - "genres": [ - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Jumanji", - "year": 1995, - "fsk": 6, - "studio": "TriStar", - "director": "Joe Johnston", - "budget": 65000000, - "universe": null, - "genres": [ - "Abenteuer", - "Fantasy", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Goonies", - "year": 1985, - "fsk": 12, - "studio": "Warner Bros", - "director": "Richard Donner", - "budget": 19000000, - "universe": null, - "genres": [ - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Indiana Jones und der Tempel des Todes", - "year": 1984, - "fsk": 12, - "studio": "Paramount", - "director": "Steven Spielberg", - "budget": 28000000, - "universe": null, - "genres": [ - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Indiana Jones und der Jäger des verlorenen Schatzes", - "year": 1981, - "fsk": 12, - "studio": "Paramount", - "director": "Steven Spielberg", - "budget": 18000000, - "universe": null, - "genres": [ - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Cast Away – Verschollen", - "year": 2000, - "fsk": 12, - "studio": "20th Century", - "director": "Robert Zemeckis", - "budget": 90000000, - "universe": null, - "genres": [ - "Drama", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Gladiator II", - "year": 2024, - "fsk": 16, - "studio": "Paramount", - "director": "Ridley Scott", - "budget": 250000000, - "universe": null, - "genres": [ - "Action", - "Drama", - "Abenteuer" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Godzilla Minus One", - "year": 2023, - "fsk": 12, - "studio": "Toho", - "director": "Takashi Yamazaki", - "budget": 15000000, - "universe": null, - "genres": [ - "Action", - "Sci-Fi", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Anora", - "year": 2024, - "fsk": 16, - "studio": "Neon", - "director": "Sean Baker", - "budget": 6000000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Brutalist", - "year": 2024, - "fsk": 16, - "studio": "A24", - "director": "Brady Corbet", - "budget": 10000000, - "universe": null, - "genres": [ - "Drama", - "Historie" - ], - "platforms": [ - "A24 Screening Room", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Wicked", - "year": 2024, - "fsk": 6, - "studio": "Universal", - "director": "Jon M. Chu", - "budget": 150000000, - "universe": null, - "genres": [ - "Musical", - "Fantasy" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Deadpool & Wolverine", - "year": 2024, - "fsk": 16, - "studio": "Disney", - "director": "Shawn Levy", - "budget": 200000000, - "universe": "MCU", - "genres": [ - "Action", - "Komödie", - "Sci-Fi" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Dune: Part Two", - "year": 2024, - "fsk": 12, - "studio": "Warner Bros", - "director": "Denis Villeneuve", - "budget": 190000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Abenteuer", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Challengers", - "year": 2024, - "fsk": 16, - "studio": "MGM", - "director": "Luca Guadagnino", - "budget": 55000000, - "universe": null, - "genres": [ - "Drama", - "Sport", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Poor Things", - "year": 2023, - "fsk": 16, - "studio": "Searchlight", - "director": "Yorgos Lanthimos", - "budget": 35000000, - "universe": null, - "genres": [ - "Fantasy", - "Komödie", - "Drama" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Fabelmans", - "year": 2022, - "fsk": 12, - "studio": "Universal", - "director": "Steven Spielberg", - "budget": 40000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Elvis", - "year": 2022, - "fsk": 12, - "studio": "Warner Bros", - "director": "Baz Luhrmann", - "budget": 85000000, - "universe": null, - "genres": [ - "Biografie", - "Musical", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Whale", - "year": 2022, - "fsk": 16, - "studio": "A24", - "director": "Darren Aronofsky", - "budget": 3000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "A24 Screening Room", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Hobbit: Smaugs Einöde", - "year": 2013, - "fsk": 12, - "studio": "New Line", - "director": "Peter Jackson", - "budget": 225000000, - "universe": "Herr der Ringe", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Hobbit: Die Schlacht der fünf Heere", - "year": 2014, - "fsk": 12, - "studio": "New Line", - "director": "Peter Jackson", - "budget": 250000000, - "universe": "Herr der Ringe", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Star Wars: Die letzten Jedi", - "year": 2017, - "fsk": 12, - "studio": "Disney", - "director": "Rian Johnson", - "budget": 200000000, - "universe": "Star Wars", - "genres": [ - "Sci-Fi", - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Star Wars: Der Aufstieg Skywalkers", - "year": 2019, - "fsk": 12, - "studio": "Disney", - "director": "J. J. Abrams", - "budget": 275000000, - "universe": "Star Wars", - "genres": [ - "Sci-Fi", - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Solo: A Star Wars Story", - "year": 2018, - "fsk": 12, - "studio": "Disney", - "director": "Ron Howard", - "budget": 275000000, - "universe": "Star Wars", - "genres": [ - "Sci-Fi", - "Abenteuer", - "Action" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Harry Potter und der Halbblutprinz", - "year": 2009, - "fsk": 12, - "studio": "Warner Bros", - "director": "David Yates", - "budget": 250000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Harry Potter und die Heiligtümer des Todes: Teil 1", - "year": 2010, - "fsk": 12, - "studio": "Warner Bros", - "director": "David Yates", - "budget": 250000000, - "universe": "Wizarding World", - "genres": [ - "Fantasy", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Spider-Man: Weit von Zuhause", - "year": 2019, - "fsk": 12, - "studio": "Sony Pictures", - "director": "Jon Watts", - "budget": 160000000, - "universe": "Spider-Man", - "genres": [ - "Action", - "Abenteuer", - "Sci-Fi" - ], - "platforms": [ - "Disney+", - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Avengers: Age of Ultron", - "year": 2015, - "fsk": 12, - "studio": "Disney", - "director": "Joss Whedon", - "budget": 365000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Captain America: The Winter Soldier", - "year": 2014, - "fsk": 12, - "studio": "Disney", - "director": "Anthony Russo, Joe Russo", - "budget": 170000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Thriller" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Captain America: Civil War", - "year": 2016, - "fsk": 12, - "studio": "Disney", - "director": "Anthony Russo, Joe Russo", - "budget": 250000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Ant-Man", - "year": 2015, - "fsk": 12, - "studio": "Disney", - "director": "Peyton Reed", - "budget": 130000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Deadpool", - "year": 2016, - "fsk": 16, - "studio": "20th Century", - "director": "Tim Miller", - "budget": 58000000, - "universe": "MCU", - "genres": [ - "Action", - "Komödie", - "Sci-Fi" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Logan – The Wolverine", - "year": 2017, - "fsk": 16, - "studio": "20th Century", - "director": "James Mangold", - "budget": 97000000, - "universe": "MCU", - "genres": [ - "Action", - "Sci-Fi", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Man of Steel", - "year": 2013, - "fsk": 12, - "studio": "Warner Bros", - "director": "Zack Snyder", - "budget": 225000000, - "universe": "DC", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Batman v Superman: Dawn of Justice", - "year": 2016, - "fsk": 12, - "studio": "Warner Bros", - "director": "Zack Snyder", - "budget": 325000000, - "universe": "DC", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Suicide Squad", - "year": 2021, - "fsk": 16, - "studio": "Warner Bros", - "director": "James Gunn", - "budget": 185000000, - "universe": "DC", - "genres": [ - "Action", - "Komödie", - "Sci-Fi" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Shazam!", - "year": 2019, - "fsk": 12, - "studio": "Warner Bros", - "director": "David F. Sandberg", - "budget": 100000000, - "universe": "DC", - "genres": [ - "Action", - "Komödie", - "Fantasy" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Black Adam", - "year": 2022, - "fsk": 12, - "studio": "Warner Bros", - "director": "Jaume Collet-Serra", - "budget": 200000000, - "universe": "DC", - "genres": [ - "Action", - "Fantasy", - "Sci-Fi" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Flash", - "year": 2023, - "fsk": 12, - "studio": "Warner Bros", - "director": "Andy Muschietti", - "budget": 200000000, - "universe": "DC", - "genres": [ - "Action", - "Sci-Fi", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Der Marsianer – Rettet Mark Watney", - "year": 2015, - "fsk": 12, - "studio": "20th Century", - "director": "Ridley Scott", - "budget": 108000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "The Revenant", - "year": 2015, - "fsk": 16, - "studio": "20th Century", - "director": "Alejandro G. Iñárritu", - "budget": 135000000, - "universe": null, - "genres": [ - "Abenteuer", - "Drama", - "Western" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Donnie Darko", - "year": 2001, - "fsk": 16, - "studio": "Newmarket", - "director": "Richard Kelly", - "budget": 4500000, - "universe": null, - "genres": [ - "Sci-Fi", - "Mystery", - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Snatch – Schweine und Diamanten", - "year": 2000, - "fsk": 16, - "studio": "Columbia", - "director": "Guy Ritchie", - "budget": 10000000, - "universe": null, - "genres": [ - "Krimi", - "Komödie", - "Action" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Bube, Dame, König, grAs", - "year": 1998, - "fsk": 16, - "studio": "Columbia", - "director": "Guy Ritchie", - "budget": 1350000, - "universe": null, - "genres": [ - "Krimi", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Black Swan", - "year": 2010, - "fsk": 16, - "studio": "Fox Searchlight", - "director": "Darren Aronofsky", - "budget": 13000000, - "universe": null, - "genres": [ - "Drama", - "Thriller", - "Horror" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Juno", - "year": 2007, - "fsk": 6, - "studio": "Fox Searchlight", - "director": "Jason Reitman", - "budget": 6500000, - "universe": null, - "genres": [ - "Drama", - "Komödie", - "Romantik" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Little Miss Sunshine", - "year": 2006, - "fsk": 6, - "studio": "Fox Searchlight", - "director": "Jonathan Dayton, Valerie Faris", - "budget": 8000000, - "universe": null, - "genres": [ - "Komödie", - "Drama" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "There Will Be Blood", - "year": 2007, - "fsk": 16, - "studio": "Paramount", - "director": "Paul Thomas Anderson", - "budget": 32000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Magnolia", - "year": 1999, - "fsk": 16, - "studio": "New Line", - "director": "Paul Thomas Anderson", - "budget": 37000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Licorice Pizza", - "year": 2021, - "fsk": 6, - "studio": "MGM", - "director": "Paul Thomas Anderson", - "budget": 40000000, - "universe": null, - "genres": [ - "Komödie", - "Drama", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Manchester by the Sea", - "year": 2016, - "fsk": 12, - "studio": "Amazon Studios", - "director": "Kenneth Lonergan", - "budget": 9000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Lady Bird", - "year": 2017, - "fsk": 12, - "studio": "A24", - "director": "Greta Gerwig", - "budget": 10000000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Little Women", - "year": 2019, - "fsk": 6, - "studio": "Sony Pictures", - "director": "Greta Gerwig", - "budget": 40000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Prozess der Chicago 7", - "year": 2020, - "fsk": 12, - "studio": "Netflix", - "director": "Aaron Sorkin", - "budget": 30000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Es", - "year": 2017, - "fsk": 16, - "studio": "Warner Bros", - "director": "Andy Muschietti", - "budget": 35000000, - "universe": null, - "genres": [ - "Horror" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Es Kapitel 2", - "year": 2019, - "fsk": 16, - "studio": "Warner Bros", - "director": "Andy Muschietti", - "budget": 79000000, - "universe": null, - "genres": [ - "Horror" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Conjuring – Die Heimsuchung", - "year": 2013, - "fsk": 16, - "studio": "Warner Bros", - "director": "James Wan", - "budget": 20000000, - "universe": null, - "genres": [ - "Horror", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Insidious", - "year": 2010, - "fsk": 16, - "studio": "FilmDistrict", - "director": "James Wan", - "budget": 1500000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Saw", - "year": 2004, - "fsk": 18, - "studio": "Lionsgate", - "director": "James Wan", - "budget": 1200000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "A Quiet Place", - "year": 2018, - "fsk": 16, - "studio": "Paramount", - "director": "John Krasinski", - "budget": 17000000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Sci-Fi" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "A Quiet Place 2", - "year": 2021, - "fsk": 16, - "studio": "Paramount", - "director": "John Krasinski", - "budget": 61000000, - "universe": null, - "genres": [ - "Horror", - "Thriller", - "Sci-Fi" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Candyman", - "year": 2021, - "fsk": 16, - "studio": "Universal", - "director": "Nia DaCosta", - "budget": 25000000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Peacock", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Ring", - "year": 2002, - "fsk": 16, - "studio": "DreamWorks", - "director": "Gore Verbinski", - "budget": 48000000, - "universe": null, - "genres": [ - "Horror", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Argo", - "year": 2012, - "fsk": 12, - "studio": "Warner Bros", - "director": "Ben Affleck", - "budget": 44500000, - "universe": null, - "genres": [ - "Drama", - "Thriller", - "Biografie" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Martian", - "year": 2015, - "fsk": 12, - "studio": "20th Century", - "director": "Ridley Scott", - "budget": 108000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Toy Story 2", - "year": 1999, - "fsk": 0, - "studio": "Disney", - "director": "John Lasseter", - "budget": 90000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Toy Story 3", - "year": 2010, - "fsk": 0, - "studio": "Disney", - "director": "Lee Unkrich", - "budget": 200000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Unglaublichen", - "year": 2004, - "fsk": 0, - "studio": "Disney", - "director": "Brad Bird", - "budget": 92000000, - "universe": null, - "genres": [ - "Animation", - "Action", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Oben", - "year": 2009, - "fsk": 0, - "studio": "Disney", - "director": "Pete Docter", - "budget": 175000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Komödie", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Coco – Lebendiger als das Leben!", - "year": 2017, - "fsk": 0, - "studio": "Disney", - "director": "Lee Unkrich", - "budget": 175000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Alles steht Kopf", - "year": 2015, - "fsk": 0, - "studio": "Disney", - "director": "Pete Docter", - "budget": 175000000, - "universe": null, - "genres": [ - "Animation", - "Komödie", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Zoomania", - "year": 2016, - "fsk": 0, - "studio": "Disney", - "director": "Byron Howard, Rich Moore", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Vaiana – Das Paradies hat einen Haken", - "year": 2016, - "fsk": 0, - "studio": "Disney", - "director": "Ron Clements, John Musker", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Musical" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Encanto", - "year": 2021, - "fsk": 0, - "studio": "Disney", - "director": "Jared Bush, Byron Howard", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Musical", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Die Eiskönigin – Völlig unverfroren", - "year": 2013, - "fsk": 0, - "studio": "Disney", - "director": "Chris Buck, Jennifer Lee", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Musical", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Drachenzähmen leicht gemacht", - "year": 2010, - "fsk": 6, - "studio": "DreamWorks", - "director": "Dean DeBlois, Chris Sanders", - "budget": 165000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Ich – Einfach unverbesserlich 2", - "year": 2013, - "fsk": 0, - "studio": "Universal", - "director": "Pierre Coffin, Chris Renaud", - "budget": 76000000, - "universe": null, - "genres": [ - "Animation", - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Minions", - "year": 2015, - "fsk": 0, - "studio": "Universal", - "director": "Pierre Coffin, Kyle Balda", - "budget": 74000000, - "universe": null, - "genres": [ - "Animation", - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Für immer Shrek", - "year": 2010, - "fsk": 0, - "studio": "DreamWorks", - "director": "Mike Mitchell", - "budget": 135000000, - "universe": null, - "genres": [ - "Animation", - "Komödie", - "Abenteuer" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Dschungelbuch", - "year": 2016, - "fsk": 0, - "studio": "Disney", - "director": "Jon Favreau", - "budget": 175000000, - "universe": null, - "genres": [ - "Abenteuer", - "Fantasy", - "Animation" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Der König der Löwen (2019)", - "year": 2019, - "fsk": 0, - "studio": "Disney", - "director": "Jon Favreau", - "budget": 260000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Drama" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Aladdin (2019)", - "year": 2019, - "fsk": 0, - "studio": "Disney", - "director": "Guy Ritchie", - "budget": 183000000, - "universe": null, - "genres": [ - "Abenteuer", - "Fantasy", - "Musical" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "Punch-Drunk Love", - "year": 2002, - "fsk": 6, - "studio": "Columbia", - "director": "Paul Thomas Anderson", - "budget": 25000000, - "universe": null, - "genres": [ - "Drama", - "Romantik", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Phantom Thread", - "year": 2017, - "fsk": 12, - "studio": "Focus Features", - "director": "Paul Thomas Anderson", - "budget": 35000000, - "universe": null, - "genres": [ - "Drama", - "Romantik" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Inside Llewyn Davis", - "year": 2013, - "fsk": 16, - "studio": "CBS Films", - "director": "Joel Coen, Ethan Coen", - "budget": 11000000, - "universe": null, - "genres": [ - "Drama", - "Musical" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "A Serious Man", - "year": 2009, - "fsk": 12, - "studio": "Focus Features", - "director": "Joel Coen, Ethan Coen", - "budget": 20000000, - "universe": null, - "genres": [ - "Drama", - "Komödie" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der Master", - "year": 2012, - "fsk": 16, - "studio": "The Weinstein Company", - "director": "Paul Thomas Anderson", - "budget": 32000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Boogie Nights", - "year": 1997, - "fsk": 16, - "studio": "New Line", - "director": "Paul Thomas Anderson", - "budget": 15000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Noah", - "year": 2014, - "fsk": 12, - "studio": "Paramount", - "director": "Darren Aronofsky", - "budget": 125000000, - "universe": null, - "genres": [ - "Drama", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Mother!", - "year": 2017, - "fsk": 16, - "studio": "Paramount", - "director": "Darren Aronofsky", - "budget": 30000000, - "universe": null, - "genres": [ - "Horror", - "Mystery", - "Drama" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Fountain", - "year": 2006, - "fsk": 12, - "studio": "Warner Bros", - "director": "Darren Aronofsky", - "budget": 35000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama", - "Romantik" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "BlackKkKlansman", - "year": 2018, - "fsk": 16, - "studio": "Focus Features", - "director": "Spike Lee", - "budget": 15000000, - "universe": null, - "genres": [ - "Krimi", - "Drama", - "Biografie" - ], - "platforms": [ - "Hulu", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Da 5 Bloods", - "year": 2020, - "fsk": 16, - "studio": "Netflix", - "director": "Spike Lee", - "budget": 35000000, - "universe": null, - "genres": [ - "Krieg", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Bombshell – Das Ende des Schweigens", - "year": 2019, - "fsk": 12, - "studio": "Lionsgate", - "director": "Jay Roach", - "budget": 32000000, - "universe": null, - "genres": [ - "Drama", - "Biografie" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Paranormal Activity", - "year": 2007, - "fsk": 16, - "studio": "Paramount", - "director": "Oren Peli", - "budget": 15000, - "universe": null, - "genres": [ - "Horror", - "Mystery" - ], - "platforms": [ - "Paramount+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Hostel", - "year": 2005, - "fsk": 18, - "studio": "Lionsgate", - "director": "Eli Roth", - "budget": 4800000, - "universe": null, - "genres": [ - "Horror", - "Thriller" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Toy Story 4", - "year": 2019, - "fsk": 0, - "studio": "Disney", - "director": "Josh Cooley", - "budget": 200000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Soul", - "year": 2020, - "fsk": 0, - "studio": "Disney", - "director": "Pete Docter", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Drama", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Luca", - "year": 2021, - "fsk": 0, - "studio": "Disney", - "director": "Enrico Casarosa", - "budget": 150000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Fantasy" - ], - "platforms": [ - "Disney+", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Der gestiefelte Kater: Der letzte Wunsch", - "year": 2022, - "fsk": 6, - "studio": "DreamWorks", - "director": "Joel Crawford", - "budget": 90000000, - "universe": null, - "genres": [ - "Animation", - "Abenteuer", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD", - "4K UHD" - ] - }, - { - "title": "I Saw the Devil", - "year": 2010, - "fsk": 18, - "studio": "Showbox", - "director": "Kim Jee-woon", - "budget": 3300000, - "universe": null, - "genres": [ - "Thriller", - "Action", - "Krimi" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Memories of Murder", - "year": 2003, - "fsk": 16, - "studio": "CJ Entertainment", - "director": "Bong Joon-ho", - "budget": 2800000, - "universe": null, - "genres": [ - "Krimi", - "Thriller", - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Train to Busan", - "year": 2016, - "fsk": 16, - "studio": "Next Entertainment", - "director": "Yeon Sang-ho", - "budget": 8500000, - "universe": null, - "genres": [ - "Horror", - "Action", - "Thriller" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "The Handmaiden", - "year": 2016, - "fsk": 16, - "studio": "CJ Entertainment", - "director": "Park Chan-wook", - "budget": 8800000, - "universe": null, - "genres": [ - "Thriller", - "Drama", - "Romantik" - ], - "platforms": [ - "Prime Video", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Shoplifters", - "year": 2018, - "fsk": 12, - "studio": "Magnolia", - "director": "Hirokazu Kore-eda", - "budget": 5000000, - "universe": null, - "genres": [ - "Drama" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Rashomon – Das Lustwäldchen", - "year": 1950, - "fsk": 12, - "studio": "Daiei", - "director": "Akira Kurosawa", - "budget": 140000, - "universe": null, - "genres": [ - "Drama", - "Krimi", - "Mystery" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Sieben Samurai", - "year": 1954, - "fsk": 12, - "studio": "Toho", - "director": "Akira Kurosawa", - "budget": 2000000, - "universe": null, - "genres": [ - "Action", - "Drama", - "Abenteuer" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Das Imperium der Sonne", - "year": 1987, - "fsk": 12, - "studio": "Warner Bros", - "director": "Steven Spielberg", - "budget": 38000000, - "universe": null, - "genres": [ - "Krieg", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - }, - { - "title": "Hook", - "year": 1991, - "fsk": 6, - "studio": "TriStar", - "director": "Steven Spielberg", - "budget": 70000000, - "universe": null, - "genres": [ - "Abenteuer", - "Fantasy", - "Komödie" - ], - "platforms": [ - "Netflix", - "Blu-ray", - "DVD" - ] - }, - { - "title": "A.I. – Künstliche Intelligenz", - "year": 2001, - "fsk": 12, - "studio": "Warner Bros", - "director": "Steven Spielberg", - "budget": 100000000, - "universe": null, - "genres": [ - "Sci-Fi", - "Drama" - ], - "platforms": [ - "Max", - "Blu-ray", - "DVD" - ] - } -] \ No newline at end of file diff --git a/data/movies/1922.json b/data/movies/1922.json new file mode 100644 index 0000000..1df3a77 --- /dev/null +++ b/data/movies/1922.json @@ -0,0 +1,19 @@ +[ + { + "title": "Nosferatu – Eine Symphonie des Grauens", + "year": 1922, + "fsk": 12, + "studio": "Prana", + "director": "F. W. Murnau", + "budget": 900000, + "universe": null, + "genres": [ + "Horror" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1927.json b/data/movies/1927.json new file mode 100644 index 0000000..b4b2976 --- /dev/null +++ b/data/movies/1927.json @@ -0,0 +1,20 @@ +[ + { + "title": "Metropolis", + "year": 1927, + "fsk": 6, + "studio": "UFA", + "director": "Fritz Lang", + "budget": 5000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1933.json b/data/movies/1933.json new file mode 100644 index 0000000..ae4ff92 --- /dev/null +++ b/data/movies/1933.json @@ -0,0 +1,21 @@ +[ + { + "title": "King Kong", + "year": 1933, + "fsk": 6, + "studio": "RKO", + "director": "Merian C. Cooper, Ernest B. Schoedsack", + "budget": 672000, + "universe": null, + "genres": [ + "Abenteuer", + "Horror", + "Fantasy" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1939.json b/data/movies/1939.json new file mode 100644 index 0000000..b8378ff --- /dev/null +++ b/data/movies/1939.json @@ -0,0 +1,58 @@ +[ + { + "title": "Der Zauberer von Oz", + "year": 1939, + "fsk": 0, + "studio": "MGM", + "director": "Victor Fleming", + "budget": 2800000, + "universe": null, + "genres": [ + "Musical", + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Vom Winde verweht", + "year": 1939, + "fsk": 6, + "studio": "MGM", + "director": "Victor Fleming", + "budget": 3900000, + "universe": null, + "genres": [ + "Drama", + "Romantik", + "Krieg" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Mr. Smith geht nach Washington", + "year": 1939, + "fsk": 6, + "studio": "Columbia", + "director": "Frank Capra", + "budget": 1500000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1941.json b/data/movies/1941.json new file mode 100644 index 0000000..8cca08a --- /dev/null +++ b/data/movies/1941.json @@ -0,0 +1,20 @@ +[ + { + "title": "Citizen Kane", + "year": 1941, + "fsk": 6, + "studio": "RKO", + "director": "Orson Welles", + "budget": 840000, + "universe": null, + "genres": [ + "Drama", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1942.json b/data/movies/1942.json new file mode 100644 index 0000000..f741eba --- /dev/null +++ b/data/movies/1942.json @@ -0,0 +1,20 @@ +[ + { + "title": "Casablanca", + "year": 1942, + "fsk": 6, + "studio": "Warner Bros", + "director": "Michael Curtiz", + "budget": 950000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1949.json b/data/movies/1949.json new file mode 100644 index 0000000..0bbfdd6 --- /dev/null +++ b/data/movies/1949.json @@ -0,0 +1,20 @@ +[ + { + "title": "Der dritte Mann", + "year": 1949, + "fsk": 6, + "studio": "London Films", + "director": "Carol Reed", + "budget": 1000000, + "universe": null, + "genres": [ + "Thriller", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1950.json b/data/movies/1950.json new file mode 100644 index 0000000..96cecff --- /dev/null +++ b/data/movies/1950.json @@ -0,0 +1,56 @@ +[ + { + "title": "Sunset Boulevard", + "year": 1950, + "fsk": 12, + "studio": "Paramount", + "director": "Billy Wilder", + "budget": 1750000, + "universe": null, + "genres": [ + "Drama", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Schatzinsel", + "year": 1950, + "fsk": 6, + "studio": "Disney", + "director": "Byron Haskin", + "budget": 5000000, + "universe": null, + "genres": [ + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Rashomon – Das Lustwäldchen", + "year": 1950, + "fsk": 12, + "studio": "Daiei", + "director": "Akira Kurosawa", + "budget": 140000, + "universe": null, + "genres": [ + "Drama", + "Krimi", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1952.json b/data/movies/1952.json new file mode 100644 index 0000000..b172d6e --- /dev/null +++ b/data/movies/1952.json @@ -0,0 +1,21 @@ +[ + { + "title": "Du sollst mein Glücksstern sein", + "year": 1952, + "fsk": 0, + "studio": "MGM", + "director": "Gene Kelly, Stanley Donen", + "budget": 2500000, + "universe": null, + "genres": [ + "Musical", + "Komödie", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1954.json b/data/movies/1954.json new file mode 100644 index 0000000..0a4cb48 --- /dev/null +++ b/data/movies/1954.json @@ -0,0 +1,57 @@ +[ + { + "title": "Das Fenster zum Hof", + "year": 1954, + "fsk": 12, + "studio": "Paramount", + "director": "Alfred Hitchcock", + "budget": 1000000, + "universe": null, + "genres": [ + "Thriller", + "Mystery" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD" + ] + }, + { + "title": "20.000 Meilen unter dem Meer", + "year": 1954, + "fsk": 6, + "studio": "Disney", + "director": "Richard Fleischer", + "budget": 9000000, + "universe": null, + "genres": [ + "Abenteuer", + "Sci-Fi" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Sieben Samurai", + "year": 1954, + "fsk": 12, + "studio": "Toho", + "director": "Akira Kurosawa", + "budget": 2000000, + "universe": null, + "genres": [ + "Action", + "Drama", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1956.json b/data/movies/1956.json new file mode 100644 index 0000000..e804a9b --- /dev/null +++ b/data/movies/1956.json @@ -0,0 +1,20 @@ +[ + { + "title": "Die zehn Gebote", + "year": 1956, + "fsk": 6, + "studio": "Paramount", + "director": "Cecil B. DeMille", + "budget": 13000000, + "universe": null, + "genres": [ + "Drama", + "Historie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1957.json b/data/movies/1957.json new file mode 100644 index 0000000..336405f --- /dev/null +++ b/data/movies/1957.json @@ -0,0 +1,20 @@ +[ + { + "title": "Die Zwölf Geschworenen", + "year": 1957, + "fsk": 6, + "studio": "United Artists", + "director": "Sidney Lumet", + "budget": 340000, + "universe": null, + "genres": [ + "Drama", + "Krimi" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1958.json b/data/movies/1958.json new file mode 100644 index 0000000..4b27cf0 --- /dev/null +++ b/data/movies/1958.json @@ -0,0 +1,20 @@ +[ + { + "title": "Vertigo – Aus dem Reich der Toten", + "year": 1958, + "fsk": 12, + "studio": "Paramount", + "director": "Alfred Hitchcock", + "budget": 2500000, + "universe": null, + "genres": [ + "Thriller", + "Mystery" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1959.json b/data/movies/1959.json new file mode 100644 index 0000000..07a4a7c --- /dev/null +++ b/data/movies/1959.json @@ -0,0 +1,93 @@ +[ + { + "title": "Ben-Hur", + "year": 1959, + "fsk": 12, + "studio": "MGM", + "director": "William Wyler", + "budget": 15000000, + "universe": null, + "genres": [ + "Drama", + "Abenteuer", + "Historie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Manche mögen's heiß", + "year": 1959, + "fsk": 6, + "studio": "United Artists", + "director": "Billy Wilder", + "budget": 2900000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Tiger von Eschnapur", + "year": 1959, + "fsk": 6, + "studio": "Rizzoli", + "director": "Fritz Lang", + "budget": 2500000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das indische Grabmal", + "year": 1959, + "fsk": 6, + "studio": "Rizzoli", + "director": "Fritz Lang", + "budget": 5500000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Reise zum Mittelpunkt der Erde", + "year": 1959, + "fsk": 6, + "studio": "20th Century", + "director": "Henry Levin", + "budget": 5000000, + "universe": null, + "genres": [ + "Abenteuer", + "Sci-Fi" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1960.json b/data/movies/1960.json new file mode 100644 index 0000000..f26fc35 --- /dev/null +++ b/data/movies/1960.json @@ -0,0 +1,59 @@ +[ + { + "title": "Psycho", + "year": 1960, + "fsk": 16, + "studio": "Paramount", + "director": "Alfred Hitchcock", + "budget": 800000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Mystery" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Außer Atem", + "year": 1960, + "fsk": 16, + "studio": "Gaumont", + "director": "Jean-Luc Godard", + "budget": 400000, + "universe": null, + "genres": [ + "Krimi", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Spartacus", + "year": 1960, + "fsk": 16, + "studio": "Universal", + "director": "Stanley Kubrick", + "budget": 12000000, + "universe": null, + "genres": [ + "Drama", + "Abenteuer", + "Historie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1961.json b/data/movies/1961.json new file mode 100644 index 0000000..1e47514 --- /dev/null +++ b/data/movies/1961.json @@ -0,0 +1,21 @@ +[ + { + "title": "Frühstück bei Tiffany", + "year": 1961, + "fsk": 6, + "studio": "Paramount", + "director": "Blake Edwards", + "budget": 2500000, + "universe": null, + "genres": [ + "Romantik", + "Komödie", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1962.json b/data/movies/1962.json new file mode 100644 index 0000000..9eff1ac --- /dev/null +++ b/data/movies/1962.json @@ -0,0 +1,39 @@ +[ + { + "title": "Lawrence of Arabia", + "year": 1962, + "fsk": 6, + "studio": "Columbia", + "director": "David Lean", + "budget": 15000000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama", + "Biografie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Manchurian Kandidat", + "year": 1962, + "fsk": 16, + "studio": "United Artists", + "director": "John Frankenheimer", + "budget": 2700000, + "universe": null, + "genres": [ + "Thriller", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1964.json b/data/movies/1964.json new file mode 100644 index 0000000..ccb4b18 --- /dev/null +++ b/data/movies/1964.json @@ -0,0 +1,38 @@ +[ + { + "title": "Dr. Seltsam oder: Wie ich lernte, die Bombe zu lieben", + "year": 1964, + "fsk": 12, + "studio": "Columbia", + "director": "Stanley Kubrick", + "budget": 2000000, + "universe": null, + "genres": [ + "Komödie", + "Krieg" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "My Fair Lady", + "year": 1964, + "fsk": 0, + "studio": "Warner Bros", + "director": "George Cukor", + "budget": 17000000, + "universe": null, + "genres": [ + "Musical", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1965.json b/data/movies/1965.json new file mode 100644 index 0000000..4f328f9 --- /dev/null +++ b/data/movies/1965.json @@ -0,0 +1,21 @@ +[ + { + "title": "Meine Lieder – meine Träume", + "year": 1965, + "fsk": 0, + "studio": "20th Century", + "director": "Robert Wise", + "budget": 8200000, + "universe": null, + "genres": [ + "Musical", + "Drama", + "Romantik" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1967.json b/data/movies/1967.json new file mode 100644 index 0000000..cc15dbd --- /dev/null +++ b/data/movies/1967.json @@ -0,0 +1,21 @@ +[ + { + "title": "Die Reifeprüfung", + "year": 1967, + "fsk": 12, + "studio": "Embassy", + "director": "Mike Nichols", + "budget": 300000, + "universe": null, + "genres": [ + "Drama", + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1968.json b/data/movies/1968.json new file mode 100644 index 0000000..92ab310 --- /dev/null +++ b/data/movies/1968.json @@ -0,0 +1,40 @@ +[ + { + "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": "Rosemaries Baby", + "year": 1968, + "fsk": 16, + "studio": "Paramount", + "director": "Roman Polanski", + "budget": 3200000, + "universe": null, + "genres": [ + "Horror", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1969.json b/data/movies/1969.json new file mode 100644 index 0000000..34990a6 --- /dev/null +++ b/data/movies/1969.json @@ -0,0 +1,21 @@ +[ + { + "title": "Butch Cassidy und Sundance Kid", + "year": 1969, + "fsk": 6, + "studio": "20th Century", + "director": "George Roy Hill", + "budget": 6000000, + "universe": null, + "genres": [ + "Western", + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1971.json b/data/movies/1971.json new file mode 100644 index 0000000..45cab16 --- /dev/null +++ b/data/movies/1971.json @@ -0,0 +1,57 @@ +[ + { + "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": "Am Ende gibt es nur noch Gewalt", + "year": 1971, + "fsk": 16, + "studio": "Warner Bros", + "director": "Sam Peckinpah", + "budget": 3000000, + "universe": null, + "genres": [ + "Action", + "Thriller" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Vier Fäuste für ein Halleluja", + "year": 1971, + "fsk": 6, + "studio": "Rapid Film", + "director": "E. B. Clucher", + "budget": 500000, + "universe": null, + "genres": [ + "Komödie", + "Western" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1972.json b/data/movies/1972.json new file mode 100644 index 0000000..a3df288 --- /dev/null +++ b/data/movies/1972.json @@ -0,0 +1,39 @@ +[ + { + "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": "Zwei außer Rand und Band", + "year": 1972, + "fsk": 6, + "studio": "Rapid Film", + "director": "E. B. Clucher", + "budget": 600000, + "universe": null, + "genres": [ + "Komödie", + "Western" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1973.json b/data/movies/1973.json new file mode 100644 index 0000000..a1b5c35 --- /dev/null +++ b/data/movies/1973.json @@ -0,0 +1,38 @@ +[ + { + "title": "Der Exorzist", + "year": 1973, + "fsk": 16, + "studio": "Warner Bros", + "director": "William Friedkin", + "budget": 12000000, + "universe": null, + "genres": [ + "Horror" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Clou", + "year": 1973, + "fsk": 6, + "studio": "Universal", + "director": "George Roy Hill", + "budget": 5500000, + "universe": null, + "genres": [ + "Krimi", + "Komödie", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1974.json b/data/movies/1974.json new file mode 100644 index 0000000..da53f2c --- /dev/null +++ b/data/movies/1974.json @@ -0,0 +1,58 @@ +[ + { + "title": "Der Pate – Teil 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": "Ich glaub', mich tritt ein Pferd", + "year": 1974, + "fsk": 6, + "studio": "Universal", + "director": "Mel Brooks", + "budget": 2700000, + "universe": null, + "genres": [ + "Western", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Chinatown", + "year": 1974, + "fsk": 16, + "studio": "Paramount", + "director": "Roman Polanski", + "budget": 6000000, + "universe": null, + "genres": [ + "Krimi", + "Mystery", + "Thriller" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1975.json b/data/movies/1975.json new file mode 100644 index 0000000..12569cc --- /dev/null +++ b/data/movies/1975.json @@ -0,0 +1,58 @@ +[ + { + "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": "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": "Der weiße Hai", + "year": 1975, + "fsk": 16, + "studio": "Universal", + "director": "Steven Spielberg", + "budget": 7000000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1976.json b/data/movies/1976.json new file mode 100644 index 0000000..c0b8ef5 --- /dev/null +++ b/data/movies/1976.json @@ -0,0 +1,22 @@ +[ + { + "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" + ] + } +] \ No newline at end of file diff --git a/data/movies/1977.json b/data/movies/1977.json new file mode 100644 index 0000000..681cb20 --- /dev/null +++ b/data/movies/1977.json @@ -0,0 +1,57 @@ +[ + { + "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": "Annie Hall", + "year": 1977, + "fsk": 6, + "studio": "United Artists", + "director": "Woody Allen", + "budget": 4000000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Brücke von Arnheim", + "year": 1977, + "fsk": 16, + "studio": "United Artists", + "director": "Richard Attenborough", + "budget": 26000000, + "universe": null, + "genres": [ + "Krieg", + "Drama" + ], + "platforms": [ + "MGM+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1978.json b/data/movies/1978.json new file mode 100644 index 0000000..468aaa4 --- /dev/null +++ b/data/movies/1978.json @@ -0,0 +1,74 @@ +[ + { + "title": "Halloween", + "year": 1978, + "fsk": 16, + "studio": "Compass", + "director": "John Carpenter", + "budget": 325000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Grease", + "year": 1978, + "fsk": 6, + "studio": "Paramount", + "director": "Randal Kleiser", + "budget": 6000000, + "universe": null, + "genres": [ + "Musical", + "Romantik", + "Komödie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der weiße Hai 2", + "year": 1978, + "fsk": 16, + "studio": "Universal", + "director": "Jeannot Szwarc", + "budget": 30000000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die dummen Streiche der Reichen", + "year": 1978, + "fsk": 6, + "studio": "Rapid Film", + "director": "E. B. Clucher", + "budget": 700000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1979.json b/data/movies/1979.json new file mode 100644 index 0000000..e677d27 --- /dev/null +++ b/data/movies/1979.json @@ -0,0 +1,76 @@ +[ + { + "title": "Alien – Das unheimliche Wesen aus einer fremden Welt", + "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": "Apocalypse Now", + "year": 1979, + "fsk": 16, + "studio": "United Artists", + "director": "Francis Ford Coppola", + "budget": 31000000, + "universe": null, + "genres": [ + "Krieg", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Mad Max", + "year": 1979, + "fsk": 16, + "studio": "Warner Bros", + "director": "George Miller", + "budget": 350000, + "universe": null, + "genres": [ + "Action", + "Sci-Fi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Manhattan", + "year": 1979, + "fsk": 6, + "studio": "United Artists", + "director": "Woody Allen", + "budget": 9000000, + "universe": null, + "genres": [ + "Komödie", + "Drama", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1980.json b/data/movies/1980.json new file mode 100644 index 0000000..599f357 --- /dev/null +++ b/data/movies/1980.json @@ -0,0 +1,58 @@ +[ + { + "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": "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": "Airplane! – Die unglaubliche Reise in einem Flugzeug", + "year": 1980, + "fsk": 6, + "studio": "Paramount", + "director": "Jim Abrahams, David Zucker, Jerry Zucker", + "budget": 3500000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1981.json b/data/movies/1981.json new file mode 100644 index 0000000..44c2728 --- /dev/null +++ b/data/movies/1981.json @@ -0,0 +1,57 @@ +[ + { + "title": "Mad Max II – Der Vollstrecker", + "year": 1981, + "fsk": 16, + "studio": "Warner Bros", + "director": "George Miller", + "budget": 4000000, + "universe": null, + "genres": [ + "Action", + "Sci-Fi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Boot", + "year": 1981, + "fsk": 16, + "studio": "Columbia", + "director": "Wolfgang Petersen", + "budget": 13000000, + "universe": null, + "genres": [ + "Krieg", + "Drama", + "Thriller" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Indiana Jones und der Jäger des verlorenen Schatzes", + "year": 1981, + "fsk": 12, + "studio": "Paramount", + "director": "Steven Spielberg", + "budget": 18000000, + "universe": null, + "genres": [ + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1982.json b/data/movies/1982.json new file mode 100644 index 0000000..9617feb --- /dev/null +++ b/data/movies/1982.json @@ -0,0 +1,59 @@ +[ + { + "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": "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": "The Thing – Aus einer anderen Welt", + "year": 1982, + "fsk": 16, + "studio": "Universal", + "director": "John Carpenter", + "budget": 15000000, + "universe": null, + "genres": [ + "Horror", + "Sci-Fi" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1983.json b/data/movies/1983.json new file mode 100644 index 0000000..81a766c --- /dev/null +++ b/data/movies/1983.json @@ -0,0 +1,40 @@ +[ + { + "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": "Scarface", + "year": 1983, + "fsk": 16, + "studio": "Universal", + "director": "Brian De Palma", + "budget": 25000000, + "universe": null, + "genres": [ + "Krimi", + "Drama", + "Action" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1984.json b/data/movies/1984.json new file mode 100644 index 0000000..08f7e84 --- /dev/null +++ b/data/movies/1984.json @@ -0,0 +1,111 @@ +[ + { + "title": "Ghostbusters – Die Geisterjäger", + "year": 1984, + "fsk": 6, + "studio": "Columbia", + "director": "Ivan Reitman", + "budget": 30000000, + "universe": null, + "genres": [ + "Komödie", + "Horror", + "Sci-Fi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Nightmare – Mörderische Träume", + "year": 1984, + "fsk": 16, + "studio": "New Line", + "director": "Wes Craven", + "budget": 1800000, + "universe": null, + "genres": [ + "Horror" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Amadeus", + "year": 1984, + "fsk": 6, + "studio": "Orion", + "director": "Miloš Forman", + "budget": 18000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Beverly Hills Cop – Ich lös' den Fall", + "year": 1984, + "fsk": 16, + "studio": "Paramount", + "director": "Martin Brest", + "budget": 15000000, + "universe": null, + "genres": [ + "Action", + "Komödie", + "Krimi" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Sechzehn Kerzen", + "year": 1984, + "fsk": 12, + "studio": "Universal", + "director": "John Hughes", + "budget": 5500000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Indiana Jones und der Tempel des Todes", + "year": 1984, + "fsk": 12, + "studio": "Paramount", + "director": "Steven Spielberg", + "budget": 28000000, + "universe": null, + "genres": [ + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1985.json b/data/movies/1985.json new file mode 100644 index 0000000..fa460b7 --- /dev/null +++ b/data/movies/1985.json @@ -0,0 +1,94 @@ +[ + { + "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": "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": "Der Frühstücksclub", + "year": 1985, + "fsk": 12, + "studio": "Universal", + "director": "John Hughes", + "budget": 1000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Otto – Der Film", + "year": 1985, + "fsk": 6, + "studio": "Neue Constantin", + "director": "Xaver Schwarzenberger, Otto Waalkes", + "budget": 6000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Goonies", + "year": 1985, + "fsk": 12, + "studio": "Warner Bros", + "director": "Richard Donner", + "budget": 19000000, + "universe": null, + "genres": [ + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1986.json b/data/movies/1986.json new file mode 100644 index 0000000..520638c --- /dev/null +++ b/data/movies/1986.json @@ -0,0 +1,58 @@ +[ + { + "title": "Aliens – Die Rückkehr", + "year": 1986, + "fsk": 16, + "studio": "20th Century", + "director": "James Cameron", + "budget": 18000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Action", + "Horror" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Ferris macht blau", + "year": 1986, + "fsk": 12, + "studio": "Paramount", + "director": "John Hughes", + "budget": 5800000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Pretty in Pink", + "year": 1986, + "fsk": 6, + "studio": "Paramount", + "director": "Howard Deutch", + "budget": 9000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1987.json b/data/movies/1987.json new file mode 100644 index 0000000..d3bf172 --- /dev/null +++ b/data/movies/1987.json @@ -0,0 +1,93 @@ +[ + { + "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": "Dirty Dancing", + "year": 1987, + "fsk": 12, + "studio": "Vestron", + "director": "Emile Ardolino", + "budget": 6000000, + "universe": null, + "genres": [ + "Romantik", + "Drama", + "Musical" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Braut des Prinzen", + "year": 1987, + "fsk": 6, + "studio": "20th Century", + "director": "Rob Reiner", + "budget": 16000000, + "universe": null, + "genres": [ + "Abenteuer", + "Fantasy", + "Romantik" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Otto – Der neue Film", + "year": 1987, + "fsk": 6, + "studio": "Neue Constantin", + "director": "Otto Waalkes", + "budget": 7000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Imperium der Sonne", + "year": 1987, + "fsk": 12, + "studio": "Warner Bros", + "director": "Steven Spielberg", + "budget": 38000000, + "universe": null, + "genres": [ + "Krieg", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1988.json b/data/movies/1988.json new file mode 100644 index 0000000..85e3ca6 --- /dev/null +++ b/data/movies/1988.json @@ -0,0 +1,37 @@ +[ + { + "title": "Cinema Paradiso", + "year": 1988, + "fsk": 6, + "studio": "Miramax", + "director": "Giuseppe Tornatore", + "budget": 5000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Arrow", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Rain Man", + "year": 1988, + "fsk": 12, + "studio": "MGM", + "director": "Barry Levinson", + "budget": 25000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "MGM+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1989.json b/data/movies/1989.json new file mode 100644 index 0000000..c2c0bdd --- /dev/null +++ b/data/movies/1989.json @@ -0,0 +1,55 @@ +[ + { + "title": "Indiana Jones und der letzte Kreuzzug", + "year": 1989, + "fsk": 12, + "studio": "Paramount", + "director": "Steven Spielberg", + "budget": 48000000, + "universe": null, + "genres": [ + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Club der toten Dichter", + "year": 1989, + "fsk": 6, + "studio": "Touchstone", + "director": "Peter Weir", + "budget": 16000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Harry und Sally", + "year": 1989, + "fsk": 6, + "studio": "Columbia", + "director": "Rob Reiner", + "budget": 16000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1990.json b/data/movies/1990.json new file mode 100644 index 0000000..17db5b2 --- /dev/null +++ b/data/movies/1990.json @@ -0,0 +1,77 @@ +[ + { + "title": "GoodFellas – Drei Jahrzehnte in der Mafia", + "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": "Der Pate III", + "year": 1990, + "fsk": 16, + "studio": "Paramount", + "director": "Francis Ford Coppola", + "budget": 54000000, + "universe": null, + "genres": [ + "Krimi", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Pretty Woman", + "year": 1990, + "fsk": 6, + "studio": "Touchstone", + "director": "Garry Marshall", + "budget": 14000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Werner – Beinhart!", + "year": 1990, + "fsk": 6, + "studio": "Neue Constantin", + "director": "Gerhard Hahn, Michael Schaack", + "budget": 4000000, + "universe": null, + "genres": [ + "Animation", + "Komödie" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1991.json b/data/movies/1991.json new file mode 100644 index 0000000..f44f16b --- /dev/null +++ b/data/movies/1991.json @@ -0,0 +1,61 @@ +[ + { + "title": "Das Schweigen der Lämmer", + "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": "Terminator 2 – Tag der Abrechnung", + "year": 1991, + "fsk": 16, + "studio": "20th Century", + "director": "James Cameron", + "budget": 94000000, + "universe": null, + "genres": [ + "Action", + "Sci-Fi", + "Thriller" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Hook", + "year": 1991, + "fsk": 6, + "studio": "TriStar", + "director": "Steven Spielberg", + "budget": 70000000, + "universe": null, + "genres": [ + "Abenteuer", + "Fantasy", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1992.json b/data/movies/1992.json new file mode 100644 index 0000000..b8b1618 --- /dev/null +++ b/data/movies/1992.json @@ -0,0 +1,56 @@ +[ + { + "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": "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": "Erbarmungslos", + "year": 1992, + "fsk": 16, + "studio": "Warner Bros", + "director": "Clint Eastwood", + "budget": 14000000, + "universe": null, + "genres": [ + "Western" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1993.json b/data/movies/1993.json new file mode 100644 index 0000000..de89d38 --- /dev/null +++ b/data/movies/1993.json @@ -0,0 +1,96 @@ +[ + { + "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": "Und täglich grüßt das Murmeltier", + "year": 1993, + "fsk": 6, + "studio": "Columbia", + "director": "Harold Ramis", + "budget": 14600000, + "universe": null, + "genres": [ + "Komödie", + "Fantasy" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Zeit der Unschuld", + "year": 1993, + "fsk": 12, + "studio": "Columbia", + "director": "Martin Scorsese", + "budget": 34000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Schlaflos in Seattle", + "year": 1993, + "fsk": 6, + "studio": "TriStar", + "director": "Nora Ephron", + "budget": 21000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1994.json b/data/movies/1994.json new file mode 100644 index 0000000..af3e669 --- /dev/null +++ b/data/movies/1994.json @@ -0,0 +1,79 @@ +[ + { + "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": "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": "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 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" + ] + } +] \ No newline at end of file diff --git a/data/movies/1995.json b/data/movies/1995.json new file mode 100644 index 0000000..59050f2 --- /dev/null +++ b/data/movies/1995.json @@ -0,0 +1,173 @@ +[ + { + "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": "Sieben", + "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": "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": "Braveheart", + "year": 1995, + "fsk": 16, + "studio": "Paramount", + "director": "Mel Gibson", + "budget": 72000000, + "universe": null, + "genres": [ + "Drama", + "Krieg", + "Abenteuer" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Heat", + "year": 1995, + "fsk": 16, + "studio": "Warner Bros", + "director": "Michael Mann", + "budget": 60000000, + "universe": null, + "genres": [ + "Krimi", + "Action", + "Thriller" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Casino", + "year": 1995, + "fsk": 16, + "studio": "Universal", + "director": "Martin Scorsese", + "budget": 50000000, + "universe": null, + "genres": [ + "Krimi", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Apollo 13", + "year": 1995, + "fsk": 6, + "studio": "Universal", + "director": "Ron Howard", + "budget": 52000000, + "universe": null, + "genres": [ + "Drama", + "Historie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Clueless – Was sonst!", + "year": 1995, + "fsk": 6, + "studio": "Paramount", + "director": "Amy Heckerling", + "budget": 12000000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Jumanji", + "year": 1995, + "fsk": 6, + "studio": "TriStar", + "director": "Joe Johnston", + "budget": 65000000, + "universe": null, + "genres": [ + "Abenteuer", + "Fantasy", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1996.json b/data/movies/1996.json new file mode 100644 index 0000000..8b021ed --- /dev/null +++ b/data/movies/1996.json @@ -0,0 +1,75 @@ +[ + { + "title": "Scream – Schrei!", + "year": 1996, + "fsk": 16, + "studio": "Dimension", + "director": "Wes Craven", + "budget": 15000000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Fargo", + "year": 1996, + "fsk": 16, + "studio": "Gramercy", + "director": "Joel Coen", + "budget": 7000000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Trainspotting", + "year": 1996, + "fsk": 16, + "studio": "Miramax", + "director": "Danny Boyle", + "budget": 1500000, + "universe": null, + "genres": [ + "Drama", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Ganz unten", + "year": 1996, + "fsk": 12, + "studio": "Senator", + "director": "Sönke Wortmann", + "budget": 2000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1997.json b/data/movies/1997.json new file mode 100644 index 0000000..4c6eece --- /dev/null +++ b/data/movies/1997.json @@ -0,0 +1,74 @@ +[ + { + "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": "Das Leben ist schön", + "year": 1997, + "fsk": 12, + "studio": "Miramax", + "director": "Roberto Benigni", + "budget": 20000000, + "universe": null, + "genres": [ + "Drama", + "Krieg", + "Komödie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Good Will Hunting", + "year": 1997, + "fsk": 16, + "studio": "Miramax", + "director": "Gus Van Sant", + "budget": 10000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Boogie Nights", + "year": 1997, + "fsk": 16, + "studio": "New Line", + "director": "Paul Thomas Anderson", + "budget": 15000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1998.json b/data/movies/1998.json new file mode 100644 index 0000000..81085fa --- /dev/null +++ b/data/movies/1998.json @@ -0,0 +1,114 @@ +[ + { + "title": "Der Soldat James 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" + ] + }, + { + "title": "The Truman Show", + "year": 1998, + "fsk": 6, + "studio": "Paramount", + "director": "Peter Weir", + "budget": 60000000, + "universe": null, + "genres": [ + "Drama", + "Science-Fiction", + "Komödie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Rushmore", + "year": 1998, + "fsk": 6, + "studio": "Touchstone", + "director": "Wes Anderson", + "budget": 9000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Lola rennt", + "year": 1998, + "fsk": 12, + "studio": "X-Filme", + "director": "Tom Tykwer", + "budget": 3000000, + "universe": null, + "genres": [ + "Thriller", + "Action", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Big Lebowski", + "year": 1998, + "fsk": 16, + "studio": "Gramercy", + "director": "Joel Coen", + "budget": 15000000, + "universe": null, + "genres": [ + "Komödie", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Bube, Dame, König, grAs", + "year": 1998, + "fsk": 16, + "studio": "Columbia", + "director": "Guy Ritchie", + "budget": 1350000, + "universe": null, + "genres": [ + "Krimi", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/1999.json b/data/movies/1999.json new file mode 100644 index 0000000..62c5305 --- /dev/null +++ b/data/movies/1999.json @@ -0,0 +1,240 @@ +[ + { + "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": "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": "American Beauty", + "year": 1999, + "fsk": 16, + "studio": "DreamWorks", + "director": "Sam Mendes", + "budget": 15000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Being John Malkovich", + "year": 1999, + "fsk": 16, + "studio": "Focus Features", + "director": "Spike Jonze", + "budget": 13000000, + "universe": null, + "genres": [ + "Komödie", + "Fantasy", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Notting Hill", + "year": 1999, + "fsk": 6, + "studio": "Universal", + "director": "Roger Michell", + "budget": 42000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Green Mile", + "year": 1999, + "fsk": 12, + "studio": "Warner Bros", + "director": "Frank Darabont", + "budget": 60000000, + "universe": null, + "genres": [ + "Drama", + "Fantasy", + "Krimi" + ], + "platforms": [ + "Max", + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "10 Dinge, die ich an dir hasse", + "year": 1999, + "fsk": 12, + "studio": "Touchstone", + "director": "Gil Junger", + "budget": 16000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "American Pie", + "year": 1999, + "fsk": 16, + "studio": "Universal", + "director": "Paul Weitz", + "budget": 11000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Asterix und Obelix gegen Caesar", + "year": 1999, + "fsk": 6, + "studio": "Pathé", + "director": "Claude Zidi", + "budget": 48000000, + "universe": null, + "genres": [ + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Bang Boom Bang", + "year": 1999, + "fsk": 12, + "studio": "Warner Bros", + "director": "Peter Thorwarth", + "budget": 3500000, + "universe": null, + "genres": [ + "Komödie", + "Krimi" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Magnolia", + "year": 1999, + "fsk": 16, + "studio": "New Line", + "director": "Paul Thomas Anderson", + "budget": 37000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Toy Story 2", + "year": 1999, + "fsk": 0, + "studio": "Disney", + "director": "John Lasseter", + "budget": 90000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2000.json b/data/movies/2000.json new file mode 100644 index 0000000..46399e5 --- /dev/null +++ b/data/movies/2000.json @@ -0,0 +1,151 @@ +[ + { + "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": "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": "Memento", + "year": 2000, + "fsk": 16, + "studio": "Newmarket", + "director": "Christopher Nolan", + "budget": 9000000, + "universe": null, + "genres": [ + "Thriller", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "American Psycho", + "year": 2000, + "fsk": 18, + "studio": "Lionsgate", + "director": "Mary Harron", + "budget": 7000000, + "universe": null, + "genres": [ + "Drama", + "Thriller", + "Horror" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Was geht, Bruder?", + "year": 2000, + "fsk": 6, + "studio": "Touchstone", + "director": "Joel Coen", + "budget": 26000000, + "universe": null, + "genres": [ + "Komödie", + "Abenteuer", + "Krimi" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Tiger & Dragon", + "year": 2000, + "fsk": 12, + "studio": "Sony Pictures", + "director": "Ang Lee", + "budget": 15000000, + "universe": null, + "genres": [ + "Action", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Sony Pictures Core", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Cast Away – Verschollen", + "year": 2000, + "fsk": 12, + "studio": "20th Century", + "director": "Robert Zemeckis", + "budget": 90000000, + "universe": null, + "genres": [ + "Drama", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Snatch – Schweine und Diamanten", + "year": 2000, + "fsk": 16, + "studio": "Columbia", + "director": "Guy Ritchie", + "budget": 10000000, + "universe": null, + "genres": [ + "Krimi", + "Komödie", + "Action" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2001.json b/data/movies/2001.json new file mode 100644 index 0000000..d88ab65 --- /dev/null +++ b/data/movies/2001.json @@ -0,0 +1,225 @@ +[ + { + "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": "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": "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": "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": "A Beautiful Mind", + "year": 2001, + "fsk": 12, + "studio": "Universal", + "director": "Ron Howard", + "budget": 58000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die fabelhafte Welt der Amélie", + "year": 2001, + "fsk": 6, + "studio": "Miramax", + "director": "Jean-Pierre Jeunet", + "budget": 11000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Royal Tenenbaums", + "year": 2001, + "fsk": 6, + "studio": "Touchstone", + "director": "Wes Anderson", + "budget": 21000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Bridget Jones – Schokolade zum Frühstück", + "year": 2001, + "fsk": 12, + "studio": "Universal", + "director": "Sharon Maguire", + "budget": 25000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Princess Diaries – Plötzlich Prinzessin", + "year": 2001, + "fsk": 0, + "studio": "Disney", + "director": "Garry Marshall", + "budget": 26000000, + "universe": null, + "genres": [ + "Komödie", + "Romantik" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Schuh des Manitu", + "year": 2001, + "fsk": 6, + "studio": "Constantin", + "director": "Michael Herbig", + "budget": 5000000, + "universe": null, + "genres": [ + "Komödie", + "Western" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Donnie Darko", + "year": 2001, + "fsk": 16, + "studio": "Newmarket", + "director": "Richard Kelly", + "budget": 4500000, + "universe": null, + "genres": [ + "Sci-Fi", + "Mystery", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "A.I. – Künstliche Intelligenz", + "year": 2001, + "fsk": 12, + "studio": "Warner Bros", + "director": "Steven Spielberg", + "budget": 100000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2002.json b/data/movies/2002.json new file mode 100644 index 0000000..3279ea1 --- /dev/null +++ b/data/movies/2002.json @@ -0,0 +1,185 @@ +[ + { + "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": "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": "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": "Panic Room", + "year": 2002, + "fsk": 16, + "studio": "Columbia", + "director": "David Fincher", + "budget": 48000000, + "universe": null, + "genres": [ + "Thriller", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Gangs of New York", + "year": 2002, + "fsk": 16, + "studio": "Miramax", + "director": "Martin Scorsese", + "budget": 100000000, + "universe": null, + "genres": [ + "Krimi", + "Drama", + "Historie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Catch Me If You Can", + "year": 2002, + "fsk": 12, + "studio": "DreamWorks", + "director": "Steven Spielberg", + "budget": 52000000, + "universe": null, + "genres": [ + "Biografie", + "Krimi", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Asterix und Obelix – Mission Kleopatra", + "year": 2002, + "fsk": 6, + "studio": "Pathé", + "director": "Alain Chabat", + "budget": 50000000, + "universe": null, + "genres": [ + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Was nicht passt, wird passend gemacht", + "year": 2002, + "fsk": 6, + "studio": "Constantin", + "director": "Peter Thorwarth", + "budget": 4000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Ring", + "year": 2002, + "fsk": 16, + "studio": "DreamWorks", + "director": "Gore Verbinski", + "budget": 48000000, + "universe": null, + "genres": [ + "Horror", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Punch-Drunk Love", + "year": 2002, + "fsk": 6, + "studio": "Columbia", + "director": "Paul Thomas Anderson", + "budget": 25000000, + "universe": null, + "genres": [ + "Drama", + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2003.json b/data/movies/2003.json new file mode 100644 index 0000000..58169fa --- /dev/null +++ b/data/movies/2003.json @@ -0,0 +1,206 @@ +[ + { + "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": "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": "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": "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": "Dogville", + "year": 2003, + "fsk": 16, + "studio": "Zentropa", + "director": "Lars von Trier", + "budget": 10000000, + "universe": null, + "genres": [ + "Drama", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Lost in Translation", + "year": 2003, + "fsk": 6, + "studio": "Focus Features", + "director": "Sofia Coppola", + "budget": 4000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Matrix Reloaded", + "year": 2003, + "fsk": 16, + "studio": "Warner Bros", + "director": "Lana Wachowski, Lilly Wachowski", + "budget": 150000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Action" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Good Bye, Lenin!", + "year": 2003, + "fsk": 0, + "studio": "X-Filme", + "director": "Wolfgang Becker", + "budget": 8000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Tatsächlich... Liebe", + "year": 2003, + "fsk": 12, + "studio": "Universal", + "director": "Richard Curtis", + "budget": 45000000, + "universe": null, + "genres": [ + "Romantik", + "Komödie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Wunder von Bern", + "year": 2003, + "fsk": 6, + "studio": "Senator", + "director": "Sönke Wortmann", + "budget": 7500000, + "universe": null, + "genres": [ + "Drama", + "Sport" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Memories of Murder", + "year": 2003, + "fsk": 16, + "studio": "CJ Entertainment", + "director": "Bong Joon-ho", + "budget": 2800000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2004.json b/data/movies/2004.json new file mode 100644 index 0000000..f622e96 --- /dev/null +++ b/data/movies/2004.json @@ -0,0 +1,313 @@ +[ + { + "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": "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": "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": "Harry Potter und der Gefangene von Askaban", + "year": 2004, + "fsk": 6, + "studio": "Warner Bros", + "director": "Alfonso Cuarón", + "budget": 130000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Shaun of the Dead", + "year": 2004, + "fsk": 16, + "studio": "Universal", + "director": "Edgar Wright", + "budget": 6000000, + "universe": null, + "genres": [ + "Horror", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Vergiss mein nicht!", + "year": 2004, + "fsk": 12, + "studio": "Focus Features", + "director": "Michel Gondry", + "budget": 20000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Romantik", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Million Dollar Baby", + "year": 2004, + "fsk": 16, + "studio": "Warner Bros", + "director": "Clint Eastwood", + "budget": 30000000, + "universe": null, + "genres": [ + "Drama", + "Sport" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Untergang", + "year": 2004, + "fsk": 12, + "studio": "Constantin", + "director": "Oliver Hirschbiegel", + "budget": 14000000, + "universe": null, + "genres": [ + "Drama", + "Krieg", + "Biografie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Kill Bill: Volume 2", + "year": 2004, + "fsk": 16, + "studio": "MGM", + "director": "Quentin Tarantino", + "budget": 30000000, + "universe": null, + "genres": [ + "Action", + "Thriller", + "Krimi" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Leuchten der Stille", + "year": 2004, + "fsk": 12, + "studio": "Warner Bros", + "director": "Nick Cassavetes", + "budget": 30000000, + "universe": null, + "genres": [ + "Romantik", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Wie ein einziger Tag", + "year": 2004, + "fsk": 12, + "studio": "New Line", + "director": "Nick Cassavetes", + "budget": 30000000, + "universe": null, + "genres": [ + "Romantik", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Aviator", + "year": 2004, + "fsk": 12, + "studio": "Miramax", + "director": "Martin Scorsese", + "budget": 110000000, + "universe": null, + "genres": [ + "Biografie", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Crash", + "year": 2004, + "fsk": 16, + "studio": "Lionsgate", + "director": "Paul Haggis", + "budget": 6500000, + "universe": null, + "genres": [ + "Drama", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Mean Girls – Der Girls Club", + "year": 2004, + "fsk": 12, + "studio": "Paramount", + "director": "Mark Waters", + "budget": 17000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "(T)Raumschiff Surprise – Periode 1", + "year": 2004, + "fsk": 6, + "studio": "Constantin", + "director": "Michael Herbig", + "budget": 8500000, + "universe": null, + "genres": [ + "Komödie", + "Sci-Fi" + ], + "platforms": [ + "Amazon Prime", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Saw", + "year": 2004, + "fsk": 18, + "studio": "Lionsgate", + "director": "James Wan", + "budget": 1200000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Unglaublichen", + "year": 2004, + "fsk": 0, + "studio": "Disney", + "director": "Brad Bird", + "budget": 92000000, + "universe": null, + "genres": [ + "Animation", + "Action", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2005.json b/data/movies/2005.json new file mode 100644 index 0000000..544cbf8 --- /dev/null +++ b/data/movies/2005.json @@ -0,0 +1,113 @@ +[ + { + "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": "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": "Harry Potter und der Feuerkelch", + "year": 2005, + "fsk": 12, + "studio": "Warner Bros", + "director": "Mike Newell", + "budget": 150000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Brokeback Mountain", + "year": 2005, + "fsk": 12, + "studio": "Focus Features", + "director": "Ang Lee", + "budget": 14000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Hostel", + "year": 2005, + "fsk": 18, + "studio": "Lionsgate", + "director": "Eli Roth", + "budget": 4800000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2006.json b/data/movies/2006.json new file mode 100644 index 0000000..f09a485 --- /dev/null +++ b/data/movies/2006.json @@ -0,0 +1,150 @@ +[ + { + "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": "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": "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": "Prestige – Die Meister der Magie", + "year": 2006, + "fsk": 12, + "studio": "Warner Bros", + "director": "Christopher Nolan", + "budget": 40000000, + "universe": null, + "genres": [ + "Thriller", + "Mystery", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Leben der Anderen", + "year": 2006, + "fsk": 12, + "studio": "Wiedemann", + "director": "Florian Henckel von Donnersmarck", + "budget": 2000000, + "universe": null, + "genres": [ + "Drama", + "Thriller" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Borat", + "year": 2006, + "fsk": 16, + "studio": "20th Century", + "director": "Larry Charles", + "budget": 18000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Little Miss Sunshine", + "year": 2006, + "fsk": 6, + "studio": "Fox Searchlight", + "director": "Jonathan Dayton, Valerie Faris", + "budget": 8000000, + "universe": null, + "genres": [ + "Komödie", + "Drama" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Fountain", + "year": 2006, + "fsk": 12, + "studio": "Warner Bros", + "director": "Darren Aronofsky", + "budget": 35000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2007.json b/data/movies/2007.json new file mode 100644 index 0000000..f896da1 --- /dev/null +++ b/data/movies/2007.json @@ -0,0 +1,186 @@ +[ + { + "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": "Harry Potter und der Orden des Phönix", + "year": 2007, + "fsk": 12, + "studio": "Warner Bros", + "director": "David Yates", + "budget": 150000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Hot Fuzz", + "year": 2007, + "fsk": 16, + "studio": "Universal", + "director": "Edgar Wright", + "budget": 12000000, + "universe": null, + "genres": [ + "Action", + "Komödie", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "No Country for Old Men", + "year": 2007, + "fsk": 16, + "studio": "Miramax", + "director": "Joel Coen, Ethan Coen", + "budget": 25000000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Superbad", + "year": 2007, + "fsk": 16, + "studio": "Columbia", + "director": "Greg Mottola", + "budget": 20000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Nebel", + "year": 2007, + "fsk": 16, + "studio": "Dimension", + "director": "Frank Darabont", + "budget": 18000000, + "universe": null, + "genres": [ + "Horror", + "Sci-Fi", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Into the Wild", + "year": 2007, + "fsk": 6, + "studio": "Paramount", + "director": "Sean Penn", + "budget": 16000000, + "universe": null, + "genres": [ + "Biografie", + "Drama", + "Abenteuer" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Juno", + "year": 2007, + "fsk": 6, + "studio": "Fox Searchlight", + "director": "Jason Reitman", + "budget": 6500000, + "universe": null, + "genres": [ + "Drama", + "Komödie", + "Romantik" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "There Will Be Blood", + "year": 2007, + "fsk": 16, + "studio": "Paramount", + "director": "Paul Thomas Anderson", + "budget": 32000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Paranormal Activity", + "year": 2007, + "fsk": 16, + "studio": "Paramount", + "director": "Oren Peli", + "budget": 15000, + "universe": null, + "genres": [ + "Horror", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2008.json b/data/movies/2008.json new file mode 100644 index 0000000..58e9c75 --- /dev/null +++ b/data/movies/2008.json @@ -0,0 +1,151 @@ +[ + { + "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": "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": "Gran Torino", + "year": 2008, + "fsk": 12, + "studio": "Warner Bros", + "director": "Clint Eastwood", + "budget": 33000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Baader Meinhof Komplex", + "year": 2008, + "fsk": 16, + "studio": "Constantin", + "director": "Uli Edel", + "budget": 18500000, + "universe": null, + "genres": [ + "Drama", + "Krimi", + "Historie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der seltsame Fall des Benjamin Button", + "year": 2008, + "fsk": 12, + "studio": "Paramount", + "director": "David Fincher", + "budget": 150000000, + "universe": null, + "genres": [ + "Drama", + "Fantasy", + "Romantik" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Slumdog Millionär", + "year": 2008, + "fsk": 16, + "studio": "Fox Searchlight", + "director": "Danny Boyle", + "budget": 15000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Mamma Mia!", + "year": 2008, + "fsk": 0, + "studio": "Universal", + "director": "Phyllida Lloyd", + "budget": 52000000, + "universe": null, + "genres": [ + "Musical", + "Romantik", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Asterix bei den Olympischen Spielen", + "year": 2008, + "fsk": 6, + "studio": "Pathé", + "director": "Frédéric Forestier, Thomas Langmann", + "budget": 78000000, + "universe": null, + "genres": [ + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2009.json b/data/movies/2009.json new file mode 100644 index 0000000..c4a640e --- /dev/null +++ b/data/movies/2009.json @@ -0,0 +1,115 @@ +[ + { + "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": "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": "Hangover", + "year": 2009, + "fsk": 16, + "studio": "Warner Bros", + "director": "Todd Phillips", + "budget": 35000000, + "universe": null, + "genres": [ + "Komödie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Harry Potter und der Halbblutprinz", + "year": 2009, + "fsk": 12, + "studio": "Warner Bros", + "director": "David Yates", + "budget": 250000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Oben", + "year": 2009, + "fsk": 0, + "studio": "Disney", + "director": "Pete Docter", + "budget": 175000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Komödie", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "A Serious Man", + "year": 2009, + "fsk": 12, + "studio": "Focus Features", + "director": "Joel Coen, Ethan Coen", + "budget": 20000000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2010.json b/data/movies/2010.json new file mode 100644 index 0000000..9339d7d --- /dev/null +++ b/data/movies/2010.json @@ -0,0 +1,266 @@ +[ + { + "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": "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": "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": "Incendies", + "year": 2010, + "fsk": 16, + "studio": "Sony Pictures", + "director": "Denis Villeneuve", + "budget": 6500000, + "universe": null, + "genres": [ + "Drama", + "Mystery" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Scott Pilgrim gegen den Rest der Welt", + "year": 2010, + "fsk": 12, + "studio": "Universal", + "director": "Edgar Wright", + "budget": 60000000, + "universe": null, + "genres": [ + "Action", + "Komödie", + "Romantik" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Social Network", + "year": 2010, + "fsk": 12, + "studio": "Columbia", + "director": "David Fincher", + "budget": 40000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "127 Hours", + "year": 2010, + "fsk": 12, + "studio": "Fox Searchlight", + "director": "Danny Boyle", + "budget": 18000000, + "universe": null, + "genres": [ + "Biografie", + "Drama", + "Thriller" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Harry Potter und die Heiligtümer des Todes: Teil 1", + "year": 2010, + "fsk": 12, + "studio": "Warner Bros", + "director": "David Yates", + "budget": 250000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Black Swan", + "year": 2010, + "fsk": 16, + "studio": "Fox Searchlight", + "director": "Darren Aronofsky", + "budget": 13000000, + "universe": null, + "genres": [ + "Drama", + "Thriller", + "Horror" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Insidious", + "year": 2010, + "fsk": 16, + "studio": "FilmDistrict", + "director": "James Wan", + "budget": 1500000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Toy Story 3", + "year": 2010, + "fsk": 0, + "studio": "Disney", + "director": "Lee Unkrich", + "budget": 200000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Drachenzähmen leicht gemacht", + "year": 2010, + "fsk": 6, + "studio": "DreamWorks", + "director": "Dean DeBlois, Chris Sanders", + "budget": 165000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Für immer Shrek", + "year": 2010, + "fsk": 0, + "studio": "DreamWorks", + "director": "Mike Mitchell", + "budget": 135000000, + "universe": null, + "genres": [ + "Animation", + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "I Saw the Devil", + "year": 2010, + "fsk": 18, + "studio": "Showbox", + "director": "Kim Jee-woon", + "budget": 3300000, + "universe": null, + "genres": [ + "Thriller", + "Action", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2011.json b/data/movies/2011.json new file mode 100644 index 0000000..9a11ef6 --- /dev/null +++ b/data/movies/2011.json @@ -0,0 +1,132 @@ +[ + { + "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": "Verblendung", + "year": 2011, + "fsk": 16, + "studio": "Sony Pictures", + "director": "David Fincher", + "budget": 90000000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Mystery" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Harry Potter und die Heiligtümer des Todes: Teil 2", + "year": 2011, + "fsk": 12, + "studio": "Warner Bros", + "director": "David Yates", + "budget": 250000000, + "universe": "Wizarding World", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Melancholia", + "year": 2011, + "fsk": 12, + "studio": "Zentropa", + "director": "Lars von Trier", + "budget": 7400000, + "universe": null, + "genres": [ + "Drama", + "Sci-Fi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Shame", + "year": 2011, + "fsk": 18, + "studio": "Fox Searchlight", + "director": "Steve McQueen", + "budget": 6500000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Midnight in Paris", + "year": 2011, + "fsk": 6, + "studio": "Sony Pictures", + "director": "Woody Allen", + "budget": 17000000, + "universe": null, + "genres": [ + "Komödie", + "Fantasy", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Hugo Cabret", + "year": 2011, + "fsk": 6, + "studio": "Paramount", + "director": "Martin Scorsese", + "budget": 170000000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2012.json b/data/movies/2012.json new file mode 100644 index 0000000..5676124 --- /dev/null +++ b/data/movies/2012.json @@ -0,0 +1,172 @@ +[ + { + "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": "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": "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 Avengers", + "year": 2012, + "fsk": 12, + "studio": "Disney", + "director": "Joss Whedon", + "budget": 220000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Der Hobbit: Eine unerwartete Reise", + "year": 2012, + "fsk": 12, + "studio": "New Line", + "director": "Peter Jackson", + "budget": 200000000, + "universe": "Herr der Ringe", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Moonrise Kingdom", + "year": 2012, + "fsk": 6, + "studio": "Focus Features", + "director": "Wes Anderson", + "budget": 16000000, + "universe": null, + "genres": [ + "Komödie", + "Abenteuer", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Life of Pi: Schiffbruch mit Tiger", + "year": 2012, + "fsk": 6, + "studio": "20th Century", + "director": "Ang Lee", + "budget": 120000000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Argo", + "year": 2012, + "fsk": 12, + "studio": "Warner Bros", + "director": "Ben Affleck", + "budget": 44500000, + "universe": null, + "genres": [ + "Drama", + "Thriller", + "Biografie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Master", + "year": 2012, + "fsk": 16, + "studio": "The Weinstein Company", + "director": "Paul Thomas Anderson", + "budget": 32000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2013.json b/data/movies/2013.json new file mode 100644 index 0000000..1e411c9 --- /dev/null +++ b/data/movies/2013.json @@ -0,0 +1,284 @@ +[ + { + "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": "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": "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": "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": "Her", + "year": 2013, + "fsk": 12, + "studio": "Warner Bros", + "director": "Spike Jonze", + "budget": 23000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama", + "Romantik" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Prisoners", + "year": 2013, + "fsk": 16, + "studio": "Warner Bros", + "director": "Denis Villeneuve", + "budget": 46000000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Enemy", + "year": 2013, + "fsk": 16, + "studio": "A24", + "director": "Denis Villeneuve", + "budget": 13000000, + "universe": null, + "genres": [ + "Mystery", + "Thriller" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "12 Years a Slave", + "year": 2013, + "fsk": 16, + "studio": "Fox Searchlight", + "director": "Steve McQueen", + "budget": 20000000, + "universe": null, + "genres": [ + "Drama", + "Historie" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Oblivion", + "year": 2013, + "fsk": 12, + "studio": "Universal", + "director": "Joseph Kosinski", + "budget": 120000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Action" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Hobbit: Smaugs Einöde", + "year": 2013, + "fsk": 12, + "studio": "New Line", + "director": "Peter Jackson", + "budget": 225000000, + "universe": "Herr der Ringe", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Man of Steel", + "year": 2013, + "fsk": 12, + "studio": "Warner Bros", + "director": "Zack Snyder", + "budget": 225000000, + "universe": "DC", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Conjuring – Die Heimsuchung", + "year": 2013, + "fsk": 16, + "studio": "Warner Bros", + "director": "James Wan", + "budget": 20000000, + "universe": null, + "genres": [ + "Horror", + "Mystery" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Die Eiskönigin – Völlig unverfroren", + "year": 2013, + "fsk": 0, + "studio": "Disney", + "director": "Chris Buck, Jennifer Lee", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Musical", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Ich – Einfach unverbesserlich 2", + "year": 2013, + "fsk": 0, + "studio": "Universal", + "director": "Pierre Coffin, Chris Renaud", + "budget": 76000000, + "universe": null, + "genres": [ + "Animation", + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Inside Llewyn Davis", + "year": 2013, + "fsk": 16, + "studio": "CBS Films", + "director": "Joel Coen, Ethan Coen", + "budget": 11000000, + "universe": null, + "genres": [ + "Drama", + "Musical" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2014.json b/data/movies/2014.json new file mode 100644 index 0000000..5d48b8e --- /dev/null +++ b/data/movies/2014.json @@ -0,0 +1,193 @@ +[ + { + "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": "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 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": "Guardians of the Galaxy", + "year": 2014, + "fsk": 12, + "studio": "Disney", + "director": "James Gunn", + "budget": 170000000, + "universe": "MCU", + "genres": [ + "Sci-Fi", + "Action", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Ex Machina", + "year": 2014, + "fsk": 16, + "studio": "A24", + "director": "Alex Garland", + "budget": 15000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Thriller", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Birdman oder (Die unverhoffte Macht der Ahnungslosigkeit)", + "year": 2014, + "fsk": 16, + "studio": "Fox Searchlight", + "director": "Alejandro G. Iñárritu", + "budget": 18000000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Gone Girl – Das perfekte Opfer", + "year": 2014, + "fsk": 16, + "studio": "20th Century", + "director": "David Fincher", + "budget": 61000000, + "universe": null, + "genres": [ + "Thriller", + "Mystery", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Hobbit: Die Schlacht der fünf Heere", + "year": 2014, + "fsk": 12, + "studio": "New Line", + "director": "Peter Jackson", + "budget": 250000000, + "universe": "Herr der Ringe", + "genres": [ + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Captain America: The Winter Soldier", + "year": 2014, + "fsk": 12, + "studio": "Disney", + "director": "Anthony Russo, Joe Russo", + "budget": 170000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Thriller" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Noah", + "year": 2014, + "fsk": 12, + "studio": "Paramount", + "director": "Darren Aronofsky", + "budget": 125000000, + "universe": null, + "genres": [ + "Drama", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2015.json b/data/movies/2015.json new file mode 100644 index 0000000..9cc8477 --- /dev/null +++ b/data/movies/2015.json @@ -0,0 +1,294 @@ +[ + { + "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": "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": "Star Wars: Das Erwachen der Macht", + "year": 2015, + "fsk": 12, + "studio": "Disney", + "director": "J. J. Abrams", + "budget": 245000000, + "universe": "Star Wars", + "genres": [ + "Sci-Fi", + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Sicario", + "year": 2015, + "fsk": 16, + "studio": "Lionsgate", + "director": "Denis Villeneuve", + "budget": 30000000, + "universe": null, + "genres": [ + "Krimi", + "Thriller", + "Action" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Revenant – Der Rückkehrer", + "year": 2015, + "fsk": 16, + "studio": "20th Century", + "director": "Alejandro G. Iñárritu", + "budget": 135000000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama", + "Western" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Hateful Eight", + "year": 2015, + "fsk": 16, + "studio": "Weinstein", + "director": "Quentin Tarantino", + "budget": 44000000, + "universe": null, + "genres": [ + "Western", + "Krimi" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Jurassic World", + "year": 2015, + "fsk": 12, + "studio": "Universal", + "director": "Colin Trevorrow", + "budget": 150000000, + "universe": null, + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Er ist wieder da", + "year": 2015, + "fsk": 12, + "studio": "Constantin", + "director": "David Wnendt", + "budget": 2500000, + "universe": null, + "genres": [ + "Komödie", + "Satire" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Avengers: Age of Ultron", + "year": 2015, + "fsk": 12, + "studio": "Disney", + "director": "Joss Whedon", + "budget": 365000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Ant-Man", + "year": 2015, + "fsk": 12, + "studio": "Disney", + "director": "Peyton Reed", + "budget": 130000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Der Marsianer – Rettet Mark Watney", + "year": 2015, + "fsk": 12, + "studio": "20th Century", + "director": "Ridley Scott", + "budget": 108000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Revenant", + "year": 2015, + "fsk": 16, + "studio": "20th Century", + "director": "Alejandro G. Iñárritu", + "budget": 135000000, + "universe": null, + "genres": [ + "Abenteuer", + "Drama", + "Western" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Martian", + "year": 2015, + "fsk": 12, + "studio": "20th Century", + "director": "Ridley Scott", + "budget": 108000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Alles steht Kopf", + "year": 2015, + "fsk": 0, + "studio": "Disney", + "director": "Pete Docter", + "budget": 175000000, + "universe": null, + "genres": [ + "Animation", + "Komödie", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Minions", + "year": 2015, + "fsk": 0, + "studio": "Universal", + "director": "Pierre Coffin, Kyle Balda", + "budget": 74000000, + "universe": null, + "genres": [ + "Animation", + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2016.json b/data/movies/2016.json new file mode 100644 index 0000000..817c8a3 --- /dev/null +++ b/data/movies/2016.json @@ -0,0 +1,327 @@ +[ + { + "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": "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": "La La Land", + "year": 2016, + "fsk": 6, + "studio": "Lionsgate", + "director": "Damien Chazelle", + "budget": 30000000, + "universe": null, + "genres": [ + "Musical", + "Romantik", + "Drama" + ], + "platforms": [ + "Blu-ray", + "DVD", + "Netflix" + ] + }, + { + "title": "Moonlight", + "year": 2016, + "fsk": 6, + "studio": "A24", + "director": "Barry Jenkins", + "budget": 4000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Doctor Strange", + "year": 2016, + "fsk": 12, + "studio": "Disney", + "director": "Scott Derrickson", + "budget": 165000000, + "universe": "MCU", + "genres": [ + "Sci-Fi", + "Action", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Rogue One: A Star Wars Story", + "year": 2016, + "fsk": 12, + "studio": "Disney", + "director": "Gareth Edwards", + "budget": 200000000, + "universe": "Star Wars", + "genres": [ + "Sci-Fi", + "Action", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Arrival", + "year": 2016, + "fsk": 12, + "studio": "Paramount", + "director": "Denis Villeneuve", + "budget": 47000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Drama", + "Mystery" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Sully", + "year": 2016, + "fsk": 6, + "studio": "Warner Bros", + "director": "Clint Eastwood", + "budget": 60000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Captain America: Civil War", + "year": 2016, + "fsk": 12, + "studio": "Disney", + "director": "Anthony Russo, Joe Russo", + "budget": 250000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Deadpool", + "year": 2016, + "fsk": 16, + "studio": "20th Century", + "director": "Tim Miller", + "budget": 58000000, + "universe": "MCU", + "genres": [ + "Action", + "Komödie", + "Sci-Fi" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Batman v Superman: Dawn of Justice", + "year": 2016, + "fsk": 12, + "studio": "Warner Bros", + "director": "Zack Snyder", + "budget": 325000000, + "universe": "DC", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Manchester by the Sea", + "year": 2016, + "fsk": 12, + "studio": "Amazon Studios", + "director": "Kenneth Lonergan", + "budget": 9000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Zoomania", + "year": 2016, + "fsk": 0, + "studio": "Disney", + "director": "Byron Howard, Rich Moore", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Komödie", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Vaiana – Das Paradies hat einen Haken", + "year": 2016, + "fsk": 0, + "studio": "Disney", + "director": "Ron Clements, John Musker", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Musical" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Das Dschungelbuch", + "year": 2016, + "fsk": 0, + "studio": "Disney", + "director": "Jon Favreau", + "budget": 175000000, + "universe": null, + "genres": [ + "Abenteuer", + "Fantasy", + "Animation" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Train to Busan", + "year": 2016, + "fsk": 16, + "studio": "Next Entertainment", + "director": "Yeon Sang-ho", + "budget": 8500000, + "universe": null, + "genres": [ + "Horror", + "Action", + "Thriller" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Handmaiden", + "year": 2016, + "fsk": 16, + "studio": "CJ Entertainment", + "director": "Park Chan-wook", + "budget": 8800000, + "universe": null, + "genres": [ + "Thriller", + "Drama", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2017.json b/data/movies/2017.json new file mode 100644 index 0000000..a81a1ee --- /dev/null +++ b/data/movies/2017.json @@ -0,0 +1,312 @@ +[ + { + "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": "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": "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": "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": "Dunkirk", + "year": 2017, + "fsk": 12, + "studio": "Warner Bros", + "director": "Christopher Nolan", + "budget": 100000000, + "universe": null, + "genres": [ + "Krieg", + "Drama", + "Action" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Thor: Tag der Entscheidung", + "year": 2017, + "fsk": 12, + "studio": "Disney", + "director": "Taika Waititi", + "budget": 180000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Baby Driver", + "year": 2017, + "fsk": 16, + "studio": "Sony Pictures", + "director": "Edgar Wright", + "budget": 34000000, + "universe": null, + "genres": [ + "Action", + "Krimi", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Get Out", + "year": 2017, + "fsk": 16, + "studio": "Universal", + "director": "Jordan Peele", + "budget": 4500000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Mystery" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Greatest Showman", + "year": 2017, + "fsk": 6, + "studio": "20th Century", + "director": "Michael Gracey", + "budget": 84000000, + "universe": null, + "genres": [ + "Musical", + "Drama", + "Biografie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Star Wars: Die letzten Jedi", + "year": 2017, + "fsk": 12, + "studio": "Disney", + "director": "Rian Johnson", + "budget": 200000000, + "universe": "Star Wars", + "genres": [ + "Sci-Fi", + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Logan – The Wolverine", + "year": 2017, + "fsk": 16, + "studio": "20th Century", + "director": "James Mangold", + "budget": 97000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Lady Bird", + "year": 2017, + "fsk": 12, + "studio": "A24", + "director": "Greta Gerwig", + "budget": 10000000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Es", + "year": 2017, + "fsk": 16, + "studio": "Warner Bros", + "director": "Andy Muschietti", + "budget": 35000000, + "universe": null, + "genres": [ + "Horror" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Coco – Lebendiger als das Leben!", + "year": 2017, + "fsk": 0, + "studio": "Disney", + "director": "Lee Unkrich", + "budget": 175000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Phantom Thread", + "year": 2017, + "fsk": 12, + "studio": "Focus Features", + "director": "Paul Thomas Anderson", + "budget": 35000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Mother!", + "year": 2017, + "fsk": 16, + "studio": "Paramount", + "director": "Darren Aronofsky", + "budget": 30000000, + "universe": null, + "genres": [ + "Horror", + "Mystery", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2018.json b/data/movies/2018.json new file mode 100644 index 0000000..15f4bf1 --- /dev/null +++ b/data/movies/2018.json @@ -0,0 +1,215 @@ +[ + { + "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": "Hereditary – Das Vermächtnis", + "year": 2018, + "fsk": 16, + "studio": "A24", + "director": "Ari Aster", + "budget": 10000000, + "universe": null, + "genres": [ + "Horror", + "Mystery", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Black Panther", + "year": 2018, + "fsk": 12, + "studio": "Disney", + "director": "Ryan Coogler", + "budget": 200000000, + "universe": "MCU", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Spider-Man: A New Universe", + "year": 2018, + "fsk": 6, + "studio": "Sony Pictures", + "director": "Bob Persichetti, Peter Ramsey, Rodney Rothman", + "budget": 90000000, + "universe": "Spider-Man", + "genres": [ + "Animation", + "Action", + "Abenteuer" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Annihilation", + "year": 2018, + "fsk": 16, + "studio": "Paramount", + "director": "Alex Garland", + "budget": 40000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Horror", + "Thriller" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Aquaman", + "year": 2018, + "fsk": 12, + "studio": "Warner Bros", + "director": "James Wan", + "budget": 160000000, + "universe": "DC", + "genres": [ + "Action", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Meg", + "year": 2018, + "fsk": 12, + "studio": "Warner Bros", + "director": "Jon Turteltaub", + "budget": 130000000, + "universe": null, + "genres": [ + "Action", + "Horror", + "Sci-Fi" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Solo: A Star Wars Story", + "year": 2018, + "fsk": 12, + "studio": "Disney", + "director": "Ron Howard", + "budget": 275000000, + "universe": "Star Wars", + "genres": [ + "Sci-Fi", + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "A Quiet Place", + "year": 2018, + "fsk": 16, + "studio": "Paramount", + "director": "John Krasinski", + "budget": 17000000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Sci-Fi" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "BlackKkKlansman", + "year": 2018, + "fsk": 16, + "studio": "Focus Features", + "director": "Spike Lee", + "budget": 15000000, + "universe": null, + "genres": [ + "Krimi", + "Drama", + "Biografie" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Shoplifters", + "year": 2018, + "fsk": 12, + "studio": "Magnolia", + "director": "Hirokazu Kore-eda", + "budget": 5000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2019.json b/data/movies/2019.json new file mode 100644 index 0000000..f6f4f51 --- /dev/null +++ b/data/movies/2019.json @@ -0,0 +1,348 @@ +[ + { + "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": "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": "Marriage Story", + "year": 2019, + "fsk": 6, + "studio": "Netflix", + "director": "Noah Baumbach", + "budget": 18000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Netflix", + "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": "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": "Us", + "year": 2019, + "fsk": 16, + "studio": "Universal", + "director": "Jordan Peele", + "budget": 20000000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Mystery" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Once Upon a Time in Hollywood", + "year": 2019, + "fsk": 16, + "studio": "Sony Pictures", + "director": "Quentin Tarantino", + "budget": 90000000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "The Irishman", + "year": 2019, + "fsk": 16, + "studio": "Netflix", + "director": "Martin Scorsese", + "budget": 159000000, + "universe": null, + "genres": [ + "Krimi", + "Drama", + "Biografie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Star Wars: Der Aufstieg Skywalkers", + "year": 2019, + "fsk": 12, + "studio": "Disney", + "director": "J. J. Abrams", + "budget": 275000000, + "universe": "Star Wars", + "genres": [ + "Sci-Fi", + "Abenteuer", + "Action" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Spider-Man: Weit von Zuhause", + "year": 2019, + "fsk": 12, + "studio": "Sony Pictures", + "director": "Jon Watts", + "budget": 160000000, + "universe": "Spider-Man", + "genres": [ + "Action", + "Abenteuer", + "Sci-Fi" + ], + "platforms": [ + "Disney+", + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Shazam!", + "year": 2019, + "fsk": 12, + "studio": "Warner Bros", + "director": "David F. Sandberg", + "budget": 100000000, + "universe": "DC", + "genres": [ + "Action", + "Komödie", + "Fantasy" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Little Women", + "year": 2019, + "fsk": 6, + "studio": "Sony Pictures", + "director": "Greta Gerwig", + "budget": 40000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Es Kapitel 2", + "year": 2019, + "fsk": 16, + "studio": "Warner Bros", + "director": "Andy Muschietti", + "budget": 79000000, + "universe": null, + "genres": [ + "Horror" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Der König der Löwen (2019)", + "year": 2019, + "fsk": 0, + "studio": "Disney", + "director": "Jon Favreau", + "budget": 260000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Drama" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Aladdin (2019)", + "year": 2019, + "fsk": 0, + "studio": "Disney", + "director": "Guy Ritchie", + "budget": 183000000, + "universe": null, + "genres": [ + "Abenteuer", + "Fantasy", + "Musical" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Bombshell – Das Ende des Schweigens", + "year": 2019, + "fsk": 12, + "studio": "Lionsgate", + "director": "Jay Roach", + "budget": 32000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Toy Story 4", + "year": 2019, + "fsk": 0, + "studio": "Disney", + "director": "Josh Cooley", + "budget": 200000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2020.json b/data/movies/2020.json new file mode 100644 index 0000000..6d19f11 --- /dev/null +++ b/data/movies/2020.json @@ -0,0 +1,95 @@ +[ + { + "title": "Tenet", + "year": 2020, + "fsk": 12, + "studio": "Warner Bros", + "director": "Christopher Nolan", + "budget": 205000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Action", + "Thriller" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Der Unsichtbare", + "year": 2020, + "fsk": 16, + "studio": "Universal", + "director": "Leigh Whannell", + "budget": 7000000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Der Prozess der Chicago 7", + "year": 2020, + "fsk": 12, + "studio": "Netflix", + "director": "Aaron Sorkin", + "budget": 30000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Da 5 Bloods", + "year": 2020, + "fsk": 16, + "studio": "Netflix", + "director": "Spike Lee", + "budget": 35000000, + "universe": null, + "genres": [ + "Krieg", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Soul", + "year": 2020, + "fsk": 0, + "studio": "Disney", + "director": "Pete Docter", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Drama", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2021.json b/data/movies/2021.json new file mode 100644 index 0000000..c4a8b6c --- /dev/null +++ b/data/movies/2021.json @@ -0,0 +1,177 @@ +[ + { + "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": "Keine Zeit zu sterben", + "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": "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": "The Suicide Squad", + "year": 2021, + "fsk": 16, + "studio": "Warner Bros", + "director": "James Gunn", + "budget": 185000000, + "universe": "DC", + "genres": [ + "Action", + "Komödie", + "Sci-Fi" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Licorice Pizza", + "year": 2021, + "fsk": 6, + "studio": "MGM", + "director": "Paul Thomas Anderson", + "budget": 40000000, + "universe": null, + "genres": [ + "Komödie", + "Drama", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "A Quiet Place 2", + "year": 2021, + "fsk": 16, + "studio": "Paramount", + "director": "John Krasinski", + "budget": 61000000, + "universe": null, + "genres": [ + "Horror", + "Thriller", + "Sci-Fi" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Candyman", + "year": 2021, + "fsk": 16, + "studio": "Universal", + "director": "Nia DaCosta", + "budget": 25000000, + "universe": null, + "genres": [ + "Horror", + "Thriller" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Encanto", + "year": 2021, + "fsk": 0, + "studio": "Disney", + "director": "Jared Bush, Byron Howard", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Musical", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Luca", + "year": 2021, + "fsk": 0, + "studio": "Disney", + "director": "Enrico Casarosa", + "budget": 150000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Fantasy" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2022.json b/data/movies/2022.json new file mode 100644 index 0000000..e65f86c --- /dev/null +++ b/data/movies/2022.json @@ -0,0 +1,212 @@ +[ + { + "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": "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": "Top Gun: Maverick", + "year": 2022, + "fsk": 12, + "studio": "Paramount", + "director": "Joseph Kosinski", + "budget": 170000000, + "universe": null, + "genres": [ + "Action", + "Drama" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Everything Everywhere All at Once", + "year": 2022, + "fsk": 16, + "studio": "A24", + "director": "Daniel Kwan, Daniel Scheinert", + "budget": 25000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Action", + "Komödie", + "Drama" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Nope", + "year": 2022, + "fsk": 16, + "studio": "Universal", + "director": "Jordan Peele", + "budget": 68000000, + "universe": null, + "genres": [ + "Horror", + "Sci-Fi", + "Mystery" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Tár", + "year": 2022, + "fsk": 6, + "studio": "Focus Features", + "director": "Todd Field", + "budget": 35000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Fabelmans", + "year": 2022, + "fsk": 12, + "studio": "Universal", + "director": "Steven Spielberg", + "budget": 40000000, + "universe": null, + "genres": [ + "Drama", + "Biografie" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Elvis", + "year": 2022, + "fsk": 12, + "studio": "Warner Bros", + "director": "Baz Luhrmann", + "budget": 85000000, + "universe": null, + "genres": [ + "Biografie", + "Musical", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Whale", + "year": 2022, + "fsk": 16, + "studio": "A24", + "director": "Darren Aronofsky", + "budget": 3000000, + "universe": null, + "genres": [ + "Drama" + ], + "platforms": [ + "A24 Screening Room", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Black Adam", + "year": 2022, + "fsk": 12, + "studio": "Warner Bros", + "director": "Jaume Collet-Serra", + "budget": 200000000, + "universe": "DC", + "genres": [ + "Action", + "Fantasy", + "Sci-Fi" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Der gestiefelte Kater: Der letzte Wunsch", + "year": 2022, + "fsk": 6, + "studio": "DreamWorks", + "director": "Joel Crawford", + "budget": 90000000, + "universe": null, + "genres": [ + "Animation", + "Abenteuer", + "Komödie" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2023.json b/data/movies/2023.json new file mode 100644 index 0000000..f0b3562 --- /dev/null +++ b/data/movies/2023.json @@ -0,0 +1,137 @@ +[ + { + "title": "Oppenheimer", + "year": 2023, + "fsk": 12, + "studio": "Universal", + "director": "Christopher Nolan", + "budget": 100000000, + "universe": null, + "genres": [ + "Drama", + "Biografie", + "Krieg" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Barbie", + "year": 2023, + "fsk": 12, + "studio": "Warner Bros", + "director": "Greta Gerwig", + "budget": 145000000, + "universe": null, + "genres": [ + "Komödie", + "Fantasy", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Killers of the Flower Moon", + "year": 2023, + "fsk": 16, + "studio": "Paramount", + "director": "Martin Scorsese", + "budget": 200000000, + "universe": null, + "genres": [ + "Krimi", + "Drama", + "Historie" + ], + "platforms": [ + "Apple TV+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Past Lives", + "year": 2023, + "fsk": 6, + "studio": "A24", + "director": "Celine Song", + "budget": 12000000, + "universe": null, + "genres": [ + "Drama", + "Romantik" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Godzilla Minus One", + "year": 2023, + "fsk": 12, + "studio": "Toho", + "director": "Takashi Yamazaki", + "budget": 15000000, + "universe": null, + "genres": [ + "Action", + "Sci-Fi", + "Drama" + ], + "platforms": [ + "Netflix", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Poor Things", + "year": 2023, + "fsk": 16, + "studio": "Searchlight", + "director": "Yorgos Lanthimos", + "budget": 35000000, + "universe": null, + "genres": [ + "Fantasy", + "Komödie", + "Drama" + ], + "platforms": [ + "Hulu", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Flash", + "year": 2023, + "fsk": 12, + "studio": "Warner Bros", + "director": "Andy Muschietti", + "budget": 200000000, + "universe": "DC", + "genres": [ + "Action", + "Sci-Fi", + "Abenteuer" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + } +] \ No newline at end of file diff --git a/data/movies/2024.json b/data/movies/2024.json new file mode 100644 index 0000000..765ce5f --- /dev/null +++ b/data/movies/2024.json @@ -0,0 +1,136 @@ +[ + { + "title": "Gladiator II", + "year": 2024, + "fsk": 16, + "studio": "Paramount", + "director": "Ridley Scott", + "budget": 250000000, + "universe": null, + "genres": [ + "Action", + "Drama", + "Abenteuer" + ], + "platforms": [ + "Paramount+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Anora", + "year": 2024, + "fsk": 16, + "studio": "Neon", + "director": "Sean Baker", + "budget": 6000000, + "universe": null, + "genres": [ + "Drama", + "Komödie" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD" + ] + }, + { + "title": "The Brutalist", + "year": 2024, + "fsk": 16, + "studio": "A24", + "director": "Brady Corbet", + "budget": 10000000, + "universe": null, + "genres": [ + "Drama", + "Historie" + ], + "platforms": [ + "A24 Screening Room", + "Blu-ray", + "DVD" + ] + }, + { + "title": "Wicked", + "year": 2024, + "fsk": 6, + "studio": "Universal", + "director": "Jon M. Chu", + "budget": 150000000, + "universe": null, + "genres": [ + "Musical", + "Fantasy" + ], + "platforms": [ + "Peacock", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Deadpool & Wolverine", + "year": 2024, + "fsk": 16, + "studio": "Disney", + "director": "Shawn Levy", + "budget": 200000000, + "universe": "MCU", + "genres": [ + "Action", + "Komödie", + "Sci-Fi" + ], + "platforms": [ + "Disney+", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Dune: Part Two", + "year": 2024, + "fsk": 12, + "studio": "Warner Bros", + "director": "Denis Villeneuve", + "budget": 190000000, + "universe": null, + "genres": [ + "Sci-Fi", + "Abenteuer", + "Drama" + ], + "platforms": [ + "Max", + "Blu-ray", + "DVD", + "4K UHD" + ] + }, + { + "title": "Challengers", + "year": 2024, + "fsk": 16, + "studio": "MGM", + "director": "Luca Guadagnino", + "budget": 55000000, + "universe": null, + "genres": [ + "Drama", + "Sport", + "Romantik" + ], + "platforms": [ + "Prime Video", + "Blu-ray", + "DVD" + ] + } +] \ No newline at end of file