diff --git a/.env b/.env
index 098553a6f1..7ab6ff4520 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
-VITE_BASE_PATH="/study/"
+VITE_BASE_PATH="/template/"
VITE_FIREBASE_CONFIG='
{
apiKey: "AIzaSyAm9QtUgx1lYPDeE0vKLN-lK17WfUGVkLo",
@@ -9,7 +9,7 @@ VITE_FIREBASE_CONFIG='
appId: "1:811568460432:web:995f6b4f1fc8042b5dde15"
}
'
-VITE_STORAGE_ENGINE="localStorage" # "firebase" or "supabase" or "localStorage" or your own custom storage engine
+VITE_STORAGE_ENGINE="firebase" # "firebase" or "supabase" or "localStorage" or your own custom storage engine
VITE_RECAPTCHAV3TOKEN="6LdjOd0lAAAAAASvFfDZFWgtbzFSS9Y3so8rHJth" # recaptcha SITE KEY
VITE_REPO_URL="https://github.com/revisit-studies/study/tree/main/public/" # Set the url for the "view source" link on the front page
diff --git a/package.json b/package.json
index 60d1c5cddd..25b51922c5 100644
--- a/package.json
+++ b/package.json
@@ -36,13 +36,15 @@
"@tabler/icons-react": "^3.35.0",
"@trrack/core": "^1.3.0",
"@types/crypto-js": "^4.2.2",
+ "@types/d3-color": "^3.1.3",
"@types/hjson": "^2.4.6",
"@types/node": "^24.5.2",
- "@visdesignlab/upset2-react": "^1.0.0",
"ajv": "^8.17.1",
- "arquero": "^5.4.0",
+ "arquero": "^8.0.3",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
+ "d3-color": "^3.1.0",
+ "d3-scale": "^4.0.2",
"dayjs": "^1.11.18",
"eslint-config-airbnb": "^19.0.4",
"firebase": "^11.2.0",
diff --git a/public/demo-click-accuracy-test/assets/help.md b/public/demo-click-accuracy-test/assets/help.md
deleted file mode 100644
index ae795e3106..0000000000
--- a/public/demo-click-accuracy-test/assets/help.md
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a click accuracy test. Try to click on the moving dot, and see how accurate you are. The distance between center of the dot and your click position will be shown on sidebar.
-You can use the slider to adjust the speed of the dot.
\ No newline at end of file
diff --git a/public/demo-click-accuracy-test/assets/introduction.md b/public/demo-click-accuracy-test/assets/introduction.md
deleted file mode 100644
index 682681f717..0000000000
--- a/public/demo-click-accuracy-test/assets/introduction.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Introduction
-
-Welcome to our study, This is a click accuracy test – to test your accuracy of clicking on a moving dot.
-
-This is an example project to show how to pass answers from React component to reVISit Framework.
diff --git a/public/demo-click-accuracy-test/config.json b/public/demo-click-accuracy-test/config.json
deleted file mode 100644
index dcac35afc4..0000000000
--- a/public/demo-click-accuracy-test/config.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Dynamic React Stimuli and Provenance Tracking",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-06-15",
- "description": "A demo of using dynamic React stimuli and using provenance tracking with the trrack library for data collection.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-click-accuracy-test/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true
- },
- "baseComponents": {
- "trial": {
- "description": "try to click on the center of the moving dot",
- "instruction": "Click on the moving dot",
- "type": "react-component",
- "path": "demo-click-accuracy-test/assets/ClickAccuracyTest.tsx",
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "accuracy",
- "prompt": "Your click distance to circle center",
- "location": "sidebar",
- "type": "reactive"
- }
- ]
- }
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-click-accuracy-test/assets/introduction.md",
- "response": []
- },
- "trial1": {
- "baseComponent": "trial",
- "meta": {
- "nr-dots": 1
- },
- "parameters": {
- "speed": 100,
- "taskid": "accuracy"
- }
- },
- "trial2": {
- "baseComponent": "trial",
- "meta": {
- "nr-dots": 1
- },
- "parameters": {
- "speed": 200,
- "taskid": "accuracy"
- }
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "trial1",
- "trial2"
- ]
- }
-}
diff --git a/public/demo-dynamic/assets/help.md b/public/demo-dynamic/assets/help.md
deleted file mode 100644
index 6bc4c8cd56..0000000000
--- a/public/demo-dynamic/assets/help.md
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a simple demo showcasing the use of dynamic blocks. The difficulty of each question will adjust based on your correctness.
-Choose the square with higher saturation, then click **Next** to continue.
\ No newline at end of file
diff --git a/public/demo-dynamic/assets/introduction.md b/public/demo-dynamic/assets/introduction.md
deleted file mode 100644
index 2f3a855f53..0000000000
--- a/public/demo-dynamic/assets/introduction.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Introduction
-
-Welcome to our study. This is a sample study demonstrating how to create a study page using dynamic blocks.
-
-Make sure to review [the documentation for dynamic blocks](https://revisit.dev/docs/designing-studies/dynamic-blocks/).
-
-In this example, you will complete an HSL color code test by choosing the square with higher saturation.
-The difficulty of the next question will adjust based on your correctness on the previous one.
\ No newline at end of file
diff --git a/public/demo-dynamic/config.json b/public/demo-dynamic/config.json
deleted file mode 100644
index 6ca46b7225..0000000000
--- a/public/demo-dynamic/config.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Dynamic Blocks",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-01-10",
- "description": "A demo of how to use dynamic blocks.",
- "organizations": [
- "University of Utah",
- "WPI"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-dynamic/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": false,
- "nextOnEnter": true
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-dynamic/assets/introduction.md",
- "response": []
- },
- "HSLColorCodes": {
- "type": "react-component",
- "path": "demo-dynamic/assets/HSL.tsx",
- "response": [
- {
- "id": "buttonResponse",
- "type": "buttons",
- "prompt": "Choose the square with a high saturation",
- "location": "belowStimulus",
- "options": [
- "Left",
- "Same",
- "Right"
- ]
- }
- ],
- "correctAnswer": [
- ],
- "provideFeedback": true,
- "allowFailedTraining": true,
- "trainingAttempts": 2
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- {
- "id": "dynamicBlock",
- "order": "dynamic",
- "functionPath": "demo-dynamic/assets/dynamic.tsx"
- }
- ]
- }
- }
\ No newline at end of file
diff --git a/public/demo-html-input/assets/bar-chart-interaction.html b/public/demo-html-input/assets/bar-chart-interaction.html
deleted file mode 100644
index 9b81570816..0000000000
--- a/public/demo-html-input/assets/bar-chart-interaction.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- D3 Nice Axes
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/demo-html-input/assets/help.md b/public/demo-html-input/assets/help.md
deleted file mode 100644
index 40a1c0d4ad..0000000000
--- a/public/demo-html-input/assets/help.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a simple demo of using HTML stimuli, and receiving answers from it.
-You can click on any bar in bar chart to select answer and click **Next**.
-Note your selected answer will be displayed below.
diff --git a/public/demo-html-input/assets/introduction.md b/public/demo-html-input/assets/introduction.md
deleted file mode 100644
index 99558c3c9d..0000000000
--- a/public/demo-html-input/assets/introduction.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to embed HTML elements into the study page.
-In this example, the HTML stimulus communicates with the reVISit study framework to save the clicked bar as the answer, which is also stored in the study provenance.
diff --git a/public/demo-html-input/config.json b/public/demo-html-input/config.json
deleted file mode 100644
index b940ef7968..0000000000
--- a/public/demo-html-input/config.json
+++ /dev/null
@@ -1,89 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Passing Data from reVISit to HTML and back",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "A demo of how to pass visualization data from reVISit to HTML and send user answers from HTML back to the reVISit.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-html-input/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "autoDownloadTime": 5000,
- "withSidebar": false
- },
- "baseComponents": {
- "bar-chart": {
- "type": "website",
- "response": [
- {
- "id": "barChart",
- "prompt": "Your selected answer:",
- "location": "belowStimulus",
- "type": "reactive"
- }
- ],
- "path": "demo-html-input/assets/bar-chart-interaction.html",
- "instructionLocation": "aboveStimulus"
- }
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-html-input/assets/introduction.md",
- "response": []
- },
- "bar-chart-1": {
- "baseComponent": "bar-chart",
- "description": "A trial for the user to click the larges bar",
- "instruction": "Click on the largest bar",
- "parameters": {
- "barData": [
- 0.32,
- 0.01,
- 1.2,
- 1.3,
- 0.82,
- 0.4,
- 0.3
- ]
- }
- },
- "bar-chart-2": {
- "baseComponent": "bar-chart",
- "description": "A trial for the user to click the smallest bar",
- "instruction": "Click on the smallest bar",
- "parameters": {
- "barData": [
- 1.2,
- 1.2,
- 1.2,
- 1.3,
- 0.82,
- 0.4,
- -0.3,
- 0.3
- ]
- }
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "bar-chart-1",
- "bar-chart-2"
- ]
- }
-}
diff --git a/public/demo-html-trrack/assets/dots-count.html b/public/demo-html-trrack/assets/dots-count.html
deleted file mode 100644
index cf15fbfc43..0000000000
--- a/public/demo-html-trrack/assets/dots-count.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
- Trrack Demo
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/demo-html-trrack/assets/help.md b/public/demo-html-trrack/assets/help.md
deleted file mode 100644
index efcab2a57f..0000000000
--- a/public/demo-html-trrack/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of using Provenance tracking in an HTML stimuli. Simply add number of circles as mentioned in the task and click **Next**.
\ No newline at end of file
diff --git a/public/demo-html-trrack/assets/introduction.md b/public/demo-html-trrack/assets/introduction.md
deleted file mode 100644
index 9e32ed56a4..0000000000
--- a/public/demo-html-trrack/assets/introduction.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to implement the [Trrack library](https://apps.vdl.sci.utah.edu/trrack) for provenance tracking in HTML stimuli. In this example, the number of dots added or removed is tracked and sent back to the reVISit app.
diff --git a/public/demo-html-trrack/config.json b/public/demo-html-trrack/config.json
deleted file mode 100644
index 1561460a25..0000000000
--- a/public/demo-html-trrack/config.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "HTML with Trrack library",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "An example study that implements Trrack library for provenance tracking in HTML stimuli.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-html-trrack/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "windowEventDebounceTime": 200
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-html-trrack/assets/introduction.md",
- "response": []
- },
- "countDots1": {
- "type": "website",
- "nextButtonLocation": "sidebar",
- "meta": {
- "difficulty": "easy"
- },
- "description": "Add a total of 10 to 15 circles",
- "instruction": "Add a total of 10 to 15 circles.",
- "path": "demo-html-trrack/assets/dots-count.html",
- "response": [
- {
- "id": "circlesCount",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "reactive",
- "hidden": false
- }
- ]
- },
- "countDots2": {
- "type": "website",
- "nextButtonLocation": "sidebar",
- "meta": {
- "difficulty": "easy"
- },
- "description": "Add a total of 5 - 10 circles",
- "instruction": "Add a total of 5 to 15 circles. You can remove if you add more.",
- "path": "demo-html-trrack/assets/dots-count.html",
- "response": [
- {
- "id": "circlesCount",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "reactive",
- "hidden": false
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "countDots1",
- "countDots2"
- ]
- }
-}
diff --git a/public/demo-html/assets/bar-chart.html b/public/demo-html/assets/bar-chart.html
deleted file mode 100644
index 20a80217be..0000000000
--- a/public/demo-html/assets/bar-chart.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- D3 Nice Axes
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/demo-html/assets/help.md b/public/demo-html/assets/help.md
deleted file mode 100644
index e5fd15a6c2..0000000000
--- a/public/demo-html/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of using HTML stimuli, simply type your answer in input field and click **Next**.
\ No newline at end of file
diff --git a/public/demo-html/assets/introduction.md b/public/demo-html/assets/introduction.md
deleted file mode 100644
index 9ea6c6d25a..0000000000
--- a/public/demo-html/assets/introduction.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to embed html elements into the study page. In this simple example, there is no communication from the stimulus to revisit, and all answers and provenance data is solely recorded by the revisit app.
diff --git a/public/demo-html/config.json b/public/demo-html/config.json
deleted file mode 100644
index 69fede7331..0000000000
--- a/public/demo-html/config.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "HTML as a Stimulus",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "A simple demo of using stimuli in an HTML file that renders a D3 visualization. Data is collected via a numeric response field.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-html/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "windowEventDebounceTime": 200,
- "minHeightSize": 800,
- "minWidthSize": 400
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-html/assets/introduction.md",
- "response": []
- },
- "barChart": {
- "type": "website",
- "nextButtonLocation": "sidebar",
- "meta": {
- "difficulty": "hard"
- },
- "description": "Question that asks users to count the number of bars that have a value greater than 1.",
- "instruction": "How many bars have a value greater than 1?",
- "path": "demo-html/assets/bar-chart.html",
- "response": [
- {
- "id": "html-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-7",
- "min": 0,
- "max": 7
- }
- ]
- },
- "external_website": {
- "type": "website",
- "path": "https://www.revisit.dev",
- "response": [],
- "previousButton": true
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "barChart",
- "external_website"
- ]
- }
-}
diff --git a/public/demo-image/assets/help.md b/public/demo-image/assets/help.md
deleted file mode 100644
index 4aad0fd221..0000000000
--- a/public/demo-image/assets/help.md
+++ /dev/null
@@ -1,25 +0,0 @@
-**Scenario**: Alpacas may need blankets. Assume that
-you work at the Red Cross, and your job is to manage
-resources for farms in Peru. In previous years, alpacas have
-died in Peru from cold temperatures. Alpacas can typically
-withstand the cold unless the temperature drops below 32°F.
-
-**Budget**: You are in charge of the Red Cross’s blanket
-budget, and it is your job to issue blankets to the alpacas
-when temperatures fall below 32°F, which will help them
-withstand the cold.
-
-**Budget Constraints**: You have a budget for 48 days of
-$48,000. Purchasing and delivering blankets to farmers
-costs $1,000 (per night). If you fail to issue blankets to the
-farmers and the temperature drops below 32°F, it will cost
-$6,000 from your budget.
-
-**Task**: In the experiment, you will be shown a nighttime
-temperature forecast like the one below. In the forecast, each
-dot represents a 1 out of 20 chance the nighttime low will
-be that temperature. You will be asked some questions about
-this forecast, including if you will issue blankets to the alpacas.
-Compensation: Please respond to the best of your ability.
-You will receive an extra $0.15 cents for every $1,000 that
-you have in your budget at the end of 48 days.
\ No newline at end of file
diff --git a/public/demo-image/assets/introduction.md b/public/demo-image/assets/introduction.md
deleted file mode 100644
index 3e17039579..0000000000
--- a/public/demo-image/assets/introduction.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Introduction
-
-Welcome to our study. This is a replication of a study by Padilla et al., published in Frontiers in Psychology, 2021.
-
-## Instructions
-
-The following instructions describe the tasks you will see and how to complete them. If you need to refer to these instructions during the experiment, please click on help at the top of the page.
-
-**Scenario**: Alpacas may need blankets. Assume that
-you work at the Red Cross, and your job is to manage
-resources for farms in Peru. In previous years, alpacas have
-died in Peru from cold temperatures. Alpacas can typically
-withstand the cold unless the temperature drops below 32°F.
-
-**Budget**: You are in charge of the Red Cross's blanket
-budget, and it is your job to issue blankets to the alpacas
-when temperatures fall below 32°F, which will help them
-withstand the cold.
-
-**Budget Constraints**: You have a budget for 48 days of
-$48,000. Purchasing and delivering blankets to farmers
-costs $1,000 (per night). If you fail to issue blankets to the
-farmers and the temperature drops below 32°F, it will cost
-$6,000 from your budget.
-
-**Task**: In the experiment, you will be shown a nighttime
-temperature forecast like the one below. In the forecast, each
-dot represents a 1 out of 20 chance the nighttime low will
-be that temperature. You will be asked some questions about
-this forecast, including if you will issue blankets to the alpacas.
-Compensation: Please respond to the best of your ability.
-You will receive an extra $0.15 cents for every $1,000 that
-you have in your budget at the end of 48 days.
\ No newline at end of file
diff --git a/public/demo-image/assets/uncertainty-1.png b/public/demo-image/assets/uncertainty-1.png
deleted file mode 100644
index db2108340f..0000000000
Binary files a/public/demo-image/assets/uncertainty-1.png and /dev/null differ
diff --git a/public/demo-image/assets/uncertainty-2.png b/public/demo-image/assets/uncertainty-2.png
deleted file mode 100644
index fa71f8eb27..0000000000
Binary files a/public/demo-image/assets/uncertainty-2.png and /dev/null differ
diff --git a/public/demo-image/assets/uncertainty-3.png b/public/demo-image/assets/uncertainty-3.png
deleted file mode 100644
index de76b0fb1e..0000000000
Binary files a/public/demo-image/assets/uncertainty-3.png and /dev/null differ
diff --git a/public/demo-image/config.json b/public/demo-image/config.json
deleted file mode 100644
index 317dcc22f3..0000000000
--- a/public/demo-image/config.json
+++ /dev/null
@@ -1,143 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Simple Images as Stimuli: Decision-Making with Uncertainty Visualizations",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "A demo of image stimuli, based on the study design by Padilla et al., Frontiers in Psychology, 2021 (doi:10.3389/fpsyg.2020.579267). Data is collected via form fields.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-image/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "nextOnEnter": true
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-image/assets/introduction.md",
- "response": []
- },
- "dotplot-low": {
- "meta": {
- "difficulty": 1,
- "nr-dots": 20,
- "temp": "low"
- },
- "description": "Low temperature variant",
- "instruction": "Will you issue blankets to the alpacas?",
- "type": "image",
- "path": "demo-image/assets/uncertainty-1.png",
- "style": {
- "width": "800px"
- },
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "demo-image/assets-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "radio",
- "options": [
- "Yes",
- "No"
- ]
- }
- ],
- "nextButtonEnableTime": 3000,
- "nextButtonDisableTime": 15000
- },
- "dotplot-medium": {
- "meta": {
- "difficulty": 2,
- "nr-dots": 20,
- "temp": "mid"
- },
- "description": "Medium temperature variant",
- "instruction": "Will you issue blankets to the alpacas?",
- "type": "image",
- "path": "demo-image/assets/uncertainty-2.png",
- "style": {
- "width": "800px"
- },
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "demo-image/assets-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "radio",
- "options": [
- "Yes",
- "No"
- ]
- }
- ]
- },
- "dotplot-high": {
- "meta": {
- "difficulty": 1,
- "nr-dots": 20,
- "temp": "hi"
- },
- "description": "High temperature variant",
- "instruction": "Will you issue blankets to the alpacas?",
- "type": "image",
- "path": "demo-image/assets/uncertainty-3.png",
- "style": {
- "width": "800px"
- },
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "demo-image/assets-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "radio",
- "options": [
- "Yes",
- "No"
- ]
- }
- ]
- },
- "externalImage": {
- "type": "image",
- "path": "https://upload.wikimedia.org/wikipedia/commons/3/3c/Shaki_waterfall.jpg",
- "style": {
- "width": "800px"
- },
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "externalImage-response",
- "prompt": "What is this a picture of?",
- "location": "sidebar",
- "type": "shortText",
- "required": false
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "dotplot-low",
- "dotplot-medium",
- "dotplot-high",
- "externalImage"
- ]
- }
-}
diff --git a/public/demo-ranking-widget/assets/help.md b/public/demo-ranking-widget/assets/help.md
deleted file mode 100644
index 38bdb8945a..0000000000
--- a/public/demo-ranking-widget/assets/help.md
+++ /dev/null
@@ -1,8 +0,0 @@
-This is a simple demo of using ranking widgets. This demo shows how to interact with different types of ranking widgets used in research studies.
-You can select answer and click **Next**. Note your selected answer will be displayed below.
-
-#### Types of Ranking Widgets
-
-- Sublist Ranking: Rank a subset of items in a single ordered list
-- Categorical Ranking: Sort items into categories (High, Medium, Low)
-- Pairwise Ranking: Compare two items at a time
\ No newline at end of file
diff --git a/public/demo-ranking-widget/assets/introduction.md b/public/demo-ranking-widget/assets/introduction.md
deleted file mode 100644
index 7a86ea4304..0000000000
--- a/public/demo-ranking-widget/assets/introduction.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to use ranking widget.
-
-During this study, you will:
-- Experience **sublist ranking** by ordering items in your preferred sequence
-- Try **categorical ranking** by sorting items into High, Medium, and Low priority groups
-- Complete **pairwise comparisons** by choosing between pairs of options
-
-## Reference
-
-C. Kuhlman, D. Doherty, M. Nurbekova, G. Deva, Z. Phyo, P. Schoenhagen, M. VanValkenburg, E. Rundensteiner, and L. Harrison,
-“Evaluating preference collection methods for interactive ranking analytics,” in Proc. CHI Conf. Human Factors Comput. Syst. (CHI), 2019, pp. 1–11.
-
-DOI: [10.1145/3290605.3300742](https://dx.doi.org/10.1145/3290605.3300742)
\ No newline at end of file
diff --git a/public/demo-ranking-widget/config.json b/public/demo-ranking-widget/config.json
deleted file mode 100644
index fa8251d479..0000000000
--- a/public/demo-ranking-widget/config.json
+++ /dev/null
@@ -1,141 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Ranking Widget Demo",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-09-25",
- "description": "A demo of ranking widget, based on the study design by Kuhlman et al., 2019 (doi:10.1145/3290605.3300742).",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-ranking-widget/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "nextOnEnter": true
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-ranking-widget/assets/introduction.md",
- "response": []
- },
- "sublist-ranking": {
- "type": "questionnaire",
- "response": [
- {
- "id": "university-preference-sublist",
- "prompt": "Rank the following options.",
- "required": true,
- "location": "belowStimulus",
- "type": "ranking-sublist",
- "options": [
- "Ball State University",
- "University of Rochester",
- "George Mason University",
- "University of California - Berkeley",
- "Washington State University"
- ]
- }
- ]
- },
- "sublist-ranking-top-3": {
- "type": "questionnaire",
- "response": [
- {
- "id": "university-preference-sublist-top-3",
- "prompt": "Rank the following options, selecting the top 3 options.",
- "required": true,
- "location": "belowStimulus",
- "type": "ranking-sublist",
- "options": [
- "Ball State University",
- "University of Rochester",
- "George Mason University",
- "University of California - Berkeley",
- "Washington State University"
- ],
- "numItems": 3
- }
- ]
- },
- "categorical-binning": {
- "type": "questionnaire",
- "response": [
- {
- "id": "university-preference-categorical",
- "prompt": "Rank the following options.",
- "required": true,
- "location": "belowStimulus",
- "type": "ranking-categorical",
- "options": [
- "Ball State University",
- "University of Rochester",
- "George Mason University",
- "University of California - Berkeley",
- "Washington State University"
- ]
- }
- ]
- },
- "categorical-binning-top-2": {
- "type": "questionnaire",
- "response": [
- {
- "id": "university-preference-categorical-top-2",
- "prompt": "Rank the following options. Select the top 2 options.",
- "required": true,
- "location": "belowStimulus",
- "type": "ranking-categorical",
- "options": [
- "Ball State University",
- "University of Rochester",
- "George Mason University",
- "University of California - Berkeley",
- "Washington State University"
- ],
- "numItems": 2
- }
- ]
- },
- "pairwise-comparison": {
- "type": "questionnaire",
- "response": [
- {
- "id": "university-preference-pairwise",
- "prompt": "Rank the following options by pairing them up.",
- "required": true,
- "location": "belowStimulus",
- "type": "ranking-pairwise",
- "options": [
- "Ball State University",
- "University of Rochester",
- "George Mason University",
- "University of California - Berkeley",
- "Washington State University"
- ]
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "sublist-ranking",
- "sublist-ranking-top-3",
- "categorical-binning",
- "categorical-binning-top-2",
- "pairwise-comparison"
- ]
- }
-}
\ No newline at end of file
diff --git a/public/demo-screen-recording/assets/bar-chart.html b/public/demo-screen-recording/assets/bar-chart.html
deleted file mode 100644
index 20a80217be..0000000000
--- a/public/demo-screen-recording/assets/bar-chart.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- D3 Nice Axes
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/demo-screen-recording/assets/help.md b/public/demo-screen-recording/assets/help.md
deleted file mode 100644
index e5fd15a6c2..0000000000
--- a/public/demo-screen-recording/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of using HTML stimuli, simply type your answer in input field and click **Next**.
\ No newline at end of file
diff --git a/public/demo-screen-recording/assets/introduction.md b/public/demo-screen-recording/assets/introduction.md
deleted file mode 100644
index 8cbda52ec4..0000000000
--- a/public/demo-screen-recording/assets/introduction.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Introduction
-
-Welcome to our study. This example demonstrates how to capture screen recordings for components where provenance tracking is difficult to implement. In this case, we illustrate the process using simple website components and that are recorded directly from the screen.
\ No newline at end of file
diff --git a/public/demo-screen-recording/config.json b/public/demo-screen-recording/config.json
deleted file mode 100644
index edf9fd35d2..0000000000
--- a/public/demo-screen-recording/config.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "HTML as a Stimulus with Screen Recording",
- "version": "pilot",
- "authors": ["The reVISit Team"],
- "date": "2023-04-14",
- "description": "A simple demo of using screen recording on stimuli that render an external website, where provenance tracking is difficult to implement.",
- "organizations": ["University of Utah", "WPI", "University of Toronto"]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-screen-recording/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "windowEventDebounceTime": 200,
- "recordAudio": true,
- "recordScreen": true,
- "recordScreenFPS": 30
- },
- "importedLibraries": [
- "screen-recording"
- ],
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-screen-recording/assets/introduction.md",
- "response": []
- },
- "external_website": {
- "type": "website",
- "path": "https://www.revisit.dev",
- "response": [],
- "previousButton": true,
- "recordAudio": true,
- "recordScreen": false
- },
- "external_website2": {
- "type": "website",
- "path": "https://www.revisit.dev",
- "response": [],
- "previousButton": true,
- "recordAudio": true,
- "recordScreen": true
- },
- "barChart": {
- "type": "website",
- "nextButtonLocation": "sidebar",
- "meta": {
- "difficulty": "hard"
- },
- "description": "Question that asks users to count the number of bars that have a value greater than 1.",
- "instruction": "How many bars have a value greater than 1?",
- "path": "demo-screen-recording/assets/bar-chart.html",
- "response": [
- {
- "id": "html-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-7",
- "min": 0,
- "max": 7
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": ["introduction", "$screen-recording.co.screenRecordingPermission", "external_website", "external_website2", "barChart"]
- }
-}
diff --git a/public/demo-style/assets/componentStylesheet.md b/public/demo-style/assets/componentStylesheet.md
deleted file mode 100644
index 02128866c0..0000000000
--- a/public/demo-style/assets/componentStylesheet.md
+++ /dev/null
@@ -1,35 +0,0 @@
-## Component Stylesheet Demonstration
-
-This markdown component demonstrates how external CSS can be applied to customize the appearance of components in reVISit studies.
-This component uses the `stylesheetPath` property to load external CSS from `demo-style/assets/componentStylesheet.css`. The CSS file contains custom styling rules that enhance the visual presentation of this content.
-
-You can select the component by its type using a class selector, or by its name using an ID selector.
-
-This markdown component uses the following configuration:
-
-#### `config.json`
-```ts
-"markdown-styling": {
- "type": "markdown",
- "path": "demo-style/assets/componentStylesheet.md",
- "stylesheetPath": "demo-style/assets/style/ componentStylesheet.css",
- "response": []
-},
-```
-
-#### `componentStylesheet.md`
-```css
-.markdown {
- background-color: #f1f1f1;
- padding: 30px;
- border-radius: 10px;
-}
-#markdown-styling h2 {
- font-family: "Gill Sans", sans-serif;
- font-weight: 700;
- text-align: center;
-}
-#markdown-styling code {
- color: #0079cd;
-}
-```
\ No newline at end of file
diff --git a/public/demo-style/assets/help.md b/public/demo-style/assets/help.md
deleted file mode 100644
index b4839f3895..0000000000
--- a/public/demo-style/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This study demonstrates reVISit's comprehensive styling capabilities. You'll see examples of how study designers can customize the visual appearance of components and responses using both external stylesheets and inline styles.
diff --git a/public/demo-style/assets/introduction.md b/public/demo-style/assets/introduction.md
deleted file mode 100644
index c1d4f21e59..0000000000
--- a/public/demo-style/assets/introduction.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Styling Demo Study
-
-Welcome to the study. This study demonstrates the styling capabilities that allow study designers to customize the appearance of their research studies.
-
-To learn more about styling, please visit our [documentation](https://revisit.dev/docs/designing-studies/applying-style).
-
-## Styling Capabilities
-
-### 1. External Stylesheets (`stylesheetPath`)
-Load custom CSS files for comprehensive styling:
-
-```ts
-"uiConfig": {
- "stylesheetPath": "my-study/assets/styles.css"
-}
-```
-
-### 2. Inline Styles (`style`)
-Apply specific styling directly to components or responses:
-
-```ts
-{
- "style": {
- "width": "600px",
- "fontSize": "18px",
- }
-}
-```
-
-**UI Elements:** Progress bar, sidebar, logo, background color, etc.
-
-**Component Types:** Markdown, Images, Videos, React Components, Vega visualizations, Websites, and Questionnaires.
-
-**Response Types:** Text inputs, dropdowns, radio buttons, checkboxes, sliders, Likert scales, and matrix responses.
\ No newline at end of file
diff --git a/public/demo-style/assets/markdownComponent.md b/public/demo-style/assets/markdownComponent.md
deleted file mode 100644
index 68455e1442..0000000000
--- a/public/demo-style/assets/markdownComponent.md
+++ /dev/null
@@ -1,15 +0,0 @@
-This markdown content is styled using the following configuration.
-
-```
-"style": {
- "width": "800px",
- "margin": "20px auto",
- "padding": "30px",
- "fontFamily": "Georgia, serif",
- "lineHeight": "2",
- "backgroundColor": "#deeff5",
- "fontSize": "16px",
- "border": "1px solid #e0e0e0",
- "borderRadius": "12px"
-}
-```
\ No newline at end of file
diff --git a/public/demo-style/assets/responseStylesheet.md b/public/demo-style/assets/responseStylesheet.md
deleted file mode 100644
index bebf46e859..0000000000
--- a/public/demo-style/assets/responseStylesheet.md
+++ /dev/null
@@ -1,3 +0,0 @@
-## Response Stylesheet Demonstration
-
-This demonstration showcases how external CSS stylesheets can be integrated into reVISit studies to customize response appearance and enhance user experience through interactive styling effects.
diff --git a/public/demo-style/assets/style/componentStylesheet.css b/public/demo-style/assets/style/componentStylesheet.css
deleted file mode 100644
index dd8029d00b..0000000000
--- a/public/demo-style/assets/style/componentStylesheet.css
+++ /dev/null
@@ -1,15 +0,0 @@
-.markdown {
- background-color: #f1f1f1;
- padding: 30px;
- border-radius: 10px;
-}
-
-#markdown-styling h2 {
- font-family: "Gill Sans", sans-serif;
- font-weight: 700;
- text-align: center;
-}
-
-#markdown-styling code {
- color: #0079cd;
-}
diff --git a/public/demo-style/assets/style/form.css b/public/demo-style/assets/style/form.css
deleted file mode 100644
index 12735e3227..0000000000
--- a/public/demo-style/assets/style/form.css
+++ /dev/null
@@ -1,43 +0,0 @@
-body {
- background-color: #f5f7fa;
-}
-
-.image {
- height: 200px;
- overflow-y: hidden;
- width: 50% !important;
- object-fit: cover;
- border-radius: 8px;
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
- margin: 0 auto;
- img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
-}
-
-.responseBlock {
- display: flex;
- flex-direction: column;
-}
-
-.response {
- background-color: #ffffff;
- margin: 10px auto 0;
- padding: 20px;
- border: 2px solid #e3e8ed;
- border-radius: 12px;
- width: 50%;
- box-sizing: border-box;
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
-}
-
-label {
- margin-bottom: 10px;
-}
-
-#form-title p {
- font-size: 32px;
- font-weight: bold;
-}
\ No newline at end of file
diff --git a/public/demo-style/assets/style/largeText.css b/public/demo-style/assets/style/largeText.css
deleted file mode 100644
index 33dff93fb8..0000000000
--- a/public/demo-style/assets/style/largeText.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.studyTitle {
- font-size: 24px;
- font-weight: bold;
-}
-
-.progressBar {
- min-height: 18px;
-}
-
-#large-text-title p {
- font-size: 32px;
- font-weight: bold;
-}
-.response {
- margin-bottom: 40px;
-}
-.responseBlock p {
- font-size: 24px;
-}
-
-.responseBlock input,
-.responseBlock textarea,
-.responseBlock button {
- font-size: 22px;
-}
\ No newline at end of file
diff --git a/public/demo-style/assets/style/layout.css b/public/demo-style/assets/style/layout.css
deleted file mode 100644
index 57a46c5715..0000000000
--- a/public/demo-style/assets/style/layout.css
+++ /dev/null
@@ -1,94 +0,0 @@
-/* Creates a 6-column grid layout for responses
- * ┌─────────────────────────────────────────┐
- * │ TITLE │
- * │ (full width) │ ← Row 1
- * ├─────────────┬─────────────┬─────────────┤
- * │ 2 cols │ 2 cols │ 2 cols │ ← Row 2
- * ├─────────────────────┬───────────────────┤
- * │ 3 cols │ 3 cols │ ← Row 3
- * ├─────────────────────────────────────────┤
- * │ full width │ ← Row 4
- * └─────────────────────────────────────────┘
-*/
-.responseBlock {
- display: grid;
- /* Creates 6 columns of equal width */
- grid-template-columns: repeat(6, 1fr);
- gap: 20px;
- margin-bottom: 20px;
-}
-
-/* Positions the title across the full width at the top */
-#layout-title {
- grid-row: 1;
- /* Span across all 6 columns */
- grid-column: span 6;
- border: none;
- box-shadow: none;
- padding: 0;
- /* Centers the title content */
- display: flex;
- justify-content: center;
-}
-
-/* Makes the title text large and bold */
-#layout-title p {
- font-size: 24px;
- font-weight: bold;
-}
-
-/* Positions the color response in the first 2 columns of row 2 */
-#layout-color {
- /* Places the color response in row 2 */
- grid-row: 2;
- /* Spans across 2 columns */
- grid-column: span 2;
-}
-
-/* Positions the website response in columns 3-4 of row 2 */
-#layout-website {
- grid-row: 2;
- grid-column: span 2;
-}
-
-/* Positions the web enjoyment response in columns 5-6 of row 2 */
-#layout-web-enjoyment {
- grid-row: 2;
- grid-column: span 2;
-}
-
-/* Positions the website design response in the first 3 columns of row 3 */
-#layout-website-design {
- grid-row: 3;
- grid-column: span 3;
-}
-
-/* Positions the preference response in columns 4-6 of row 3 */
-#layout-preference {
- grid-row: 3;
- grid-column: span 3;
-}
-
-/* Positions the opinion response across the full width in row 4 */
-#layout-opinion {
- grid-row: 4;
- grid-column: span 6;
-}
-
-/* Styles each response component with borders and hover effects */
-.response {
- border: 1px solid #555;
- border-radius: 6px;
- padding: 15px;
- margin: 2px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
- /* Transition for hover effects */
- transition: transform 0.2s ease, box-shadow 0.2s ease;
-}
-
-/* Adds a lift effect when hovering over responses */
-.response:hover {
- /* Moves the response up by 2 pixels */
- transform: translateY(-2px);
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
-}
\ No newline at end of file
diff --git a/public/demo-style/assets/style/responseStylesheet.css b/public/demo-style/assets/style/responseStylesheet.css
deleted file mode 100644
index b600cf4c3c..0000000000
--- a/public/demo-style/assets/style/responseStylesheet.css
+++ /dev/null
@@ -1,68 +0,0 @@
-#likert-response {
- border: 1px solid black;
- padding: 10px;
- border-radius: 10px;
- margin: 10px;
- width: 70%;
- color: #333333;
- transition: background 0.3s ease-in-out, color 0.3s ease-in-out, width 0.3s ease-in-out;
-}
-
-#likert-response:hover {
- width: 100%;
-}
-
-#likert-response:active {
- background: #000000;
- color: #ffffff;
-}
-
-#short-text-response {
- padding: 20px;
- margin: 15px;
- background-color: #e5f3fd;
- border-radius: 15px;
- transition: all 0.3s ease-in-out;
-}
-
-#short-text-response:hover {
- transform: scale(1.02);
- box-shadow: 0 15px 40px #9abddc;
-}
-
-#short-text-response input {
- border: none;
- border-radius: 10px;
- margin: 12px auto;
-}
-
-#final-feedback {
- width: 80%;
- padding: 20px;
- margin: 20px auto;
- background-color: #e5f3fd;
- border-radius: 15px;
- transition: all 0.5s ease;
-}
-
-#final-feedback textarea {
- border: none;
- margin: 12px auto;
- transition: all 0.3s ease;
-}
-
-#final-feedback textarea:focus {
- font-size: 20px;
- letter-spacing: 1px;
- transform: scale(1.01);
- animation: typing-glow 1.5s ease-in-out infinite;
-}
-
-@keyframes typing-glow {
- 0%, 100% {
- box-shadow: 0 15px 40px #9abddc;
- }
- 50% {
- box-shadow: 0 25px 80px #9abddc, 0 0 30px #9abddc, inset 0 0 20px rgba(154, 189, 220, 0.3);
- }
-}
diff --git a/public/demo-style/assets/style/uiStylesheet.css b/public/demo-style/assets/style/uiStylesheet.css
deleted file mode 100644
index c2541962b6..0000000000
--- a/public/demo-style/assets/style/uiStylesheet.css
+++ /dev/null
@@ -1,29 +0,0 @@
-nav {
- background: blue;
-}
-
-.studyTitle {
- font-size: 18px;
-}
-
-.progressBar {
- background-color: #eeeeee;
-}
-
-.progressBar .mantine-Progress-section {
- background-color: green;
-}
-
-.helpModal p {
- color: #666666;
- font-style: italic;
- font-size: 24px;
-}
-
-.response {
- background-color: white;
- border: 1px solid #cccccc;
- border-radius: 10px;
- padding: 20px;
- margin-bottom: 20px;
-}
diff --git a/public/demo-style/assets/uncertainty-1.png b/public/demo-style/assets/uncertainty-1.png
deleted file mode 100644
index db2108340f..0000000000
Binary files a/public/demo-style/assets/uncertainty-1.png and /dev/null differ
diff --git a/public/demo-style/assets/utah.jpg b/public/demo-style/assets/utah.jpg
deleted file mode 100644
index 3d542f831d..0000000000
Binary files a/public/demo-style/assets/utah.jpg and /dev/null differ
diff --git a/public/demo-style/config.json b/public/demo-style/config.json
deleted file mode 100644
index cc2835c43e..0000000000
--- a/public/demo-style/config.json
+++ /dev/null
@@ -1,518 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Styling Demo Study",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-07-09",
- "description": "A comprehensive demo of styled components and responses.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-style/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": false,
- "windowEventDebounceTime": 200
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-style/assets/introduction.md",
- "response": []
- },
- "markdown-component": {
- "type": "markdown",
- "path": "demo-style/assets/markdownComponent.md",
- "response": [
- ],
- "style": {
- "width": "800px",
- "margin": "20px auto",
- "padding": "30px",
- "fontFamily": "Georgia, serif",
- "lineHeight": "2",
- "backgroundColor": "#deeff5",
- "fontSize": "16px",
- "border": "1px solid #e0e0e0",
- "borderRadius": "12px"
- }
- },
- "react-component": {
- "type": "react-component",
- "path": "demo-click-accuracy-test/assets/ClickAccuracyTest.tsx",
- "parameters": {
- "speed": 100
- },
- "style": {
- "width": "900px",
- "margin": "20px auto",
- "padding": "20px",
- "backgroundColor": "#ffe7c7",
- "borderRadius": "10px"
- },
- "response": [
- {
- "id": "react-component-style",
- "prompt": "This is a react component with the following style: `width: 900px` `margin: 20px auto` `padding: 20px` `backgroundColor: #ffe7c7` `borderRadius: 10px`",
- "type": "textOnly",
- "location": "aboveStimulus"
- }
- ]
- },
- "image-component": {
- "type": "image",
- "path": "demo-image/assets/uncertainty-1.png",
- "response": [
- {
- "id": "image-component-style",
- "prompt": "The style of this image component with the following style: `width: 600px` `margin: 30px auto` `filter: blur(2px)` `transform: rotate(2deg)` `border: 1px solid black`",
- "type": "textOnly",
- "location": "aboveStimulus"
- }
- ],
- "style": {
- "width": "600px",
- "margin": "30px auto",
- "filter": "blur(2px)",
- "transform": "rotate(2deg)",
- "border": "1px solid black"
- }
- },
- "website-component": {
- "type": "website",
- "path": "https://revisit.dev/docs/introduction/",
- "style": {
- "border": "5px solid #e0e0e0",
- "borderRadius": "10px"
- },
- "response": [
- {
- "id": "website-component-style",
- "prompt": "The style of this website component is: `border: 5px solid #e0e0e0` `borderRadius: 10px`",
- "type": "textOnly",
- "location": "aboveStimulus"
- }
- ]
- },
- "vega-component": {
- "type": "vega",
- "path": "demo-vega/specs/vegademo1.specs.json",
- "response": [
- {
- "id": "vega-path-component-style",
- "prompt": "The style of this vega component is: `width: 500px` `margin: 30px auto` `padding: 16px`",
- "type": "textOnly",
- "location": "aboveStimulus"
- }
- ],
- "style": {
- "width": "500px",
- "margin": "30px auto",
- "padding": "16px"
- }
- },
- "video-component": {
- "type": "video",
- "path": "demo-video/assets/venice.mp4",
- "forceCompletion": false,
- "withTimeline": true,
- "response": [
- {
- "id": "video-component-style",
- "prompt": "The style of this video component is `width: 70%` `margin: 30px auto` `border: 2px solid black`",
- "type": "textOnly",
- "location": "aboveStimulus"
- }
- ],
- "style": {
- "width": "70%",
- "margin": "30px auto",
- "border": "2px solid black"
- }
- },
- "responses": {
- "type": "questionnaire",
- "response": [
- {
- "id": "text-only-response-style",
- "prompt": "The style of this Text-Only response is: `backgroundColor: #e8f4f8`, `padding: 15px`, `borderRadius: 8px`, `fontSize: 16px`, `fontWeight: 500`, `color: #0f4c75`",
- "type": "textOnly",
- "location": "belowStimulus",
- "style": {
- "backgroundColor": "#e8f4f8",
- "padding": "15px",
- "borderRadius": "8px",
- "fontSize": "16px",
- "fontWeight": "500",
- "color": "#0f4c75"
- }
- },
- {
- "id": "short-text-response-style",
- "prompt": "What's your favorite color?",
- "secondaryText": "fontFamily: 'Courier New', monospace; margin: 20px auto; padding: 10px; letterSpacing: 2px",
- "type": "shortText",
- "location": "belowStimulus",
- "placeholder": "Enter your favorite color",
- "required": false,
- "style": {
- "fontFamily": "'Courier New', monospace",
- "margin": "20px auto",
- "padding": "10px",
- "letterSpacing": "2px"
- }
- },
- {
- "id": "numerical-response-style",
- "prompt": "How many websites do you visit daily?",
- "secondaryText": "width: 700px; margin: 10px auto; padding: 12px; border: 2px solid green; border-radius: 6px; background-color: #f8fff9; color: green",
- "type": "numerical",
- "location": "belowStimulus",
- "min": 1,
- "max": 999,
- "placeholder": "Enter number",
- "required": false,
- "style": {
- "width": "700px",
- "margin": "10px auto",
- "padding": "12px",
- "border": "2px solid green",
- "borderRadius": "6px",
- "backgroundColor": "#f8fff9",
- "color": "green"
- }
- },
- {
- "id": "long-text-response-style",
- "type": "longText",
- "prompt": "What makes a website design effective and visually appealing?",
- "secondaryText": "width: 700px; margin: 25px auto; padding: 15px; border: 3px dashed #dc3545; border-radius: 10px; background-color: #fff5f5; color: #721c24; fontStyle: italic; fontWeight: 600; textTransform: lowercase",
- "location": "belowStimulus",
- "placeholder": "Enter your answer",
- "required": false,
- "style": {
- "width": "700px",
- "margin": "25px auto",
- "padding": "15px",
- "border": "3px dashed #dc3545",
- "borderRadius": "10px",
- "backgroundColor": "#fff5f5",
- "color": "#721c24",
- "fontStyle": "italic",
- "fontWeight": "600",
- "textTransform": "lowercase"
- }
- },
- {
- "id": "likert-response-style",
- "prompt": "How much do you enjoy interactive web elements?",
- "secondaryText": "width: 700px; margin: 30px auto; padding: 20px; background: linear-gradient(#667eea, #764ba2); borderRadius: 12px; textAlign: center;",
- "type": "likert",
- "location": "belowStimulus",
- "numItems": 7,
- "leftLabel": "Not enjoyable at all",
- "rightLabel": "Extremely enjoyable",
- "required": false,
- "style": {
- "width": "700px",
- "margin": "30px auto",
- "padding": "20px",
- "background": "linear-gradient(to bottom right, #f5f5f5, #e0e0e0)",
- "borderRadius": "12px",
- "textAlign": "center"
- }
- },
- {
- "id": "matrix-response-style",
- "prompt": "What is your overall opinion on the use of the following CSS styles?",
- "secondaryText": "width: 700px; margin: 15px auto; border: 3px solid #ffc107; borderRadius: 8px; padding: 15px; backgroundColor: #fff8e1; color: #856404; fontSize: 14px; fontWeight: 500; top: 10px; left: 10px",
- "type": "matrix-radio",
- "location": "belowStimulus",
- "answerOptions": ["Needs improvement", "Fair", "Good", "Excellent"],
- "questionOptions": ["Backgrounds", "Fonts", "Colors"],
- "required": false,
- "style": {
- "width": "700px",
- "margin": "15px auto",
- "border": "3px solid #ffc107",
- "borderRadius": "8px",
- "padding": "15px",
- "backgroundColor": "#fff8e1",
- "color": "#856404",
- "fontSize": "14px",
- "fontWeight": "500",
- "top": "10px",
- "left": "20px"
- }
- },
- {
- "id": "buttons-response-style",
- "prompt": "Would you use this styling approach in your own projects?",
- "secondaryText": "width: 700px; margin: 25px auto; padding: 25px; border: 4px ridge #20c997; borderRadius: 30px; backgroundColor: #e8f8f5; color: #0f5132; textAlign: right; transform: rotate(-1deg); bottom: 8px",
- "type": "buttons",
- "location": "belowStimulus",
- "options": ["Never", "Probably not", "Maybe", "Definitely"],
- "required": false,
- "style": {
- "width": "700px",
- "margin": "25px auto",
- "padding": "25px",
- "border": "4px ridge #20c997",
- "borderRadius": "30px",
- "backgroundColor": "#e8f8f5",
- "color": "#0f5132",
- "textAlign": "right",
- "transform": "rotate(-1deg)",
- "bottom": "8px"
- }
- }
- ]
- },
- "markdown-styling": {
- "type": "markdown",
- "path": "demo-style/assets/componentStylesheet.md",
- "stylesheetPath": "demo-style/assets/style/componentStylesheet.css",
- "response": [
- ]
- },
- "interactive-responses": {
- "type": "markdown",
- "path": "demo-style/assets/responseStylesheet.md",
- "response": [
- {
- "id": "likert-response",
- "prompt": "Try clicking on the background of this response and see what happens.",
- "type": "likert",
- "location": "belowStimulus",
- "numItems": 5,
- "leftLabel": "Needs improvement",
- "rightLabel": "Excellent design",
- "required": false,
- "stylesheetPath": "demo-style/assets/style/responseStylesheet.css"
- },
- {
- "id": "short-text-response",
- "prompt": "Try hovering on this response block.",
- "type": "shortText",
- "location": "belowStimulus",
- "required": false,
- "stylesheetPath": "demo-style/assets/style/responseStylesheet.css"
- },
- {
- "id": "final-feedback",
- "prompt": "Please provide any feedback on this styling demo.",
- "type": "longText",
- "location": "belowStimulus",
- "placeholder": "Your feedback",
- "required": false,
- "stylesheetPath": "demo-style/assets/style/responseStylesheet.css"
- }
- ]
- },
- "survey-form": {
- "type": "image",
- "path": "demo-style/assets/utah.jpg",
- "stylesheetPath": "demo-style/assets/style/form.css",
- "response": [
- {
- "id": "form-title",
- "prompt": "Welcome to our study!",
- "type": "textOnly",
- "location": "belowStimulus"
- },
- {
- "id": "form-gender",
- "required": false,
- "prompt": "What is your gender?",
- "type": "radio",
- "location": "belowStimulus",
- "options": ["Male", "Female", "Other"]
- },
- {
- "id": "form-age",
- "required": false,
- "prompt": "How old are you?",
- "type": "radio",
- "location": "belowStimulus",
- "options": ["18-25", "26-35", "36-45", "46-55", "56-65", "66-75", "76-85", "86-95"]
- },
- {
- "id": "form-education",
- "required": false,
- "prompt": "What is your highest level of education?",
- "type": "radio",
- "location": "belowStimulus",
- "options": ["High School", "Bachelor's", "Master's", "Doctorate"]
- },
- {
- "id": "form-occupation",
- "required": false,
- "prompt": "What is your occupation?",
- "type": "shortText",
- "location": "belowStimulus"
- },
- {
- "id": "form-comment",
- "required": false,
- "prompt": "Please give us any feedback on this survey.",
- "type": "longText",
- "location": "belowStimulus"
- }
- ]
- },
- "large-text": {
- "type": "questionnaire",
- "stylesheetPath": "demo-style/assets/style/largeText.css",
- "response": [
- {
- "id": "large-text-title",
- "prompt": "Large Text Style Demo",
- "type": "textOnly",
- "location": "belowStimulus"
- },
- {
- "id": "large-text-age",
- "required": false,
- "prompt": "How old are you?",
- "type": "radio",
- "horizontal": true,
- "location": "belowStimulus",
- "options": ["18-25", "26-35", "36-45", "46-55", "56-65", "66-75", "76-85", "86-95"]
- },
- {
- "id": "large-text-readability",
- "required": false,
- "prompt": "How readable is this text?",
- "type": "radio",
- "horizontal": true,
- "location": "belowStimulus",
- "options": ["Very difficult", "Difficult", "Neutral", "Easy", "Very easy"]
- },
- {
- "id": "large-text-fit",
- "required": false,
- "prompt": "Did the text fit well on your screen?",
- "type": "radio",
- "horizontal": true,
- "options": ["Yes", "Mostly", "No"]
- },
- {
- "id": "large-text-comment",
- "required": false,
- "prompt": "Do you have any comments or suggestions about the large text styling?",
- "type": "longText",
- "location": "belowStimulus",
- "placeholder": "Your feedback"
- }
- ]
- },
- "layout": {
- "type": "questionnaire",
- "stylesheetPath": "demo-style/assets/style/layout.css",
- "response": [
- {
- "id": "layout-title",
- "prompt": "Layout Style Demo",
- "type": "textOnly",
- "location": "belowStimulus"
- },
- {
- "id": "layout-color",
- "required": false,
- "prompt": "What is your favorite color?",
- "placeholder": "Enter your favorite color",
- "type": "shortText",
- "location": "belowStimulus"
- },
- {
- "id": "layout-website",
- "required": false,
- "prompt": "How many websites do you visit daily?",
- "type": "numerical",
- "location": "belowStimulus",
- "min": 1,
- "max": 99,
- "placeholder": "Enter number"
- },
- {
- "id": "layout-web-enjoyment",
- "required": false,
- "prompt": "Do you enjoy interactive web elements?",
- "type": "radio",
- "location": "belowStimulus",
- "options": ["Yes", "No"]
- },
- {
- "id": "layout-website-design",
- "required": false,
- "prompt": "What makes a website design effective and visually appealing?",
- "type": "longText",
- "location": "belowStimulus",
- "placeholder": "Enter your answer"
- },
- {
- "id": "layout-preference",
- "required": false,
- "prompt": "Would you use this styling approach in your own projects?",
- "type": "buttons",
- "location": "belowStimulus",
- "options": ["Never", "Probably not", "Maybe", "Definitely"]
- },
- {
- "id": "layout-opinion",
- "required": false,
- "prompt": "What is your overall opinion on the use of the following CSS styles?",
- "type": "matrix-radio",
- "location": "belowStimulus",
- "answerOptions": ["Needs improvement", "Fair", "Good", "Excellent"],
- "questionOptions": ["Backgrounds", "Fonts", "Colors"]
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- {
- "id": "style",
- "order": "fixed",
- "components": [
- "markdown-component",
- "react-component",
- "image-component",
- "website-component",
- "vega-component",
- "video-component",
- "responses"
- ]
- },
- {
- "id": "stylesheet",
- "order": "fixed",
- "components": [
- "markdown-styling",
- "interactive-responses"
- ]
- },
- {
- "id": "demo",
- "order": "fixed",
- "components": [
- "survey-form",
- "large-text",
- "layout"
- ]
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/public/demo-survey/assets/help.md b/public/demo-survey/assets/help.md
deleted file mode 100644
index 24c465b3cc..0000000000
--- a/public/demo-survey/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-Here is the demo of supported input types. You may check the config file for reference.
\ No newline at end of file
diff --git a/public/demo-survey/assets/introduction.md b/public/demo-survey/assets/introduction.md
deleted file mode 100644
index 71bef01103..0000000000
--- a/public/demo-survey/assets/introduction.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study designed to demonstrate how to embed various question types and form elements within the study page. The types included in this study are [dropdown](https://revisit.dev/docs/typedoc/interfaces/DropdownResponse/), [numerical](https://revisit.dev/docs/typedoc/interfaces/NumericalResponse/), [Likert](https://revisit.dev/docs/typedoc/interfaces/LikertResponse/), [matrix](https://revisit.dev/docs/typedoc/interfaces/MatrixResponse/), [short text](https://revisit.dev/docs/typedoc/interfaces/ShortTextResponse/), [long text](https://revisit.dev/docs/typedoc/interfaces/LongTextResponse/), [checkbox](https://revisit.dev/docs/typedoc/interfaces/CheckboxResponse/), [radio](https://revisit.dev/docs/typedoc/interfaces/RadioResponse/), [slider](https://revisit.dev/docs/typedoc/interfaces/SliderResponse/), [ranking widget](https://revisit.dev/docs/typedoc/interfaces/RankingResponse/) and [buttons](https://revisit.dev/docs/typedoc/interfaces/ButtonsResponse/).
-
-You'll also see how to randomize the order of options within a question, as well as the order of questions within a form.
-
-Make sure to review [the documentation for BaseResponse](https://revisit.dev/docs/typedoc/interfaces/BaseResponse/).
diff --git a/public/demo-survey/config.json b/public/demo-survey/config.json
deleted file mode 100644
index 6be3d90de9..0000000000
--- a/public/demo-survey/config.json
+++ /dev/null
@@ -1,693 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Form Elements Demo",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-30",
- "description": "A demo of form elements in reVISit.",
- "organizations": [
- "University of Utah",
- "WPI"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-survey/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "enumerateQuestions": true
- },
- "components": {
- "Introduction": {
- "type": "markdown",
- "path": "demo-survey/assets/introduction.md",
- "response": []
- },
- "Form Elements": {
- "type": "questionnaire",
- "response": [
- {
- "id": "title",
- "type": "textOnly",
- "prompt": "# Form Element\n\n This page shows many of the form elements that are supported in reVISit.",
- "restartEnumeration": true
- },
- {
- "id": "textFieldDemo",
- "type": "textOnly",
- "prompt": "## This is a level 2 text header\n\n ### This is a level 3 subheader\n\n You can use text fields with markdown headings to structure your survey. You can make it **bold** or *italic*. You can also add links like [this](https://revisit.dev). Markdown also works in question prompts and secondary text."
- },
- {
- "id": "numericalInputTitle",
- "type": "textOnly",
- "prompt": "## Numerical Inputs",
- "restartEnumeration": true
- },
- {
- "id": "q-numerical",
- "prompt": "Numerical example",
- "secondaryText": "A numeric example that is required to complete and has an option to say 'Don't know'.",
- "infoText": "This numerical input accepts values between 0 and 100.",
- "type": "numerical",
- "placeholder": "Enter your age here, range from 0 - 100",
- "max": 100,
- "min": 0,
- "withDontKnow": true
- },
- {
- "id": "q-slider",
- "prompt": "Slider example",
- "secondaryText": "A slider for 0-100 with 3 breakpoints for bad, mid, and good",
- "infoText": "Use the slider to indicate your rating on a scale from 'Bad' to 'Good'.",
- "type": "slider",
- "startingValue": 50,
- "spacing": 50,
- "options": [
- {
- "label": "Bad",
- "value": 0
- },
- {
- "label": "Mid",
- "value": 50
- },
- {
- "label": "Good",
- "value": 100
- }
- ]
- },
- {
- "id": "textInputTitle",
- "type": "textOnly",
- "prompt": "## Text Inputs",
- "restartEnumeration": true
- },
- {
- "id": "q-short-text",
- "prompt": "Short text example",
- "secondaryText": "A short text example",
- "infoText": "Your response can be a few words or a short sentence.",
- "type": "shortText",
- "placeholder": "Enter your answer here"
- },
- {
- "id": "q-long-text",
- "prompt": "Long text example",
- "secondaryText": "A text box for long text",
- "infoText": "Your response can be a detailed explanation or multiple sentences.",
- "type": "longText",
- "placeholder": "Enter your long comments here"
- },
- {
- "id": "radioInputTitle",
- "type": "textOnly",
- "prompt": "## Dropdowns, Radios, Checkboxes and Buttons",
- "restartEnumeration": true
- },
- {
- "id": "q-dropdown",
- "prompt": "Dropdown example – which chart do you like best?",
- "secondaryText": "You can specify secondary text to clarify your question.",
- "infoText": "Select the chart type you prefer from the dropdown menu.",
- "type": "dropdown",
- "placeholder": "Enter your preference",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar"
- ]
- },
- {
- "id": "q-multiselect-dropdown",
- "prompt": "Multiselect dropdown example - which chart have you used before?",
- "secondaryText": "Dropdown for multi-selection",
- "infoText": "Select the chart types you have used before. You have to select at least 2 options and up to 3 options.",
- "type": "dropdown",
- "placeholder": "Enter your responses",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar",
- "Line",
- "Scatter",
- "Histogram"
- ],
- "minSelections": 2,
- "maxSelections": 3
- },
- {
- "id": "q-checkbox",
- "prompt": "Checkbox example, but this time with a long title that makes a ton of sense and is really cool",
- "secondaryText": "Checkboxes for multi-selection",
- "infoText": "Select your top 2 choices from the available options.",
- "minSelections": 2,
- "maxSelections": 2,
- "type": "checkbox",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "withOther": true
- },
- {
- "id": "q-checkbox-horizontal",
- "prompt": "Horizontal Checkbox example, but this time with a long title that makes a ton of sense and is really cool",
- "secondaryText": "Checkboxes for multi-selection",
- "infoText": "Select your top 2 choices from the available options.",
- "minSelections": 2,
- "maxSelections": 2,
- "type": "checkbox",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "horizontal": true,
- "withOther": true
- },
- {
- "id": "q-radio",
- "prompt": "Radio button example",
- "secondaryText": "Radio buttons for single selection",
- "infoText": "Select the option that best represents your choice.",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2"
- ],
- "withOther": true
- },
- {
- "id": "q-radio-horizontal",
- "prompt": "Horizontal Radio button example",
- "secondaryText": "Radio buttons for single selection",
- "infoText": "Select the option that best represents your choice.",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2 this is long a long option that will wrap"
- ],
- "horizontal": true,
- "withOther": true
- },
- {
- "id": "q-buttons",
- "type": "buttons",
- "prompt": "Buttons example",
- "secondaryText": "Buttons that function as radio buttons, but look like buttons. Control with the arrow keys.",
- "infoText": "Choose the option that best represents your answer.",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3",
- "Option 4"
- ]
- },
- {
- "id": "divider1",
- "type": "divider"
- },
- {
- "id": "matrixHeaderTitle",
- "type": "textOnly",
- "prompt": "## Likert Scales and Matrix Form Elements\n\n Matrix form elements allow you to ask a series of related questions that share the same set of answer options. This is useful for Likert scales, satisfaction ratings, and categorization tasks.",
- "restartEnumeration": true
- },
- {
- "id": "q-likert",
- "prompt": "Likert scale example",
- "secondaryText": "A Likert example with 9 items, also showing how to add a divider after the element.",
- "infoText": "This is a 9-point Likert scale from 'Dislike' to 'Like'. Select the number that best represents your opinion.",
- "type": "likert",
- "numItems": 9,
- "rightLabel": "Like",
- "leftLabel": "Dislike"
- },
- {
- "id": "divider2",
- "type": "divider"
- },
- {
- "id": "q-multi-satisfaction",
- "prompt": "Rate your satisfaction from 1 (Highly Unsatisfied) to 5 (Highly Satisfied) for the following items.",
- "secondaryText": "A simple matrix of Likert responses with predefined options for satisfaction.",
- "infoText": "This is a matrix radio where you rate each item on a 5 point scale from 'Highly Unsatisfied' to 'Highly Satisfied'.",
- "type": "matrix-radio",
- "answerOptions": "satisfaction5",
- "questionOptions": [
- "The tool we created",
- "The technique we developed",
- "The authors of the tools"
- ]
- },
- {
- "id": "multi-custom",
- "prompt": "Which categories do the following items belong to?",
- "secondaryText": "A matrix of checkboxes with custom options for categorization.",
- "infoText": "For each animal, select all the categories that apply. You can select multiple checkboxes per row.",
- "type": "matrix-checkbox",
- "answerOptions": [
- "Has Legs",
- "Has Wings",
- "Can Swim"
- ],
- "questionOptions": [
- "Dog",
- "Snake",
- "Eagle",
- "Salmon",
- "Platypus"
- ]
- }
- ]
- },
- "Randomizing Options": {
- "type": "questionnaire",
- "response": [
- {
- "id": "textField",
- "type": "textOnly",
- "prompt": "# Randomizing responses within a form element. \n\n This shows how to randomize the order of questions inside a matrix response and how to randomize the order of options for buttons, checkboxes and radio questions.",
- "restartEnumeration": true
- },
- {
- "id": "q-multi-satisfaction",
- "prompt": "Matrix Radio example",
- "secondaryText": "The order of questions is randomized",
- "type": "matrix-radio",
- "answerOptions": "satisfaction5",
- "questionOptions": [
- "Question 1",
- "Question 2",
- "Question 3"
- ],
- "questionOrder": "random"
- },
- {
- "id": "multi-custom",
- "prompt": "Matrix Checkbox example",
- "secondaryText": "The order of questions is randomized",
- "type": "matrix-checkbox",
- "answerOptions": [
- "Answer 1",
- "Answer 2",
- "Answer 3"
- ],
- "questionOptions": [
- "Question 1",
- "Question 2",
- "Question 3"
- ],
- "questionOrder": "random"
- },
- {
- "id": "q-checkbox",
- "prompt": "Checkbox example",
- "secondaryText": "The order of options is randomized",
- "minSelections": 2,
- "maxSelections": 2,
- "type": "checkbox",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "optionOrder": "random",
- "withOther": true
- },
- {
- "id": "q-checkbox-horizontal",
- "prompt": "Horizontal Checkbox example",
- "secondaryText": "The order of options is randomized",
- "minSelections": 2,
- "maxSelections": 2,
- "type": "checkbox",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "optionOrder": "random",
- "horizontal": true,
- "withOther": true
- },
- {
- "id": "q-radio",
- "prompt": "Radio button example",
- "secondaryText": "The order of options is randomized",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3",
- "Option 4"
- ],
- "optionOrder": "random"
- },
- {
- "id": "q-radio-horizontal",
- "prompt": "Horizontal Radio button example",
- "secondaryText": "The order of options is randomized",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3",
- "Option 4"
- ],
- "horizontal": true,
- "optionOrder": "random"
- },
- {
- "id": "q-buttons",
- "type": "buttons",
- "prompt": "Buttons example",
- "secondaryText": "The order of options is randomized",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3",
- "Option 4"
- ],
- "optionOrder": "random"
- }
- ]
- },
- "Randomizing Questions": {
- "type": "questionnaire",
- "response": [
- {
- "id": "textField",
- "type": "textOnly",
- "prompt": "# Randomizing Questions in a Form\n\n This shows how to randomize the order of questions in the form. Notice how the number before each question is different from the order number specified in the text. Note that currently the title is not randomized; you can exclude a form element from being randomized if you need to.",
- "excludeFromRandomization": true
- },
- {
- "id": "q-dropdown",
- "prompt": "**Order: 1** Dropdown example",
- "type": "dropdown",
- "placeholder": "Select an option",
- "options": [
- "Option 1",
- "Option 2"
- ]
- },
- {
- "id": "q-likert",
- "prompt": "**Order: 2:** Likert scale example",
- "type": "likert",
- "numItems": 9,
- "rightLabel": "Like",
- "leftLabel": "Dislike"
- },
- {
- "id": "q-short-text",
- "prompt": "**Order: 3:** Short text example",
- "type": "shortText",
- "placeholder": "Enter your answer here"
- },
- {
- "id": "q-radio",
- "prompt": "**Order: 4:** Radio button example",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2"
- ]
- },
- {
- "id": "q-slider",
- "prompt": "**Order: 5:** Slider example",
- "type": "slider",
- "startingValue": 50,
- "options": [
- {
- "label": "Bad",
- "value": 0
- },
- {
- "label": "Mid",
- "value": 50
- },
- {
- "label": "Good",
- "value": 100
- }
- ]
- }
- ],
- "responseOrder": "random"
- },
- "Ranking Widgets": {
- "type": "questionnaire",
- "response": [
- {
- "id": "rankingTitle",
- "type": "textOnly",
- "prompt": "# Ranking Widgets\n\n This page shows the three types of ranking widgets available in reVISit: sublist ranking, categorical ranking, and pairwise ranking."
- },
- {
- "id": "ranking-sublist",
- "type": "ranking-sublist",
- "prompt": "Rank your top 2 favorite fruits from the list below.",
- "location": "belowStimulus",
- "options": [
- "Apple",
- "Banana",
- "Orange",
- "Strawberry",
- "Grapes"
- ],
- "numItems": 2,
- "required": false
- },
- {
- "id": "ranking-categorical",
- "type": "ranking-categorical",
- "prompt": "Sort these hobbies into the categories of HIGH, MEDIUM, and LOW based on your level of interest.",
- "location": "belowStimulus",
- "options": [
- "Drawing",
- "Singing",
- "Hiking",
- "Dancing",
- "Photography"
- ],
- "required": false
- },
- {
- "id": "ranking-pairwise",
- "type": "ranking-pairwise",
- "prompt": "Which meal would you prefer?",
- "location": "belowStimulus",
- "options": [
- "Pizza",
- "Sushi",
- "Burger",
- "Pasta",
- "Salad",
- "Tacos"
- ],
- "required": false
- }
- ]
- },
- "Sidebar Form Elements": {
- "type": "questionnaire",
- "response": [
- {
- "id": "title",
- "type": "textOnly",
- "prompt": "# Form Elements in Sidebars \n\n This page shows form elements that can be used in the sidebar. \n\n For all elements that have horizontal and vertical variants, you should always use the vertical one in the sidebars. \n\n Matrix form elements are not supported in the sidebar. \n\n Limit Likert scales to 7 or less to fit. \n\n Limit the number of buttons to avoid overflow.",
- "restartEnumeration": true
- },
- {
- "id": "numericalInputTitle",
- "type": "textOnly",
- "prompt": "## Numerical Inputs",
- "restartEnumeration": true,
- "location": "sidebar"
- },
- {
- "id": "q-numerical",
- "prompt": "Numerical example",
- "secondaryText": "A numeric example that is required to complete and has an option to say 'Don't know'.",
- "type": "numerical",
- "placeholder": "Enter your age here, range from 0 - 100",
- "max": 100,
- "min": 0,
- "withDontKnow": true,
- "location": "sidebar"
- },
- {
- "id": "q-slider",
- "prompt": "Slider example",
- "secondaryText": "A slider for 0-100 with 3 breakpoints for bad, mid, and good",
- "type": "slider",
- "startingValue": 50,
- "spacing": 50,
- "options": [
- {
- "label": "Bad",
- "value": 0
- },
- {
- "label": "Mid",
- "value": 50
- },
- {
- "label": "Good",
- "value": 100
- }
- ],
- "location": "sidebar"
- },
- {
- "id": "textInputTitle",
- "type": "textOnly",
- "prompt": "## Text Inputs",
- "restartEnumeration": true,
- "location": "sidebar"
- },
- {
- "id": "q-short-text",
- "prompt": "Short text example",
- "secondaryText": "A short text example",
- "type": "shortText",
- "placeholder": "Enter your answer here",
- "location": "sidebar"
- },
- {
- "id": "q-long-text",
- "prompt": "Long text example",
- "secondaryText": "A text box for long text",
- "type": "longText",
- "placeholder": "Enter your long comments here",
- "location": "sidebar"
- },
- {
- "id": "radioInputTitle",
- "type": "textOnly",
- "prompt": "## Dropdowns, Radios, Checkboxes and Buttons",
- "restartEnumeration": true,
- "location": "sidebar"
- },
- {
- "id": "q-dropdown",
- "prompt": "Dropdown example – which chart do you like best?",
- "secondaryText": "You can specify secondary text to clarify your question.",
- "type": "dropdown",
- "placeholder": "Enter your preference",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar"
- ],
- "location": "sidebar"
- },
- {
- "id": "q-multiselect-dropdown",
- "prompt": "Multiselect dropdown example - which chart have you used before?",
- "secondaryText": "Dropdown for multi-selection",
- "infoText": "Select the chart types you have used before. You have to select at least 2 options and up to 3 options.",
- "type": "dropdown",
- "placeholder": "Enter your responses",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar",
- "Line",
- "Scatter",
- "Histogram"
- ],
- "location": "sidebar",
- "minSelections": 2,
- "maxSelections": 3
- },
- {
- "id": "q-checkbox",
- "prompt": "Checkbox example, but this time with a long title that makes a ton of sense and is really cool",
- "secondaryText": "Checkboxes for multi-selection",
- "minSelections": 2,
- "maxSelections": 2,
- "type": "checkbox",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "withOther": true,
- "location": "sidebar"
- },
- {
- "id": "q-radio",
- "prompt": "Radio button example",
- "secondaryText": "Radio buttons for single selection",
- "type": "radio",
- "options": [
- "Option 1",
- "Option 2"
- ],
- "withOther": true,
- "location": "sidebar"
- },
- {
- "id": "q-buttons",
- "type": "buttons",
- "prompt": "Buttons example",
- "secondaryText": "Buttons that function as radio buttons, but look like buttons. Control with the arrow keys.",
- "options": [
- "Option 1",
- "Option 2",
- "Option 3"
- ],
- "location": "sidebar"
- },
- {
- "id": "divider",
- "type": "divider",
- "location": "sidebar"
- },
- {
- "id": "matrixHeaderTitle",
- "type": "textOnly",
- "prompt": "## Likert Scales and Matrix Form Elements\n\n Matrix form elements allow you to ask a series of related questions that share the same set of answer options. This is useful for Likert scales, satisfaction ratings, and categorization tasks.",
- "restartEnumeration": true,
- "location": "sidebar"
- },
- {
- "id": "q-likert",
- "prompt": "Likert scale example",
- "secondaryText": "A Likert example with 7 items",
- "type": "likert",
- "numItems": 7,
- "rightLabel": "Like",
- "leftLabel": "Dislike",
- "location": "sidebar"
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "Introduction",
- "Form Elements",
- "Randomizing Options",
- "Randomizing Questions",
- "Ranking Widgets",
- "Sidebar Form Elements"
- ]
- }
-}
\ No newline at end of file
diff --git a/public/demo-training/assets/help.md b/public/demo-training/assets/help.md
deleted file mode 100644
index 2e3a1e5c31..0000000000
--- a/public/demo-training/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-Provide help text here to help participants pass the training.
\ No newline at end of file
diff --git a/public/demo-training/config.json b/public/demo-training/config.json
deleted file mode 100644
index f314bc4ad3..0000000000
--- a/public/demo-training/config.json
+++ /dev/null
@@ -1,164 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "How To Do Training Demo",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-01-10",
- "description": "A demo of how to do training.",
- "organizations": [
- "University of Utah",
- "WPI"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-training/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true
- },
- "components": {
- "simple-dropbox": {
- "type": "questionnaire",
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "q-mark-type",
- "type": "dropdown",
- "prompt": "What is the most efficient visual mark?",
- "secondaryText": "Hint: it's not round.",
- "location": "sidebar",
- "placeholder": "Choose mark",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar"
- ]
- }
- ],
- "correctAnswer": [
- {
- "id": "q-mark-type",
- "answer": "Bar"
- }
- ],
- "provideFeedback": true,
- "allowFailedTraining": true,
- "trainingAttempts": 4
- },
- "slider-range": {
- "type": "questionnaire",
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "slider-question",
- "prompt": "Pick a value half-way.",
- "secondaryText": "Try to get the middle value",
- "location": "sidebar",
- "type": "slider",
- "options": [
- {
- "label": "0",
- "value": 0
- },
- {
- "label": "50",
- "value": 50
- }
- ]
- }
- ],
- "correctAnswer": [
- {
- "id": "slider-question",
- "answer": 25,
- "acceptableLow": 22,
- "acceptableHigh": 28
- }
- ],
- "provideFeedback": true,
- "allowFailedTraining": false,
- "trainingAttempts": 4
- },
- "multiSelectCheckbox": {
- "type": "questionnaire",
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "quiz",
- "prompt": "Select A, D, F",
- "required": true,
- "location": "sidebar",
- "type": "checkbox",
- "options": [
- "A",
- "B",
- "C",
- "D",
- "E",
- "F",
- "G"
- ]
- }
- ],
- "correctAnswer": [
- {
- "id": "quiz",
- "answer": ["A","D","F"]
- }
- ],
- "provideFeedback": true,
- "allowFailedTraining": false,
- "trainingAttempts": 4
- },
- "main-page-text-field": {
- "type": "questionnaire",
- "nextButtonLocation": "belowStimulus",
- "response": [
- {
- "id": "vowel-question",
- "prompt": "Respond with a vowel",
- "secondaryText": "Just one! Right now, only a works.",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Enter a single vowel."
- },
- {
- "id": "consonant-question",
- "prompt": "Respond with a consonant",
- "secondaryText": "Just one! Right now, only s works.",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Enter a single consonant."
- }
- ],
- "correctAnswer": [
- {
- "id": "vowel-question",
- "answer": "a"
- },
- {
- "id": "consonant-question",
- "answer": "s"
- }
- ],
- "provideFeedback": true,
- "allowFailedTraining": false,
- "trainingAttempts": 4
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "simple-dropbox",
- "slider-range",
- "multiSelectCheckbox",
- "main-page-text-field"
- ]
- }
-}
\ No newline at end of file
diff --git a/public/demo-upset/config.json b/public/demo-upset/config.json
deleted file mode 100644
index 50e4d2a828..0000000000
--- a/public/demo-upset/config.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Upset plots",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-02-20",
- "description": "A demo of the Upset component using @visdesignlab/upset2-react as a React component.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": false
- },
- "components": {
- "upset": {
- "type": "react-component",
- "path": "demo-upset/assets/Upset.tsx",
- "response": []
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "upset"
- ]
- }
-}
diff --git a/public/demo-vega/assets/help.md b/public/demo-vega/assets/help.md
deleted file mode 100644
index ef9a193e82..0000000000
--- a/public/demo-vega/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a demo study that using visualization built by [Vega](https://vega.github.io/vega/).
diff --git a/public/demo-vega/assets/introduction.md b/public/demo-vega/assets/introduction.md
deleted file mode 100644
index 577c869aca..0000000000
--- a/public/demo-vega/assets/introduction.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Introduction
-
-This is a demo study that uses stimuli built with [Vega](https://vega.github.io/vega/). reVISit supports both Vega and [Vega-lite](https://vega.github.io/vega-lite/) based stimuli.
-
-Make sure to review [the documentation for vega stimuli](https://revisit.dev/docs/designing-studies/vega-stimulus/).
-
-With Vega, reVISit can also track user interactions. To track interactions, define them using [Signals](https://vega.github.io/vega/docs/signals/).
-
-## Vega Demo 1
-The first demo is a basic bar chart with hover interaction to show tooltips. Participants need to click on the chart to answer the question.
-
-## Vega Demo 2
-The second demo is a more complex visualization. It uses a movies dataset, participants can select which attributes to use for the scatter plot axis.
-
-
diff --git a/public/demo-vega/config.json b/public/demo-vega/config.json
deleted file mode 100644
index 3646ac3410..0000000000
--- a/public/demo-vega/config.json
+++ /dev/null
@@ -1,297 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Vega Stimuli Demo",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-01-19",
- "description": "A demo of vega stimuli",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-vega/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-vega/assets/introduction.md",
- "response": []
- },
- "vegademo1": {
- "meta": {
- "metadata": 1
- },
- "description": "A demonstration of including a Vega visualization in the config.",
- "instruction": "Click on the bar with the highest value.",
- "type": "vega",
- "withActions": false,
- "config": {
- "$schema": "https://vega.github.io/schema/vega/v5.json",
- "width": 400,
- "height": 200,
- "padding": {
- "left": 5,
- "right": 5,
- "top": 5,
- "bottom": 5
- },
- "data": [
- {
- "name": "table",
- "values": [
- {
- "category": "A",
- "amount": 28
- },
- {
- "category": "B",
- "amount": 55
- },
- {
- "category": "C",
- "amount": 43
- },
- {
- "category": "D",
- "amount": 91
- },
- {
- "category": "E",
- "amount": 81
- },
- {
- "category": "F",
- "amount": 53
- },
- {
- "category": "G",
- "amount": 19
- },
- {
- "category": "H",
- "amount": 87
- }
- ]
- }
- ],
- "config": {
- "signals": [
- {
- "name": "tooltip",
- "value": {},
- "on": [
- {
- "events": "rect:mouseover",
- "update": "datum"
- },
- {
- "events": "rect:mouseout",
- "update": "{}"
- }
- ]
- },
- {
- "name": "revisitAnswer",
- "value": {},
- "on": [
- {
- "events": "rect:click",
- "update": "{responseId: 'vegaDemoResponse1', response: datum.category}"
- }
- ]
- }
- ]
- },
- "scales": [
- {
- "name": "xscale",
- "type": "band",
- "domain": {
- "data": "table",
- "field": "category"
- },
- "range": "width"
- },
- {
- "name": "yscale",
- "domain": {
- "data": "table",
- "field": "amount"
- },
- "nice": true,
- "range": "height"
- }
- ],
- "axes": [
- {
- "orient": "bottom",
- "scale": "xscale"
- },
- {
- "orient": "left",
- "scale": "yscale"
- }
- ],
- "marks": [
- {
- "type": "rect",
- "from": {
- "data": "table"
- },
- "encode": {
- "enter": {
- "x": {
- "scale": "xscale",
- "field": "category",
- "offset": 1
- },
- "width": {
- "scale": "xscale",
- "band": 1,
- "offset": -1
- },
- "y": {
- "scale": "yscale",
- "field": "amount"
- },
- "y2": {
- "scale": "yscale",
- "value": 0
- }
- },
- "update": {
- "fill": [
- {
- "test": "datum.category === tooltip.category",
- "value": "red"
- },
- {
- "value": "steelblue"
- }
- ]
- }
- }
- },
- {
- "type": "text",
- "encode": {
- "enter": {
- "align": {
- "value": "center"
- },
- "baseline": {
- "value": "bottom"
- },
- "fill": {
- "value": "#333"
- }
- },
- "update": {
- "x": {
- "scale": "xscale",
- "signal": "tooltip.category",
- "band": 0.5
- },
- "y": {
- "scale": "yscale",
- "signal": "tooltip.amount",
- "offset": -2
- },
- "text": {
- "signal": "tooltip.category"
- },
- "fillOpacity": [
- {
- "test": "datum.category === tooltip.category",
- "value": 0
- },
- {
- "value": 1
- }
- ]
- }
- }
- }
- ]
- },
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "vegaDemoResponse1",
- "prompt": "You selected:",
- "location": "sidebar",
- "type": "reactive"
- },
- {
- "id": "vegaDemoConfidence1",
- "prompt": "How confident are you with your answer?",
- "location": "sidebar",
- "type": "slider",
- "options": [
- {
- "label": "Low",
- "value": 0
- },
- {
- "label": "High",
- "value": 100
- }
- ]
- }
- ]
- },
- "vegademo2": {
- "meta": {
- "metadata": 1
- },
- "description": "A demonstration of including a Vega visualization in an external file.",
- "instruction": "Select the movie with highest World Wide Gross.",
- "type": "vega",
- "path": "demo-vega/specs/vegademo2.specs.json",
- "nextButtonLocation": "sidebar",
- "response": [
- {
- "id": "vegaDemoResponse1",
- "prompt": "You selected:",
- "location": "sidebar",
- "type": "reactive"
- },
- {
- "id": "vegaDemoConfidence1",
- "prompt": "How confident are you with your answer?",
- "location": "sidebar",
- "type": "slider",
- "options": [
- {
- "label": "Low",
- "value": 0
- },
- {
- "label": "High",
- "value": 100
- }
- ]
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "vegademo1",
- "vegademo2"
- ]
- }
-}
diff --git a/public/demo-vega/data/movies.json b/public/demo-vega/data/movies.json
deleted file mode 100644
index 3ad66fb5c7..0000000000
--- a/public/demo-vega/data/movies.json
+++ /dev/null
@@ -1,57620 +0,0 @@
-[
- {
- "Title": "The Land Girls",
- "US Gross": 146083,
- "Worldwide Gross": 146083,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jun 12 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1071
- },
- {
- "Title": "First Love, Last Rites",
- "US Gross": 10876,
- "Worldwide Gross": 10876,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Aug 07 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 207
- },
- {
- "Title": "I Married a Strange Person",
- "US Gross": 203134,
- "Worldwide Gross": 203134,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Aug 28 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 865
- },
- {
- "Title": "Let's Talk About Sex",
- "US Gross": 373615,
- "Worldwide Gross": 373615,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Sep 11 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Slam",
- "US Gross": 1009819,
- "Worldwide Gross": 1087521,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Oct 09 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 3.4,
- "IMDB Votes": 165
- },
- {
- "Title": "Mississippi Mermaid",
- "US Gross": 24551,
- "Worldwide Gross": 2624551,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Jan 15 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Following",
- "US Gross": 44705,
- "Worldwide Gross": 44705,
- "US DVD Sales": null,
- "Production Budget": 6000,
- "Release Date": "Apr 04 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Zeitgeist",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 15133
- },
- {
- "Title": "Foolish",
- "US Gross": 6026908,
- "Worldwide Gross": 6026908,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Apr 09 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 353
- },
- {
- "Title": "Pirates",
- "US Gross": 1641825,
- "Worldwide Gross": 6341825,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 01 1986",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.8,
- "IMDB Votes": 3275
- },
- {
- "Title": "Duel in the Sun",
- "US Gross": 20400000,
- "Worldwide Gross": 20400000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 31 2046",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7,
- "IMDB Votes": 2906
- },
- {
- "Title": "Tom Jones",
- "US Gross": 37600000,
- "Worldwide Gross": 37600000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Oct 07 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7,
- "IMDB Votes": 4035
- },
- {
- "Title": "Oliver!",
- "US Gross": 37402877,
- "Worldwide Gross": 37402877,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 11 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.5,
- "IMDB Votes": 9111
- },
- {
- "Title": "To Kill A Mockingbird",
- "US Gross": 13129846,
- "Worldwide Gross": 13129846,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 25 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.4,
- "IMDB Votes": 82786
- },
- {
- "Title": "Tora, Tora, Tora",
- "US Gross": 29548291,
- "Worldwide Gross": 29548291,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 23 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Richard Fleischer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Hollywood Shuffle",
- "US Gross": 5228617,
- "Worldwide Gross": 5228617,
- "US DVD Sales": null,
- "Production Budget": 100000,
- "Release Date": "Mar 01 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 6.8,
- "IMDB Votes": 1532
- },
- {
- "Title": "Over the Hill to the Poorhouse",
- "US Gross": 3000000,
- "Worldwide Gross": 3000000,
- "US DVD Sales": null,
- "Production Budget": 100000,
- "Release Date": "Sep 17 2020",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Wilson",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 5200000,
- "Release Date": "Aug 01 2044",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 451
- },
- {
- "Title": "Darling Lili",
- "US Gross": 5000000,
- "Worldwide Gross": 5000000,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jan 01 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Blake Edwards",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 858
- },
- {
- "Title": "The Ten Commandments",
- "US Gross": 80000000,
- "Worldwide Gross": 80000000,
- "US DVD Sales": null,
- "Production Budget": 13500000,
- "Release Date": "Oct 05 1956",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 2.5,
- "IMDB Votes": 1677
- },
- {
- "Title": "12 Angry Men",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 340000,
- "Release Date": "Apr 13 1957",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.9,
- "IMDB Votes": 119101
- },
- {
- "Title": "Twelve Monkeys",
- "US Gross": 57141459,
- "Worldwide Gross": 168841459,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Dec 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Short Film",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.1,
- "IMDB Votes": 169858
- },
- {
- "Title": 1776,
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Nov 09 1972",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 7,
- "IMDB Votes": 4099
- },
- {
- "Title": 1941,
- "US Gross": 34175000,
- "Worldwide Gross": 94875000,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Dec 14 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 13364
- },
- {
- "Title": "Chacun sa nuit",
- "US Gross": 18435,
- "Worldwide Gross": 18435,
- "US DVD Sales": null,
- "Production Budget": 1900000,
- "Release Date": "Jun 29 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 365
- },
- {
- "Title": "2001: A Space Odyssey",
- "US Gross": 56700000,
- "Worldwide Gross": 68700000,
- "US DVD Sales": null,
- "Production Budget": 10500000,
- "Release Date": "Apr 02 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.4,
- "IMDB Votes": 160342
- },
- {
- "Title": "20,000 Leagues Under the Sea",
- "US Gross": 28200000,
- "Worldwide Gross": 28200000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 23 1954",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": "Richard Fleischer",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "20,000 Leagues Under the Sea",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Dec 24 2016",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "24 7: Twenty Four Seven",
- "US Gross": 72544,
- "Worldwide Gross": 72544,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Apr 15 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Shane Meadows",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1417
- },
- {
- "Title": "Twin Falls Idaho",
- "US Gross": 985341,
- "Worldwide Gross": 1027228,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jul 30 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Polish",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.1,
- "IMDB Votes": 2810
- },
- {
- "Title": "Three Kingdoms: Resurrection of the Dragon",
- "US Gross": 0,
- "Worldwide Gross": 22139590,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 03 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "3 Men and a Baby",
- "US Gross": 167780960,
- "Worldwide Gross": 167780960,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 25 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Leonard Nimoy",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 16764
- },
- {
- "Title": "3 Ninjas Kick Back",
- "US Gross": 11744960,
- "Worldwide Gross": 11744960,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "May 06 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 3.2,
- "IMDB Votes": 3107
- },
- {
- "Title": "Forty Shades of Blue",
- "US Gross": 75828,
- "Worldwide Gross": 172569,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Sep 28 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Vitagraph Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 873
- },
- {
- "Title": "42nd Street",
- "US Gross": 2300000,
- "Worldwide Gross": 2300000,
- "US DVD Sales": null,
- "Production Budget": 439000,
- "Release Date": "Mar 09 2033",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.7,
- "IMDB Votes": 4263
- },
- {
- "Title": "Four Rooms",
- "US Gross": 4301000,
- "Worldwide Gross": 4301000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 25 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.4,
- "IMDB Votes": 34328
- },
- {
- "Title": "The Four Seasons",
- "US Gross": 42488161,
- "Worldwide Gross": 42488161,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "May 22 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alan Alda",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7,
- "IMDB Votes": 1814
- },
- {
- "Title": "Four Weddings and a Funeral",
- "US Gross": 52700832,
- "Worldwide Gross": 242895809,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Mar 09 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.1,
- "IMDB Votes": 39003
- },
- {
- "Title": "51 Birch Street",
- "US Gross": 84689,
- "Worldwide Gross": 84689,
- "US DVD Sales": null,
- "Production Budget": 350000,
- "Release Date": "Oct 18 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Truly Indie",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.4,
- "IMDB Votes": 439
- },
- {
- "Title": "55 Days at Peking",
- "US Gross": 10000000,
- "Worldwide Gross": 10000000,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Dec 31 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.8,
- "IMDB Votes": 2104
- },
- {
- "Title": "Nine 1/2 Weeks",
- "US Gross": 6734844,
- "Worldwide Gross": 6734844,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Feb 21 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adrian Lyne",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 12731
- },
- {
- "Title": "AstÈrix aux Jeux Olympiques",
- "US Gross": 999811,
- "Worldwide Gross": 132999811,
- "US DVD Sales": null,
- "Production Budget": 113500000,
- "Release Date": "Jul 04 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Alliance",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 5620
- },
- {
- "Title": "The Abyss",
- "US Gross": 54243125,
- "Worldwide Gross": 54243125,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Aug 09 1989",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.6,
- "IMDB Votes": 51018
- },
- {
- "Title": "Action Jackson",
- "US Gross": 20257000,
- "Worldwide Gross": 20257000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Feb 12 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Lorimar Motion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.6,
- "IMDB Votes": 3856
- },
- {
- "Title": "Ace Ventura: Pet Detective",
- "US Gross": 72217396,
- "Worldwide Gross": 107217396,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 04 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.6,
- "IMDB Votes": 63543
- },
- {
- "Title": "Ace Ventura: When Nature Calls",
- "US Gross": 108360063,
- "Worldwide Gross": 212400000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 10 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Oedekerk",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 51275
- },
- {
- "Title": "April Fool's Day",
- "US Gross": 12947763,
- "Worldwide Gross": 12947763,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 27 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Among Giants",
- "US Gross": 64359,
- "Worldwide Gross": 64359,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Mar 26 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 546
- },
- {
- "Title": "Annie Get Your Gun",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 3768785,
- "Release Date": "May 17 1950",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.1,
- "IMDB Votes": 1326
- },
- {
- "Title": "Alice in Wonderland",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jul 28 1951",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "RKO Radio Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 6.7,
- "IMDB Votes": 63458
- },
- {
- "Title": "The Princess and the Cobbler",
- "US Gross": 669276,
- "Worldwide Gross": 669276,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Aug 25 1995",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 893
- },
- {
- "Title": "The Alamo",
- "US Gross": 7900000,
- "Worldwide Gross": 7900000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 24 1960",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "John Wayne",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 5.9,
- "IMDB Votes": 10063
- },
- {
- "Title": "Alexander's Ragtime Band",
- "US Gross": 4000000,
- "Worldwide Gross": 4000000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 31 1937",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Alive",
- "US Gross": 36299670,
- "Worldwide Gross": 36299670,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Jan 15 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": "Frank Marshall",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 3.2,
- "IMDB Votes": 124
- },
- {
- "Title": "Amen",
- "US Gross": 274299,
- "Worldwide Gross": 274299,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jan 24 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Kino International",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Costa-Gavras",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 5416
- },
- {
- "Title": "American Graffiti",
- "US Gross": 115000000,
- "Worldwide Gross": 140000000,
- "US DVD Sales": null,
- "Production Budget": 777000,
- "Release Date": "Aug 11 1973",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "George Lucas",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.6,
- "IMDB Votes": 30952
- },
- {
- "Title": "American Ninja 2: The Confrontation",
- "US Gross": 4000000,
- "Worldwide Gross": 4000000,
- "US DVD Sales": null,
- "Production Budget": 350000,
- "Release Date": "Dec 31 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Sam Firstenberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.7,
- "IMDB Votes": 2495
- },
- {
- "Title": "The American President",
- "US Gross": 60022813,
- "Worldwide Gross": 107822813,
- "US DVD Sales": null,
- "Production Budget": 62000000,
- "Release Date": "Nov 17 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 6.8,
- "IMDB Votes": 22780
- },
- {
- "Title": "Annie Hall",
- "US Gross": 38251425,
- "Worldwide Gross": 38251425,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Apr 20 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.2,
- "IMDB Votes": 65406
- },
- {
- "Title": "Anatomie",
- "US Gross": 9598,
- "Worldwide Gross": 9598,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Sep 08 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 6266
- },
- {
- "Title": "The Adventures of Huck Finn",
- "US Gross": 24103594,
- "Worldwide Gross": 24103594,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Apr 02 1993",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 5.8,
- "IMDB Votes": 3095
- },
- {
- "Title": "The Apartment",
- "US Gross": 18600000,
- "Worldwide Gross": 24600000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 31 1959",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": null,
- "Director": "Billy Wilder",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.4,
- "IMDB Votes": 36485
- },
- {
- "Title": "Apocalypse Now",
- "US Gross": 78800000,
- "Worldwide Gross": 78800000,
- "US DVD Sales": 3479242,
- "Production Budget": 31500000,
- "Release Date": "Aug 15 1979",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.6,
- "IMDB Votes": 173141
- },
- {
- "Title": "Arachnophobia",
- "US Gross": 53208180,
- "Worldwide Gross": 53208180,
- "US DVD Sales": null,
- "Production Budget": 31000000,
- "Release Date": "Jul 18 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Frank Marshall",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.2,
- "IMDB Votes": 20528
- },
- {
- "Title": "Arn - Tempelriddaren",
- "US Gross": 0,
- "Worldwide Gross": 14900000,
- "US DVD Sales": null,
- "Production Budget": 16500000,
- "Release Date": "Dec 25 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6251
- },
- {
- "Title": "Arnolds Park",
- "US Gross": 23616,
- "Worldwide Gross": 23616,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Oct 19 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "The Movie Partners",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 77
- },
- {
- "Title": "Sweet Sweetback's Baad Asssss Song",
- "US Gross": 15200000,
- "Worldwide Gross": 15200000,
- "US DVD Sales": null,
- "Production Budget": 150000,
- "Release Date": "Jan 01 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 1769
- },
- {
- "Title": "And Then Came Love",
- "US Gross": 8158,
- "Worldwide Gross": 8158,
- "US DVD Sales": null,
- "Production Budget": 989000,
- "Release Date": "Jun 01 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Fox Meadow",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.4,
- "IMDB Votes": 200
- },
- {
- "Title": "Around the World in 80 Days",
- "US Gross": 42000000,
- "Worldwide Gross": 42000000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 17 1956",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 5.6,
- "IMDB Votes": 21516
- },
- {
- "Title": "Barbarella",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 10 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 5.7,
- "IMDB Votes": 10794
- },
- {
- "Title": "Barry Lyndon",
- "US Gross": 20000000,
- "Worldwide Gross": 20000000,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 31 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.1,
- "IMDB Votes": 39909
- },
- {
- "Title": "Barbarians, The",
- "US Gross": 800000,
- "Worldwide Gross": 800000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Mar 01 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 236
- },
- {
- "Title": "Babe",
- "US Gross": 63658910,
- "Worldwide Gross": 246100000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 04 1995",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Noonan",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.3,
- "IMDB Votes": 35644
- },
- {
- "Title": "Boynton Beach Club",
- "US Gross": 3127472,
- "Worldwide Gross": 3127472,
- "US DVD Sales": null,
- "Production Budget": 2900000,
- "Release Date": "Mar 24 2006",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Wingate Distribution",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Baby's Day Out",
- "US Gross": 16581575,
- "Worldwide Gross": 16581575,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jul 01 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Patrick Read Johnson",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5,
- "IMDB Votes": 8332
- },
- {
- "Title": "Bound by Honor",
- "US Gross": 4496583,
- "Worldwide Gross": 4496583,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Apr 16 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Taylor Hackford",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 10142
- },
- {
- "Title": "Bon Cop, Bad Cop",
- "US Gross": 12671300,
- "Worldwide Gross": 12671300,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Aug 04 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Alliance",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.9,
- "IMDB Votes": 151
- },
- {
- "Title": "Back to the Future",
- "US Gross": 210609762,
- "Worldwide Gross": 381109762,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jul 03 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.4,
- "IMDB Votes": 201598
- },
- {
- "Title": "Back to the Future Part II",
- "US Gross": 118450002,
- "Worldwide Gross": 332000000,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 22 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.5,
- "IMDB Votes": 87341
- },
- {
- "Title": "Back to the Future Part III",
- "US Gross": 87666629,
- "Worldwide Gross": 243700000,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "May 24 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.1,
- "IMDB Votes": 77541
- },
- {
- "Title": "Butch Cassidy and the Sundance Kid",
- "US Gross": 102308900,
- "Worldwide Gross": 102308900,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 24 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "George Roy Hill",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 8.2,
- "IMDB Votes": 57602
- },
- {
- "Title": "Bad Boys",
- "US Gross": 65647413,
- "Worldwide Gross": 141247413,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Apr 07 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.6,
- "IMDB Votes": 53929
- },
- {
- "Title": "Body Double",
- "US Gross": 8801940,
- "Worldwide Gross": 8801940,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 26 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.4,
- "IMDB Votes": 9738
- },
- {
- "Title": "The Beast from 20,000 Fathoms",
- "US Gross": 5000000,
- "Worldwide Gross": 5000000,
- "US DVD Sales": null,
- "Production Budget": 210000,
- "Release Date": "Jun 13 1953",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Beastmaster 2: Through the Portal of Time",
- "US Gross": 773490,
- "Worldwide Gross": 773490,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 30 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 3.3,
- "IMDB Votes": 1327
- },
- {
- "Title": "The Beastmaster",
- "US Gross": 10751126,
- "Worldwide Gross": 10751126,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Aug 20 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.7,
- "IMDB Votes": 5734
- },
- {
- "Title": "Ben-Hur",
- "US Gross": 9000000,
- "Worldwide Gross": 9000000,
- "US DVD Sales": null,
- "Production Budget": 3900000,
- "Release Date": "Dec 30 2025",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.2,
- "IMDB Votes": 58510
- },
- {
- "Title": "Ben-Hur",
- "US Gross": 73000000,
- "Worldwide Gross": 73000000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 18 1959",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": "William Wyler",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.2,
- "IMDB Votes": 58510
- },
- {
- "Title": "Benji",
- "US Gross": 31559560,
- "Worldwide Gross": 31559560,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Nov 15 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 5.8,
- "IMDB Votes": 1801
- },
- {
- "Title": "Before Sunrise",
- "US Gross": 5274005,
- "Worldwide Gross": 5274005,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Jan 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8,
- "IMDB Votes": 39705
- },
- {
- "Title": "Beauty and the Beast",
- "US Gross": 171340294,
- "Worldwide Gross": 403476931,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 13 1991",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": "Gary Trousdale",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 3.4,
- "IMDB Votes": 354
- },
- {
- "Title": "The Best Years of Our Lives",
- "US Gross": 23600000,
- "Worldwide Gross": 23600000,
- "US DVD Sales": null,
- "Production Budget": 2100000,
- "Release Date": "Nov 21 2046",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "RKO Radio Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "William Wyler",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.2,
- "IMDB Votes": 17338
- },
- {
- "Title": "The Ballad of Gregorio Cortez",
- "US Gross": 909000,
- "Worldwide Gross": 909000,
- "US DVD Sales": null,
- "Production Budget": 1305000,
- "Release Date": "Aug 19 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Embassy",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "My Big Fat Independent Movie",
- "US Gross": 4655,
- "Worldwide Gross": 4655,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Big Fat Movies",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 3.2,
- "IMDB Votes": 1119
- },
- {
- "Title": "Battle for the Planet of the Apes",
- "US Gross": 8800000,
- "Worldwide Gross": 8800000,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Dec 31 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": "Jack Lee Thompson",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5,
- "IMDB Votes": 6094
- },
- {
- "Title": "Big Things",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 50000,
- "Release Date": "Dec 31 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Bogus",
- "US Gross": 4357406,
- "Worldwide Gross": 4357406,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Sep 06 1996",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 4.8,
- "IMDB Votes": 2742
- },
- {
- "Title": "Beverly Hills Cop",
- "US Gross": 234760478,
- "Worldwide Gross": 316300000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 05 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Brest",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.3,
- "IMDB Votes": 45065
- },
- {
- "Title": "Beverly Hills Cop II",
- "US Gross": 153665036,
- "Worldwide Gross": 276665036,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "May 20 1987",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.1,
- "IMDB Votes": 29712
- },
- {
- "Title": "Beverly Hills Cop III",
- "US Gross": 42586861,
- "Worldwide Gross": 119180938,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "May 25 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Landis",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5,
- "IMDB Votes": 21199
- },
- {
- "Title": "The Black Hole",
- "US Gross": 35841901,
- "Worldwide Gross": 35841901,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 21 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7810
- },
- {
- "Title": "Bathory",
- "US Gross": 0,
- "Worldwide Gross": 3436763,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jul 10 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1446
- },
- {
- "Title": "Big",
- "US Gross": 114968774,
- "Worldwide Gross": 151668774,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 03 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Penny Marshall",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.2,
- "IMDB Votes": 49256
- },
- {
- "Title": "The Big Parade",
- "US Gross": 11000000,
- "Worldwide Gross": 22000000,
- "US DVD Sales": null,
- "Production Budget": 245000,
- "Release Date": "Jan 01 2025",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "King Vidor",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.4,
- "IMDB Votes": 2600
- },
- {
- "Title": "Boyz n the Hood",
- "US Gross": 56190094,
- "Worldwide Gross": 56190094,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Jul 12 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.8,
- "IMDB Votes": 30299
- },
- {
- "Title": "The Book of Mormon Movie, Volume 1: The Journey",
- "US Gross": 1660865,
- "Worldwide Gross": 1660865,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 12 2003",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Distributor Unknown",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Return to the Blue Lagoon",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 31 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 4632
- },
- {
- "Title": "Bright Lights, Big City",
- "US Gross": 16118077,
- "Worldwide Gross": 16118077,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 01 1988",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.8,
- "IMDB Votes": 11929
- },
- {
- "Title": "The Blue Bird",
- "US Gross": 887000,
- "Worldwide Gross": 887000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Dec 31 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Play",
- "Major Genre": null,
- "Creative Type": "Fantasy",
- "Director": "George Cukor",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 359
- },
- {
- "Title": "The Blue Butterfly",
- "US Gross": 1610194,
- "Worldwide Gross": 1610194,
- "US DVD Sales": null,
- "Production Budget": 10400000,
- "Release Date": "Feb 20 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Alliance",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.2,
- "IMDB Votes": 817
- },
- {
- "Title": "Blade Runner",
- "US Gross": 32656328,
- "Worldwide Gross": 33139618,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jun 25 1982",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 8.3,
- "IMDB Votes": 185546
- },
- {
- "Title": "Bloodsport",
- "US Gross": 11806119,
- "Worldwide Gross": 11806119,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Feb 26 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cannon",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 19816
- },
- {
- "Title": "The Blues Brothers",
- "US Gross": 57229890,
- "Worldwide Gross": 57229890,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jun 20 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Landis",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.9,
- "IMDB Votes": 62941
- },
- {
- "Title": "Blow Out",
- "US Gross": 13747234,
- "Worldwide Gross": 13747234,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jul 24 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Filmways Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.1,
- "IMDB Votes": 10239
- },
- {
- "Title": "De battre mon coeur s'est arrÍtÈ",
- "US Gross": 1023424,
- "Worldwide Gross": 8589831,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Jul 01 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WellSpring",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 7295
- },
- {
- "Title": "The Broadway Melody",
- "US Gross": 2800000,
- "Worldwide Gross": 4358000,
- "US DVD Sales": null,
- "Production Budget": 379000,
- "Release Date": "Dec 31 1928",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2017
- },
- {
- "Title": "Boom Town",
- "US Gross": 9172000,
- "Worldwide Gross": 9172000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 31 1939",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 1115
- },
- {
- "Title": "Bound",
- "US Gross": 3802260,
- "Worldwide Gross": 6300000,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Oct 04 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Wachowski",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.4,
- "IMDB Votes": 23564
- },
- {
- "Title": "Bang",
- "US Gross": 527,
- "Worldwide Gross": 527,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "Apr 01 1996",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "JeTi Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jeff \"\"King Jeff\"\" Hollins",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 369
- },
- {
- "Title": "Bananas",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Apr 28 1971",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.1,
- "IMDB Votes": 12415
- },
- {
- "Title": "Bill & Ted's Bogus Journey",
- "US Gross": 37537675,
- "Worldwide Gross": 37537675,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jul 19 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Peter Hewitt",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 5.8,
- "IMDB Votes": 20188
- },
- {
- "Title": "The Birth of a Nation",
- "US Gross": 10000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 110000,
- "Release Date": "Feb 08 2015",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.1,
- "IMDB Votes": 8901
- },
- {
- "Title": "The Ballad of Cable Hogue",
- "US Gross": 3500000,
- "Worldwide Gross": 5000000,
- "US DVD Sales": null,
- "Production Budget": 3716946,
- "Release Date": "May 13 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sam Peckinpah",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.3,
- "IMDB Votes": 3125
- },
- {
- "Title": "The Blood of Heroes",
- "US Gross": 882290,
- "Worldwide Gross": 882290,
- "US DVD Sales": null,
- "Production Budget": 7700000,
- "Release Date": "Feb 23 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2523
- },
- {
- "Title": "The Blood of My Brother: A Story of Death in Iraq",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 120000,
- "Release Date": "Jun 30 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Lifesize Entertainment",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.6,
- "IMDB Votes": 90
- },
- {
- "Title": "Boomerang",
- "US Gross": 70052444,
- "Worldwide Gross": 131052444,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jul 01 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.9,
- "IMDB Votes": 202
- },
- {
- "Title": "The Bridge on the River Kwai",
- "US Gross": 33300000,
- "Worldwide Gross": 33300000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 18 1957",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "David Lean",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8.4,
- "IMDB Votes": 58641
- },
- {
- "Title": "Born on the Fourth of July",
- "US Gross": 70001698,
- "Worldwide Gross": 70001698,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 20 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.2,
- "IMDB Votes": 32108
- },
- {
- "Title": "Basquiat",
- "US Gross": 2962051,
- "Worldwide Gross": 2962051,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 09 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Julian Schnabel",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.7,
- "IMDB Votes": 7935
- },
- {
- "Title": "Black Rain",
- "US Gross": 45892212,
- "Worldwide Gross": 45892212,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 22 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 4.1,
- "IMDB Votes": 137
- },
- {
- "Title": "Bottle Rocket",
- "US Gross": 407488,
- "Worldwide Gross": 407488,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Feb 21 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Short Film",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": "Wes Anderson",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.2,
- "IMDB Votes": 21980
- },
- {
- "Title": "Braindead",
- "US Gross": 242623,
- "Worldwide Gross": 242623,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 12 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 32827
- },
- {
- "Title": "The Bridges of Madison County",
- "US Gross": 71516617,
- "Worldwide Gross": 175516617,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jun 02 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.2,
- "IMDB Votes": 21923
- },
- {
- "Title": "The Brothers McMullen",
- "US Gross": 10426506,
- "Worldwide Gross": 10426506,
- "US DVD Sales": null,
- "Production Budget": 25000,
- "Release Date": "Aug 09 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edward Burns",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4365
- },
- {
- "Title": "Dracula",
- "US Gross": 82522790,
- "Worldwide Gross": 215862692,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 13 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 136
- },
- {
- "Title": "Broken Arrow",
- "US Gross": 70645997,
- "Worldwide Gross": 148345997,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Feb 09 1996",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 5.8,
- "IMDB Votes": 33584
- },
- {
- "Title": "Brainstorm",
- "US Gross": 8921050,
- "Worldwide Gross": 8921050,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 30 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.3,
- "IMDB Votes": 4410
- },
- {
- "Title": "Braveheart",
- "US Gross": 75545647,
- "Worldwide Gross": 209000000,
- "US DVD Sales": null,
- "Production Budget": 72000000,
- "Release Date": "May 24 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Mel Gibson",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 8.4,
- "IMDB Votes": 240642
- },
- {
- "Title": "Les BronzÈs 3: amis pour la vie",
- "US Gross": 0,
- "Worldwide Gross": 83833602,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Feb 01 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 1254
- },
- {
- "Title": "Brazil",
- "US Gross": 9929135,
- "Worldwide Gross": 9929135,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 18 1985",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Fantasy",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8,
- "IMDB Votes": 76635
- },
- {
- "Title": "Blazing Saddles",
- "US Gross": 119500000,
- "Worldwide Gross": 119500000,
- "US DVD Sales": null,
- "Production Budget": 2600000,
- "Release Date": "Jan 01 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.8,
- "IMDB Votes": 45771
- },
- {
- "Title": "The Basket",
- "US Gross": 609042,
- "Worldwide Gross": 609042,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 343
- },
- {
- "Title": "Bathing Beauty",
- "US Gross": 3500000,
- "Worldwide Gross": 3500000,
- "US DVD Sales": null,
- "Production Budget": 2361000,
- "Release Date": "Dec 31 1943",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 487
- },
- {
- "Title": "Bill & Ted's Excellent Adventure",
- "US Gross": 39916091,
- "Worldwide Gross": 39916091,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 17 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.7,
- "IMDB Votes": 30341
- },
- {
- "Title": "A Bridge Too Far",
- "US Gross": 50800000,
- "Worldwide Gross": 50800000,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Jun 15 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Sir Richard Attenborough",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.3,
- "IMDB Votes": 16882
- },
- {
- "Title": "Beetle Juice",
- "US Gross": 73326666,
- "Worldwide Gross": 73326666,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 30 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 61197
- },
- {
- "Title": "Batman Returns",
- "US Gross": 162831698,
- "Worldwide Gross": 266822354,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 18 1992",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.9,
- "IMDB Votes": 78673
- },
- {
- "Title": "Batman Forever",
- "US Gross": 184031112,
- "Worldwide Gross": 336529144,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jun 16 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.4,
- "IMDB Votes": 76218
- },
- {
- "Title": "Batman - The Movie",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1377800,
- "Release Date": "Aug 21 2001",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Batman",
- "US Gross": 251188924,
- "Worldwide Gross": 411348924,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jun 23 1989",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.6,
- "IMDB Votes": 111464
- },
- {
- "Title": "Buffy the Vampire Slayer",
- "US Gross": 14231669,
- "Worldwide Gross": 14231669,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jul 31 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.3,
- "IMDB Votes": 16056
- },
- {
- "Title": "Bienvenue chez les Ch'tis",
- "US Gross": 1470856,
- "Worldwide Gross": 243470856,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jul 25 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": 109,
- "Distributor": "Link Productions Ltd.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 7129
- },
- {
- "Title": "Beyond the Valley of the Dolls",
- "US Gross": 9000000,
- "Worldwide Gross": 9000000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Jan 01 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 5.7,
- "IMDB Votes": 4626
- },
- {
- "Title": "Broken Vessels",
- "US Gross": 15030,
- "Worldwide Gross": 85343,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Jul 02 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 399
- },
- {
- "Title": "The Boys from Brazil",
- "US Gross": 19000000,
- "Worldwide Gross": 19000000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 31 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": "Franklin J. Schaffner",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 7,
- "IMDB Votes": 8741
- },
- {
- "Title": "The Business of Fancy Dancing",
- "US Gross": 174682,
- "Worldwide Gross": 174682,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "May 10 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Outrider Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 355
- },
- {
- "Title": "Caddyshack",
- "US Gross": 39846344,
- "Worldwide Gross": 39846344,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jul 25 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.3,
- "IMDB Votes": 35436
- },
- {
- "Title": "Cape Fear",
- "US Gross": 79091969,
- "Worldwide Gross": 182291969,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 15 1991",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.3,
- "IMDB Votes": 47196
- },
- {
- "Title": "Clear and Present Danger",
- "US Gross": 122012656,
- "Worldwide Gross": 207500000,
- "US DVD Sales": null,
- "Production Budget": 62000000,
- "Release Date": "Aug 03 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.8,
- "IMDB Votes": 29612
- },
- {
- "Title": "Carrie",
- "US Gross": 25878153,
- "Worldwide Gross": 25878153,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Nov 16 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.4,
- "IMDB Votes": 38767
- },
- {
- "Title": "Casino Royale",
- "US Gross": 22744718,
- "Worldwide Gross": 41744718,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Apr 28 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Huston",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 8,
- "IMDB Votes": 172936
- },
- {
- "Title": "Camping Sauvage",
- "US Gross": 3479302,
- "Worldwide Gross": 3479302,
- "US DVD Sales": null,
- "Production Budget": 4600000,
- "Release Date": "Jul 16 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Alliance",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 378
- },
- {
- "Title": "The Cotton Club",
- "US Gross": 25928721,
- "Worldwide Gross": 25928721,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Dec 14 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.3,
- "IMDB Votes": 6940
- },
- {
- "Title": "Crop Circles: Quest for Truth",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Aug 23 2002",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.1,
- "IMDB Votes": 153
- },
- {
- "Title": "Close Encounters of the Third Kind",
- "US Gross": 166000000,
- "Worldwide Gross": 337700000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 16 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.8,
- "IMDB Votes": 59049
- },
- {
- "Title": "The Cable Guy",
- "US Gross": 60240295,
- "Worldwide Gross": 102825796,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Jun 14 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ben Stiller",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 5.8,
- "IMDB Votes": 51109
- },
- {
- "Title": "Chocolate: Deep Dark Secrets",
- "US Gross": 49000,
- "Worldwide Gross": 1549000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 527
- },
- {
- "Title": "Child's Play",
- "US Gross": 33244684,
- "Worldwide Gross": 44196684,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Nov 09 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.3,
- "IMDB Votes": 16165
- },
- {
- "Title": "Child's Play 2",
- "US Gross": 26904572,
- "Worldwide Gross": 34166572,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Nov 09 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.1,
- "IMDB Votes": 8666
- },
- {
- "Title": "Chain Reaction",
- "US Gross": 21226204,
- "Worldwide Gross": 60209334,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Aug 02 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Davis",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.2,
- "IMDB Votes": 15817
- },
- {
- "Title": "Charly",
- "US Gross": 814666,
- "Worldwide Gross": 814666,
- "US DVD Sales": null,
- "Production Budget": 950000,
- "Release Date": "Sep 27 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Excel Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 60
- },
- {
- "Title": "Chariots of Fire",
- "US Gross": 57159946,
- "Worldwide Gross": 57159946,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Sep 25 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Hugh Hudson",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.3,
- "IMDB Votes": 16138
- },
- {
- "Title": "A Christmas Story",
- "US Gross": 19294144,
- "Worldwide Gross": 19294144,
- "US DVD Sales": null,
- "Production Budget": 3250000,
- "Release Date": "Nov 18 1983",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 8,
- "IMDB Votes": 51757
- },
- {
- "Title": "Cat on a Hot Tin Roof",
- "US Gross": 17570324,
- "Worldwide Gross": 17570324,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Sep 20 1958",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Brooks",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8,
- "IMDB Votes": 14540
- },
- {
- "Title": "C.H.U.D.",
- "US Gross": 4700000,
- "Worldwide Gross": 4700000,
- "US DVD Sales": null,
- "Production Budget": 1250000,
- "Release Date": "Aug 31 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New World",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 2806
- },
- {
- "Title": "Charge of the Light Brigade, The",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Oct 20 2036",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Michael Curtiz",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Crooklyn",
- "US Gross": 13024170,
- "Worldwide Gross": 13024170,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "May 13 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.5,
- "IMDB Votes": 3137
- },
- {
- "Title": "Festen",
- "US Gross": 1647780,
- "Worldwide Gross": 1647780,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "Oct 09 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Thomas Vinterberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.1,
- "IMDB Votes": 26607
- },
- {
- "Title": "Cleopatra",
- "US Gross": 48000000,
- "Worldwide Gross": 62000000,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Jun 12 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.8,
- "IMDB Votes": 7870
- },
- {
- "Title": "Cliffhanger",
- "US Gross": 84049211,
- "Worldwide Gross": 255000000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "May 28 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.2,
- "IMDB Votes": 34447
- },
- {
- "Title": "The Californians",
- "US Gross": 4134,
- "Worldwide Gross": 4134,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Oct 21 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Fabrication Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 226
- },
- {
- "Title": "The Client",
- "US Gross": 92115211,
- "Worldwide Gross": 117615211,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 20 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.5,
- "IMDB Votes": 19299
- },
- {
- "Title": "The Calling",
- "US Gross": 32092,
- "Worldwide Gross": 32092,
- "US DVD Sales": null,
- "Production Budget": 160000,
- "Release Date": "Mar 01 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Testimony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael C. Brown",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 1113
- },
- {
- "Title": "Clueless",
- "US Gross": 56598476,
- "Worldwide Gross": 56598476,
- "US DVD Sales": null,
- "Production Budget": 13700000,
- "Release Date": "Jul 01 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Amy Heckerling",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.7,
- "IMDB Votes": 39055
- },
- {
- "Title": "The Color Purple",
- "US Gross": 93589701,
- "Worldwide Gross": 93589701,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 18 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.7,
- "IMDB Votes": 26962
- },
- {
- "Title": "Clerks",
- "US Gross": 3073428,
- "Worldwide Gross": 3073428,
- "US DVD Sales": null,
- "Production Budget": 27000,
- "Release Date": "Oct 19 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.9,
- "IMDB Votes": 89991
- },
- {
- "Title": "Central do Brasil",
- "US Gross": 5969553,
- "Worldwide Gross": 17006158,
- "US DVD Sales": null,
- "Production Budget": 2900000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Walter Salles",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 17343
- },
- {
- "Title": "Clash of the Titans",
- "US Gross": 30000000,
- "Worldwide Gross": 30000000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 12 1981",
- "MPAA Rating": null,
- "Running Time min": 108,
- "Distributor": "MGM",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 5.9,
- "IMDB Votes": 45773
- },
- {
- "Title": "Clockwatchers",
- "US Gross": 444354,
- "Worldwide Gross": 444354,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 15 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Artistic License",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 3171
- },
- {
- "Title": "Commando",
- "US Gross": 35073978,
- "Worldwide Gross": 35073978,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 04 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 4.5,
- "IMDB Votes": 49
- },
- {
- "Title": "The Color of Money",
- "US Gross": 52293000,
- "Worldwide Gross": 52293000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 17 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 6.9,
- "IMDB Votes": 25824
- },
- {
- "Title": "Cinderella",
- "US Gross": 85000000,
- "Worldwide Gross": 85000000,
- "US DVD Sales": null,
- "Production Budget": 2900000,
- "Release Date": "Feb 15 1950",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 5.1,
- "IMDB Votes": 373
- },
- {
- "Title": "Congo",
- "US Gross": 81022333,
- "Worldwide Gross": 152022333,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 09 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Marshall",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 4.6,
- "IMDB Votes": 17954
- },
- {
- "Title": "Conan the Barbarian",
- "US Gross": 38264085,
- "Worldwide Gross": 38264085,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "May 14 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "John Milius",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.8,
- "IMDB Votes": 38886
- },
- {
- "Title": "Conan the Destroyer",
- "US Gross": 26400000,
- "Worldwide Gross": 26400000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 29 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Richard Fleischer",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.4,
- "IMDB Votes": 20368
- },
- {
- "Title": "Class of 1984",
- "US Gross": 6965361,
- "Worldwide Gross": 6965361,
- "US DVD Sales": null,
- "Production Budget": 3250000,
- "Release Date": "Aug 20 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 2945
- },
- {
- "Title": "The Clan of the Cave Bear",
- "US Gross": 1953732,
- "Worldwide Gross": 1953732,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 17 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.9,
- "IMDB Votes": 2763
- },
- {
- "Title": "The Case of the Grinning Cat",
- "US Gross": 7033,
- "Worldwide Gross": 7033,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Jul 21 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "First Run/Icarus",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Bacheha-Ye aseman",
- "US Gross": 925402,
- "Worldwide Gross": 925402,
- "US DVD Sales": null,
- "Production Budget": 180000,
- "Release Date": "Jan 22 1999",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 6657
- },
- {
- "Title": "Coming Home",
- "US Gross": 32653000,
- "Worldwide Gross": 32653000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 31 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Hal Ashby",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.3,
- "IMDB Votes": 4410
- },
- {
- "Title": "Nanjing! Nanjing!",
- "US Gross": 0,
- "Worldwide Gross": 20000000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 17 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "National Geographic Entertainment",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 1725
- },
- {
- "Title": "Cool Runnings",
- "US Gross": 68856263,
- "Worldwide Gross": 155056263,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 01 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Turteltaub",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.5,
- "IMDB Votes": 24533
- },
- {
- "Title": "Conquest of the Planet of the Apes",
- "US Gross": 9700000,
- "Worldwide Gross": 9700000,
- "US DVD Sales": null,
- "Production Budget": 1700000,
- "Release Date": "Dec 31 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Jack Lee Thompson",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.8,
- "IMDB Votes": 6188
- },
- {
- "Title": "Cure",
- "US Gross": 94596,
- "Worldwide Gross": 94596,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "Jul 06 2001",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 2724
- },
- {
- "Title": "Crocodile Dundee",
- "US Gross": 174803506,
- "Worldwide Gross": 328000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 26 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.5,
- "IMDB Votes": 27277
- },
- {
- "Title": "Dayereh",
- "US Gross": 673780,
- "Worldwide Gross": 673780,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "Mar 09 2001",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WinStar Cinema",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 1851
- },
- {
- "Title": "Karakter",
- "US Gross": 713413,
- "Worldwide Gross": 713413,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Mar 27 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 5531
- },
- {
- "Title": "Creepshow",
- "US Gross": 20036244,
- "Worldwide Gross": 20036244,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Nov 10 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "George A. Romero",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.5,
- "IMDB Votes": 12530
- },
- {
- "Title": "Creepshow 2",
- "US Gross": 14000000,
- "Worldwide Gross": 14000000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "May 01 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New World",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.4,
- "IMDB Votes": 5910
- },
- {
- "Title": "The Crying Game",
- "US Gross": 62546695,
- "Worldwide Gross": 62546695,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Nov 25 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.3,
- "IMDB Votes": 21195
- },
- {
- "Title": "Crimson Tide",
- "US Gross": 91387195,
- "Worldwide Gross": 159387195,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "May 12 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.2,
- "IMDB Votes": 33354
- },
- {
- "Title": "Caravans",
- "US Gross": 1000000,
- "Worldwide Gross": 1000000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 31 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 173
- },
- {
- "Title": "Crying With Laughter",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 820000,
- "Release Date": "Dec 31 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Fengkuang de Shitou",
- "US Gross": 0,
- "Worldwide Gross": 3000000,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jun 30 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 1209
- },
- {
- "Title": "Casablanca",
- "US Gross": 10462500,
- "Worldwide Gross": 10462500,
- "US DVD Sales": null,
- "Production Budget": 950000,
- "Release Date": "Dec 31 1941",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Michael Curtiz",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.8,
- "IMDB Votes": 167939
- },
- {
- "Title": "Casino",
- "US Gross": 42438300,
- "Worldwide Gross": 110400000,
- "US DVD Sales": null,
- "Production Budget": 52000000,
- "Release Date": "Nov 22 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 8.1,
- "IMDB Votes": 108634
- },
- {
- "Title": "Casper",
- "US Gross": 100328194,
- "Worldwide Gross": 282300000,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "May 26 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Brad Silberling",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.7,
- "IMDB Votes": 26121
- },
- {
- "Title": "Can't Stop the Music",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 31 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 2146
- },
- {
- "Title": "Catch-22",
- "US Gross": 24911670,
- "Worldwide Gross": 24911670,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 24 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.1,
- "IMDB Votes": 9671
- },
- {
- "Title": "City Hall",
- "US Gross": 20278055,
- "Worldwide Gross": 20278055,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 16 1996",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Becker",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.1,
- "IMDB Votes": 9908
- },
- {
- "Title": "Cutthroat Island",
- "US Gross": 10017322,
- "Worldwide Gross": 10017322,
- "US DVD Sales": null,
- "Production Budget": 92000000,
- "Release Date": "Dec 22 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.3,
- "IMDB Votes": 10346
- },
- {
- "Title": "La femme de chambre du Titanic",
- "US Gross": 244465,
- "Worldwide Gross": 244465,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 14 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 822
- },
- {
- "Title": "Cat People",
- "US Gross": 4000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 134000,
- "Release Date": "Nov 16 2042",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "RKO Radio Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 5.9,
- "IMDB Votes": 6791
- },
- {
- "Title": "Courage Under Fire",
- "US Gross": 59003384,
- "Worldwide Gross": 100833145,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "Jul 12 1996",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.6,
- "IMDB Votes": 19682
- },
- {
- "Title": "C'era una volta il West",
- "US Gross": 5321508,
- "Worldwide Gross": 5321508,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "May 28 1969",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sergio Leone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.8,
- "IMDB Votes": 74184
- },
- {
- "Title": "The Conversation",
- "US Gross": 4420000,
- "Worldwide Gross": 4420000,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Apr 07 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.1,
- "IMDB Votes": 33005
- },
- {
- "Title": "Cavite",
- "US Gross": 70071,
- "Worldwide Gross": 71644,
- "US DVD Sales": null,
- "Production Budget": 7000,
- "Release Date": "May 26 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Truly Indie",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 487
- },
- {
- "Title": "Copycat",
- "US Gross": 32051917,
- "Worldwide Gross": 32051917,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Amiel",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.5,
- "IMDB Votes": 17182
- },
- {
- "Title": "Dark Angel",
- "US Gross": 4372561,
- "Worldwide Gross": 4372561,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Sep 28 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Triumph Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 3396
- },
- {
- "Title": "Boot, Das",
- "US Gross": 11487676,
- "Worldwide Gross": 84970337,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 10 1982",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 2184
- },
- {
- "Title": "Desperado",
- "US Gross": 25532388,
- "Worldwide Gross": 25532388,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Aug 25 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7,
- "IMDB Votes": 51515
- },
- {
- "Title": "Dumb & Dumber",
- "US Gross": 127175374,
- "Worldwide Gross": 246400000,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 16 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 88093
- },
- {
- "Title": "Diamonds Are Forever",
- "US Gross": 43800000,
- "Worldwide Gross": 116000000,
- "US DVD Sales": null,
- "Production Budget": 7200000,
- "Release Date": "Dec 17 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Guy Hamilton",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.7,
- "IMDB Votes": 25354
- },
- {
- "Title": "The Dark Half",
- "US Gross": 9579068,
- "Worldwide Gross": 9579068,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 23 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "George A. Romero",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 5488
- },
- {
- "Title": "The Dark Hours",
- "US Gross": 423,
- "Worldwide Gross": 423,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Oct 13 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 2804
- },
- {
- "Title": "Dante's Peak",
- "US Gross": 67163857,
- "Worldwide Gross": 178200000,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "Feb 07 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roger Donaldson",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.6,
- "IMDB Votes": 23472
- },
- {
- "Title": "Daylight",
- "US Gross": 32908290,
- "Worldwide Gross": 158908290,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 06 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.4,
- "IMDB Votes": 20052
- },
- {
- "Title": "Dick Tracy",
- "US Gross": 103738726,
- "Worldwide Gross": 162738726,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Jun 15 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Warren Beatty",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 5.9,
- "IMDB Votes": 25364
- },
- {
- "Title": "Decoys",
- "US Gross": 84733,
- "Worldwide Gross": 84733,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Feb 27 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 2486
- },
- {
- "Title": "Dawn of the Dead",
- "US Gross": 5100000,
- "Worldwide Gross": 55000000,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Apr 20 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 73875
- },
- {
- "Title": "The Addams Family",
- "US Gross": 113502246,
- "Worldwide Gross": 191502246,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 22 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.6,
- "IMDB Votes": 28907
- },
- {
- "Title": "Death Becomes Her",
- "US Gross": 58422650,
- "Worldwide Gross": 149022650,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jul 31 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6,
- "IMDB Votes": 27681
- },
- {
- "Title": "Def-Con 4",
- "US Gross": 210904,
- "Worldwide Gross": 210904,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "Mar 15 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New World",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 639
- },
- {
- "Title": "Dead Poets' Society",
- "US Gross": 95860116,
- "Worldwide Gross": 239500000,
- "US DVD Sales": null,
- "Production Budget": 16400000,
- "Release Date": "Jun 02 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Weir",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.8,
- "IMDB Votes": 89662
- },
- {
- "Title": "The Day the Earth Stood Still",
- "US Gross": 3700000,
- "Worldwide Gross": 3700000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Mar 04 2003",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 5.5,
- "IMDB Votes": 51517
- },
- {
- "Title": "Deep Throat",
- "US Gross": 45000000,
- "Worldwide Gross": 45000000,
- "US DVD Sales": null,
- "Production Budget": 25000,
- "Release Date": "Jun 30 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 3075
- },
- {
- "Title": "The Dead Zone",
- "US Gross": 20766000,
- "Worldwide Gross": 20766000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 21 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 19485
- },
- {
- "Title": "Die Hard 2",
- "US Gross": 117323878,
- "Worldwide Gross": 239814025,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jul 03 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 79636
- },
- {
- "Title": "Die Hard: With a Vengeance",
- "US Gross": 100012499,
- "Worldwide Gross": 364480746,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "May 19 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 87437
- },
- {
- "Title": "Dragonheart",
- "US Gross": 51364680,
- "Worldwide Gross": 104364680,
- "US DVD Sales": null,
- "Production Budget": 57000000,
- "Release Date": "May 31 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.2,
- "IMDB Votes": 26309
- },
- {
- "Title": "Die Hard",
- "US Gross": 81350242,
- "Worldwide Gross": 139109346,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jul 15 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.3,
- "IMDB Votes": 237
- },
- {
- "Title": "Diner",
- "US Gross": 12592907,
- "Worldwide Gross": 12592907,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 02 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.1,
- "IMDB Votes": 7803
- },
- {
- "Title": "Dil Jo Bhi Kahey...",
- "US Gross": 129319,
- "Worldwide Gross": 129319,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 159
- },
- {
- "Title": "Don Juan DeMarco",
- "US Gross": 22032635,
- "Worldwide Gross": 22032635,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 07 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.6,
- "IMDB Votes": 20386
- },
- {
- "Title": "Tales from the Crypt: Demon Knight",
- "US Gross": 21089146,
- "Worldwide Gross": 21089146,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jan 13 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6430
- },
- {
- "Title": "Damnation Alley",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 21 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 1655
- },
- {
- "Title": "Dead Man Walking",
- "US Gross": 39387284,
- "Worldwide Gross": 83088295,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 29 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Tim Robbins",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.6,
- "IMDB Votes": 32159
- },
- {
- "Title": "Dances with Wolves",
- "US Gross": 184208842,
- "Worldwide Gross": 424200000,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Nov 09 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Kevin Costner",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 8,
- "IMDB Votes": 71399
- },
- {
- "Title": "Dangerous Liaisons",
- "US Gross": 34700000,
- "Worldwide Gross": 34700000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 21 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.7,
- "IMDB Votes": 25761
- },
- {
- "Title": "Donovan's Reef",
- "US Gross": 6600000,
- "Worldwide Gross": 6600000,
- "US DVD Sales": null,
- "Production Budget": 2686000,
- "Release Date": "Dec 31 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Ford",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.6,
- "IMDB Votes": 2907
- },
- {
- "Title": "Due occhi diabolici",
- "US Gross": 349618,
- "Worldwide Gross": 349618,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 25 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 2059
- },
- {
- "Title": "Double Impact",
- "US Gross": 29090445,
- "Worldwide Gross": 29090445,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Aug 09 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sheldon Lettich",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.7,
- "IMDB Votes": 10426
- },
- {
- "Title": "The Doors",
- "US Gross": 34167219,
- "Worldwide Gross": 34167219,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 01 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 7,
- "IMDB Votes": 29750
- },
- {
- "Title": "Day of the Dead",
- "US Gross": 5804262,
- "Worldwide Gross": 34004262,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Jul 03 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "George A. Romero",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 4.5,
- "IMDB Votes": 8395
- },
- {
- "Title": "Days of Thunder",
- "US Gross": 82670733,
- "Worldwide Gross": 157670733,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jun 27 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.4,
- "IMDB Votes": 25395
- },
- {
- "Title": "Dracula: Pages from a Virgin's Diary",
- "US Gross": 39659,
- "Worldwide Gross": 84788,
- "US DVD Sales": null,
- "Production Budget": 1100000,
- "Release Date": "May 14 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 1013
- },
- {
- "Title": "Dolphin",
- "US Gross": 14000,
- "Worldwide Gross": 14000,
- "US DVD Sales": null,
- "Production Budget": 170000,
- "Release Date": "Jun 01 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 134
- },
- {
- "Title": "Death Race 2000",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Apr 01 1975",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.1,
- "IMDB Votes": 10015
- },
- {
- "Title": "Drei",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 7200000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Tom Tykwer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Dress",
- "US Gross": 16556,
- "Worldwide Gross": 16556,
- "US DVD Sales": null,
- "Production Budget": 2650000,
- "Release Date": "Jan 16 1998",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Attitude Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 1844
- },
- {
- "Title": "The Deer Hunter",
- "US Gross": 50000000,
- "Worldwide Gross": 50000000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 31 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Michael Cimino",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.2,
- "IMDB Votes": 88095
- },
- {
- "Title": "Dragonslayer",
- "US Gross": 6000000,
- "Worldwide Gross": 6000000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 26 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.8,
- "IMDB Votes": 4945
- },
- {
- "Title": "Driving Miss Daisy",
- "US Gross": 106593296,
- "Worldwide Gross": 106593296,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Dec 13 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Bruce Beresford",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.5,
- "IMDB Votes": 22566
- },
- {
- "Title": "Dressed to Kill",
- "US Gross": 31899000,
- "Worldwide Gross": 31899000,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Jan 01 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.1,
- "IMDB Votes": 9556
- },
- {
- "Title": "Do the Right Thing",
- "US Gross": 26004026,
- "Worldwide Gross": 26004026,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jun 30 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.9,
- "IMDB Votes": 26877
- },
- {
- "Title": "Dune",
- "US Gross": 27447471,
- "Worldwide Gross": 27447471,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 14 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "David Lynch",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.5,
- "IMDB Votes": 38489
- },
- {
- "Title": "Dolphins and Whales Tribes of the Ocean 3D",
- "US Gross": 7714996,
- "Worldwide Gross": 17252287,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Feb 15 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "3D Entertainment",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Down & Out with the Dolls",
- "US Gross": 58936,
- "Worldwide Gross": 58936,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Mar 21 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 75
- },
- {
- "Title": "Dream With The Fishes",
- "US Gross": 542909,
- "Worldwide Gross": 542909,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Jun 20 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.6,
- "IMDB Votes": 1188
- },
- {
- "Title": "Doctor Zhivago",
- "US Gross": 111721000,
- "Worldwide Gross": 111721000,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 22 1965",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "David Lean",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 8,
- "IMDB Votes": 27671
- },
- {
- "Title": "The Evil Dead",
- "US Gross": 2400000,
- "Worldwide Gross": 29400000,
- "US DVD Sales": null,
- "Production Budget": 375000,
- "Release Date": "Apr 15 1983",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 45030
- },
- {
- "Title": "Evil Dead II",
- "US Gross": 5923044,
- "Worldwide Gross": 5923044,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Mar 13 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Rosebud Releasing",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 44214
- },
- {
- "Title": "Army of Darkness",
- "US Gross": 11502976,
- "Worldwide Gross": 21502976,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Feb 19 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 55671
- },
- {
- "Title": "Ed and his Dead Mother",
- "US Gross": 673,
- "Worldwide Gross": 673,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Dec 31 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.6,
- "IMDB Votes": 829
- },
- {
- "Title": "Edward Scissorhands",
- "US Gross": 53976987,
- "Worldwide Gross": 53976987,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 07 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8,
- "IMDB Votes": 102485
- },
- {
- "Title": "Ed Wood",
- "US Gross": 5828466,
- "Worldwide Gross": 5828466,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 30 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.1,
- "IMDB Votes": 74171
- },
- {
- "Title": "The Egyptian",
- "US Gross": 15000000,
- "Worldwide Gross": 15000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 31 1953",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Michael Curtiz",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 1097
- },
- {
- "Title": "Everyone Says I Love You",
- "US Gross": 9725847,
- "Worldwide Gross": 34600000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 06 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.8,
- "IMDB Votes": 16481
- },
- {
- "Title": "The Elephant Man",
- "US Gross": 26010864,
- "Worldwide Gross": 26010864,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 03 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "David Lynch",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.4,
- "IMDB Votes": 58194
- },
- {
- "Title": "Emma",
- "US Gross": 22231658,
- "Worldwide Gross": 37831658,
- "US DVD Sales": null,
- "Production Budget": 5900000,
- "Release Date": "Aug 02 1996",
- "MPAA Rating": "PG",
- "Running Time min": 111,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 13798
- },
- {
- "Title": "Star Wars Ep. V: The Empire Strikes Back",
- "US Gross": 290271960,
- "Worldwide Gross": 534171960,
- "US DVD Sales": 10027926,
- "Production Budget": 23000000,
- "Release Date": "May 21 1980",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Escape from New York",
- "US Gross": 25244700,
- "Worldwide Gross": 25244700,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jul 10 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Avco Embassy",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.1,
- "IMDB Votes": 34497
- },
- {
- "Title": "Escape from L.A.",
- "US Gross": 25426861,
- "Worldwide Gross": 25426861,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Aug 09 1996",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 5.3,
- "IMDB Votes": 23262
- },
- {
- "Title": "Escape from the Planet of the Apes",
- "US Gross": 12300000,
- "Worldwide Gross": 12300000,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Dec 31 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.1,
- "IMDB Votes": 7686
- },
- {
- "Title": "Eraser",
- "US Gross": 101295562,
- "Worldwide Gross": 234400000,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jun 21 1996",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chuck Russell",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.9,
- "IMDB Votes": 37287
- },
- {
- "Title": "Eraserhead",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 100000,
- "Release Date": "Dec 31 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "David Lynch",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.4,
- "IMDB Votes": 26595
- },
- {
- "Title": "Everything You Always Wanted to Know",
- "US Gross": 18016290,
- "Worldwide Gross": 18016290,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 11 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "ET: The Extra-Terrestrial",
- "US Gross": 435110554,
- "Worldwide Gross": 792910554,
- "US DVD Sales": null,
- "Production Budget": 10500000,
- "Release Date": "Jun 11 1982",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 105028
- },
- {
- "Title": "Excessive Force",
- "US Gross": 1152117,
- "Worldwide Gross": 1152117,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "May 14 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 537
- },
- {
- "Title": "Exorcist II: The Heretic",
- "US Gross": 25011000,
- "Worldwide Gross": 25011000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jun 17 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "John Boorman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 7849
- },
- {
- "Title": "Exotica",
- "US Gross": 5046118,
- "Worldwide Gross": 5046118,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Sep 23 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.1,
- "IMDB Votes": 8402
- },
- {
- "Title": "Force 10 from Navarone",
- "US Gross": 7100000,
- "Worldwide Gross": 7100000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 22 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": null,
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Guy Hamilton",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6,
- "IMDB Votes": 5917
- },
- {
- "Title": "A Farewell To Arms",
- "US Gross": 11000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 31 1956",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Huston",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 1655
- },
- {
- "Title": "Fatal Attraction",
- "US Gross": 156645693,
- "Worldwide Gross": 320100000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Sep 18 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adrian Lyne",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.8,
- "IMDB Votes": 22328
- },
- {
- "Title": "Family Plot",
- "US Gross": 13200000,
- "Worldwide Gross": 13200000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 09 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 6.8,
- "IMDB Votes": 7290
- },
- {
- "Title": "Fabled",
- "US Gross": 31425,
- "Worldwide Gross": 31425,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Dec 10 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Ari S. Kirschenbaum",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 146
- },
- {
- "Title": "Fetching Cody",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 535
- },
- {
- "Title": "The French Connection",
- "US Gross": 41158757,
- "Worldwide Gross": 41158757,
- "US DVD Sales": null,
- "Production Budget": 2200000,
- "Release Date": "Oct 09 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.9,
- "IMDB Votes": 33674
- },
- {
- "Title": "From Dusk Till Dawn",
- "US Gross": 25728961,
- "Worldwide Gross": 25728961,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jan 19 1996",
- "MPAA Rating": "R",
- "Running Time min": 107,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.1,
- "IMDB Votes": 80234
- },
- {
- "Title": "Friday the 13th",
- "US Gross": 39754601,
- "Worldwide Gross": 59754601,
- "US DVD Sales": null,
- "Production Budget": 550000,
- "Release Date": "May 09 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 5.6,
- "IMDB Votes": 26798
- },
- {
- "Title": "Friday the 13th Part 3",
- "US Gross": 36690067,
- "Worldwide Gross": 36690067,
- "US DVD Sales": null,
- "Production Budget": 2250000,
- "Release Date": "Aug 13 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5.5,
- "IMDB Votes": 13395
- },
- {
- "Title": "Friday the 13th Part IV: The Final Chapter",
- "US Gross": 32980880,
- "Worldwide Gross": 32980880,
- "US DVD Sales": null,
- "Production Budget": 2600000,
- "Release Date": "Apr 13 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Friday the 13th Part V: A New Beginning",
- "US Gross": 21930418,
- "Worldwide Gross": 21930418,
- "US DVD Sales": null,
- "Production Budget": 2200000,
- "Release Date": "Mar 22 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Friday the 13th Part VI: Jason Lives",
- "US Gross": 19472057,
- "Worldwide Gross": 19472057,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 01 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Friday the 13th Part VII: The New Blood",
- "US Gross": 19170001,
- "Worldwide Gross": 19170001,
- "US DVD Sales": null,
- "Production Budget": 2800000,
- "Release Date": "May 13 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 8916
- },
- {
- "Title": "Friday the 13th Part VIII: Jason Takes Manhattan",
- "US Gross": 14343976,
- "Worldwide Gross": 14343976,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jul 28 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.9,
- "IMDB Votes": 10113
- },
- {
- "Title": "Jason Goes to Hell: The Final Friday",
- "US Gross": 15935068,
- "Worldwide Gross": 15935068,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 13 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 8733
- },
- {
- "Title": "Per qualche dollaro in pi˘",
- "US Gross": 4300000,
- "Worldwide Gross": 4300000,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "May 10 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sergio Leone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.2,
- "IMDB Votes": 44204
- },
- {
- "Title": "Per un pugno di dollari",
- "US Gross": 3500000,
- "Worldwide Gross": 3500000,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Jan 18 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Remake",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sergio Leone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 39929
- },
- {
- "Title": "The Fall of the Roman Empire",
- "US Gross": 4750000,
- "Worldwide Gross": 4750000,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jan 01 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 6.6,
- "IMDB Votes": 3184
- },
- {
- "Title": "Friday the 13th Part 2",
- "US Gross": 21722776,
- "Worldwide Gross": 21722776,
- "US DVD Sales": null,
- "Production Budget": 1250000,
- "Release Date": "Apr 30 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.5,
- "IMDB Votes": 13395
- },
- {
- "Title": "Faithful",
- "US Gross": 2104439,
- "Worldwide Gross": 2104439,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Apr 05 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Play",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Mazursky",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.7,
- "IMDB Votes": 989
- },
- {
- "Title": "Fair Game",
- "US Gross": 11497497,
- "Worldwide Gross": 11497497,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 03 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 6.6,
- "IMDB Votes": 194
- },
- {
- "Title": "A Few Good Men",
- "US Gross": 141340178,
- "Worldwide Gross": 236500000,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Dec 11 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.6,
- "IMDB Votes": 63541
- },
- {
- "Title": "The Fugitive",
- "US Gross": 183875760,
- "Worldwide Gross": 368900000,
- "US DVD Sales": null,
- "Production Budget": 44000000,
- "Release Date": "Aug 06 1993",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Davis",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.8,
- "IMDB Votes": 96914
- },
- {
- "Title": "From Here to Eternity",
- "US Gross": 30500000,
- "Worldwide Gross": 30500000,
- "US DVD Sales": null,
- "Production Budget": 1650000,
- "Release Date": "Aug 05 1953",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Fred Zinnemann",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.9,
- "IMDB Votes": 15115
- },
- {
- "Title": "First Morning",
- "US Gross": 87264,
- "Worldwide Gross": 87264,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Jul 15 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Illuminare",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Shooting Fish",
- "US Gross": 302204,
- "Worldwide Gross": 302204,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "May 01 1998",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4849
- },
- {
- "Title": "F.I.S.T",
- "US Gross": 20388920,
- "Worldwide Gross": 20388920,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Apr 13 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2737
- },
- {
- "Title": "Flashdance",
- "US Gross": 90463574,
- "Worldwide Gross": 201463574,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Apr 15 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adrian Lyne",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.6,
- "IMDB Votes": 12485
- },
- {
- "Title": "Fled",
- "US Gross": 17192205,
- "Worldwide Gross": 19892205,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jul 19 1996",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 4.9,
- "IMDB Votes": 4215
- },
- {
- "Title": "Flash Gordon",
- "US Gross": 27107960,
- "Worldwide Gross": 27107960,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 05 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.2,
- "IMDB Votes": 14894
- },
- {
- "Title": "The Flintstones",
- "US Gross": 130531208,
- "Worldwide Gross": 358500000,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "May 27 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Brian Levant",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.6,
- "IMDB Votes": 26521
- },
- {
- "Title": "Flight of the Intruder",
- "US Gross": 14471440,
- "Worldwide Gross": 14471440,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jan 18 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "John Milius",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2592
- },
- {
- "Title": "Flatliners",
- "US Gross": 61308153,
- "Worldwide Gross": 61308153,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 10 1990",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.4,
- "IMDB Votes": 23295
- },
- {
- "Title": "The Flower of Evil",
- "US Gross": 181798,
- "Worldwide Gross": 181798,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 10 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Funny Ha Ha",
- "US Gross": 77070,
- "Worldwide Gross": 77070,
- "US DVD Sales": null,
- "Production Budget": 30000,
- "Release Date": "Apr 29 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Goodbye Cruel Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1138
- },
- {
- "Title": "The Funeral",
- "US Gross": 1212799,
- "Worldwide Gross": 1412799,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Nov 01 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Abel Ferrara",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4084
- },
- {
- "Title": "Fantasia",
- "US Gross": 83320000,
- "Worldwide Gross": 83320000,
- "US DVD Sales": null,
- "Production Budget": 2280000,
- "Release Date": "Nov 13 2040",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Compilation",
- "Major Genre": "Musical",
- "Creative Type": "Multiple Creative Types",
- "Director": null,
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.8,
- "IMDB Votes": 29914
- },
- {
- "Title": "Fantasia 2000 (IMAX)",
- "US Gross": 60507228,
- "Worldwide Gross": 60507228,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jan 01 2000",
- "MPAA Rating": "G",
- "Running Time min": 75,
- "Distributor": "Walt Disney Pictures",
- "Source": "Compilation",
- "Major Genre": "Musical",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Fog",
- "US Gross": 21378361,
- "Worldwide Gross": 21378361,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Feb 01 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Avco Embassy",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 3.3,
- "IMDB Votes": 15760
- },
- {
- "Title": "Forrest Gump",
- "US Gross": 329694499,
- "Worldwide Gross": 679400525,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jul 06 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 8.6,
- "IMDB Votes": 300455
- },
- {
- "Title": "Fortress",
- "US Gross": 6730578,
- "Worldwide Gross": 46730578,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 03 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.5,
- "IMDB Votes": 7026
- },
- {
- "Title": "Fiddler on the Roof",
- "US Gross": 80500000,
- "Worldwide Gross": 80500000,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jan 01 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.7,
- "IMDB Votes": 14260
- },
- {
- "Title": "The Front Page",
- "US Gross": 15000000,
- "Worldwide Gross": 15000000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 17 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Billy Wilder",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.2,
- "IMDB Votes": 3875
- },
- {
- "Title": "First Blood",
- "US Gross": 47212904,
- "Worldwide Gross": 125212904,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 22 1982",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ted Kotcheff",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 56369
- },
- {
- "Title": "Friday",
- "US Gross": 27467564,
- "Worldwide Gross": 27936778,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Apr 26 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7,
- "IMDB Votes": 21623
- },
- {
- "Title": "Freeze Frame",
- "US Gross": 0,
- "Worldwide Gross": 91062,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 10 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1723
- },
- {
- "Title": "Firefox",
- "US Gross": 45785720,
- "Worldwide Gross": 45785720,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Jun 18 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.6,
- "IMDB Votes": 9348
- },
- {
- "Title": "Fargo",
- "US Gross": 24567751,
- "Worldwide Gross": 51204567,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Mar 08 1996",
- "MPAA Rating": "R",
- "Running Time min": 87,
- "Distributor": "Gramercy",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.3,
- "IMDB Votes": 165159
- },
- {
- "Title": "First Knight",
- "US Gross": 37361412,
- "Worldwide Gross": 127361412,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jul 07 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Jerry Zucker",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20928
- },
- {
- "Title": "From Russia With Love",
- "US Gross": 24800000,
- "Worldwide Gross": 78900000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Apr 08 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 32541
- },
- {
- "Title": "The Firm",
- "US Gross": 158340892,
- "Worldwide Gross": 270340892,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jun 30 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 5.5,
- "IMDB Votes": 957
- },
- {
- "Title": "Frenzy",
- "US Gross": 12600000,
- "Worldwide Gross": 12600000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Jun 21 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.5,
- "IMDB Votes": 13093
- },
- {
- "Title": "Footloose",
- "US Gross": 80000000,
- "Worldwide Gross": 80000000,
- "US DVD Sales": null,
- "Production Budget": 8200000,
- "Release Date": "Feb 17 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "Herbert Ross",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6,
- "IMDB Votes": 15626
- },
- {
- "Title": "Fast Times at Ridgemont High",
- "US Gross": 27092880,
- "Worldwide Gross": 27092880,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Aug 13 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Amy Heckerling",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.2,
- "IMDB Votes": 31362
- },
- {
- "Title": "Fighting Tommy Riley",
- "US Gross": 10514,
- "Worldwide Gross": 10514,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "May 06 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 499
- },
- {
- "Title": "The First Wives Club",
- "US Gross": 105489203,
- "Worldwide Gross": 181489203,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 20 1996",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Hugh Wilson",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.6,
- "IMDB Votes": 14682
- },
- {
- "Title": "Flirting with Disaster",
- "US Gross": 14853474,
- "Worldwide Gross": 14853474,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Mar 22 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David O. Russell",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8474
- },
- {
- "Title": "For Your Eyes Only",
- "US Gross": 54800000,
- "Worldwide Gross": 195300000,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jun 26 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Glen",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.8,
- "IMDB Votes": 23527
- },
- {
- "Title": "Fiza",
- "US Gross": 623791,
- "Worldwide Gross": 1179462,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 08 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Video Sound",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 749
- },
- {
- "Title": "Grip: A Criminal's Story",
- "US Gross": 1336,
- "Worldwide Gross": 1336,
- "US DVD Sales": null,
- "Production Budget": 12000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "JeTi Films",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Ghost and the Darkness",
- "US Gross": 38564422,
- "Worldwide Gross": 38564422,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Oct 11 1996",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Stephen Hopkins",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.6,
- "IMDB Votes": 19735
- },
- {
- "Title": "Gallipoli",
- "US Gross": 5732587,
- "Worldwide Gross": 5732587,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 28 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Peter Weir",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.7,
- "IMDB Votes": 14139
- },
- {
- "Title": "Gabriela",
- "US Gross": 2335352,
- "Worldwide Gross": 2335352,
- "US DVD Sales": null,
- "Production Budget": 50000,
- "Release Date": "Mar 16 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Power Point Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 1399
- },
- {
- "Title": "Il buono, il brutto, il cattivo",
- "US Gross": 6100000,
- "Worldwide Gross": 6100000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Dec 29 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sergio Leone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 104
- },
- {
- "Title": "Graduation Day",
- "US Gross": 23894000,
- "Worldwide Gross": 23894000,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "May 01 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3,
- "IMDB Votes": 836
- },
- {
- "Title": "The Godfather: Part II",
- "US Gross": 57300000,
- "Worldwide Gross": 57300000,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Dec 11 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 9,
- "IMDB Votes": 245271
- },
- {
- "Title": "The Godfather: Part III",
- "US Gross": 66520529,
- "Worldwide Gross": 66520529,
- "US DVD Sales": null,
- "Production Budget": 54000000,
- "Release Date": "Dec 25 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 82977
- },
- {
- "Title": "Goodfellas",
- "US Gross": 46743809,
- "Worldwide Gross": 46743809,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 19 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.8,
- "IMDB Votes": 229156
- },
- {
- "Title": "The Godfather",
- "US Gross": 134966411,
- "Worldwide Gross": 268500000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Mar 15 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 9.2,
- "IMDB Votes": 411088
- },
- {
- "Title": "God's Army",
- "US Gross": 2637726,
- "Worldwide Gross": 2652515,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Mar 10 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Excel Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.8,
- "IMDB Votes": 638
- },
- {
- "Title": "The Great Escape",
- "US Gross": 11744471,
- "Worldwide Gross": 11744471,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Aug 08 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Sturges",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.4,
- "IMDB Votes": 62074
- },
- {
- "Title": "Gory Gory Hallelujah",
- "US Gross": 12604,
- "Worldwide Gross": 12604,
- "US DVD Sales": null,
- "Production Budget": 425000,
- "Release Date": "Jan 21 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": 100,
- "Distributor": "Indican Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": "Sue Corcoran",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 134
- },
- {
- "Title": "Ghost",
- "US Gross": 217631306,
- "Worldwide Gross": 517600000,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jul 13 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Jerry Zucker",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.9,
- "IMDB Votes": 51125
- },
- {
- "Title": "Ghostbusters",
- "US Gross": 238632124,
- "Worldwide Gross": 291632124,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 08 1984",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 358
- },
- {
- "Title": "Girl 6",
- "US Gross": 4880941,
- "Worldwide Gross": 4880941,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 22 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 4.9,
- "IMDB Votes": 3348
- },
- {
- "Title": "Goldeneye",
- "US Gross": 106429941,
- "Worldwide Gross": 356429941,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Nov 17 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.2,
- "IMDB Votes": 69199
- },
- {
- "Title": "The Glimmer Man",
- "US Gross": 20404841,
- "Worldwide Gross": 36404841,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Oct 04 1996",
- "MPAA Rating": "R",
- "Running Time min": 92,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7230
- },
- {
- "Title": "Glory",
- "US Gross": 26593580,
- "Worldwide Gross": 26593580,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 14 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8,
- "IMDB Votes": 56427
- },
- {
- "Title": "The Gambler",
- "US Gross": 51773,
- "Worldwide Gross": 101773,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 04 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 199
- },
- {
- "Title": "Good Morning Vietnam",
- "US Gross": 123922370,
- "Worldwide Gross": 123922370,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Dec 23 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 32609
- },
- {
- "Title": "Gandhi",
- "US Gross": 52767889,
- "Worldwide Gross": 52767889,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Dec 08 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Sir Richard Attenborough",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 8.2,
- "IMDB Votes": 50881
- },
- {
- "Title": "A Guy Named Joe",
- "US Gross": 5363000,
- "Worldwide Gross": 5363000,
- "US DVD Sales": null,
- "Production Budget": 2627000,
- "Release Date": "Dec 24 2043",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 869
- },
- {
- "Title": "Gentleman's Agreement",
- "US Gross": 7800000,
- "Worldwide Gross": 7800000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 31 1946",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Elia Kazan",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.4,
- "IMDB Votes": 4637
- },
- {
- "Title": "Goodbye Bafana",
- "US Gross": 0,
- "Worldwide Gross": 2717302,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 14 2007",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Bille August",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 3631
- },
- {
- "Title": "Get on the Bus",
- "US Gross": 5691854,
- "Worldwide Gross": 5691854,
- "US DVD Sales": null,
- "Production Budget": 2400000,
- "Release Date": "Oct 16 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2701
- },
- {
- "Title": "The Golden Child",
- "US Gross": 79817937,
- "Worldwide Gross": 79817937,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 12 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Michael Ritchie",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.4,
- "IMDB Votes": 14471
- },
- {
- "Title": "Good Dick",
- "US Gross": 28835,
- "Worldwide Gross": 28835,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Oct 10 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Present Pictures/Morning Knight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 3004
- },
- {
- "Title": "Goldfinger",
- "US Gross": 51100000,
- "Worldwide Gross": 124900000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 22 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Guy Hamilton",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.9,
- "IMDB Votes": 47095
- },
- {
- "Title": "Groundhog Day",
- "US Gross": 70906973,
- "Worldwide Gross": 70906973,
- "US DVD Sales": null,
- "Production Budget": 14600000,
- "Release Date": "Feb 12 1993",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.2,
- "IMDB Votes": 134964
- },
- {
- "Title": "Gremlins",
- "US Gross": 148168459,
- "Worldwide Gross": 148168459,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Jun 08 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Joe Dante",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7,
- "IMDB Votes": 42163
- },
- {
- "Title": "Get Real",
- "US Gross": 1152411,
- "Worldwide Gross": 1152411,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Apr 30 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 6026
- },
- {
- "Title": "Gremlins 2: The New Batch",
- "US Gross": 41476097,
- "Worldwide Gross": 41476097,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 15 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Joe Dante",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 22712
- },
- {
- "Title": "The Greatest Story Ever Told",
- "US Gross": 15473333,
- "Worldwide Gross": 15473333,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 15 1965",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "David Lean",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.3,
- "IMDB Votes": 3300
- },
- {
- "Title": "The Gospel of John",
- "US Gross": 4068087,
- "Worldwide Gross": 4068087,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Sep 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Greatest Show on Earth",
- "US Gross": 36000000,
- "Worldwide Gross": 36000000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jan 10 1952",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.8,
- "IMDB Votes": 4264
- },
- {
- "Title": "The First Great Train Robbery",
- "US Gross": 391942,
- "Worldwide Gross": 391942,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Feb 02 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Michael Crichton",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 5141
- },
- {
- "Title": "Get Shorty",
- "US Gross": 72021008,
- "Worldwide Gross": 115021008,
- "US DVD Sales": null,
- "Production Budget": 30250000,
- "Release Date": "Oct 20 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.9,
- "IMDB Votes": 33364
- },
- {
- "Title": "Gettysburg",
- "US Gross": 10731997,
- "Worldwide Gross": 10731997,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 08 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.6,
- "IMDB Votes": 11215
- },
- {
- "Title": "Guiana 1838",
- "US Gross": 227241,
- "Worldwide Gross": 227241,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 24 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "RBC Radio",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Gone with the Wind",
- "US Gross": 198680470,
- "Worldwide Gross": 390525192,
- "US DVD Sales": null,
- "Production Budget": 3900000,
- "Release Date": "Dec 15 2039",
- "MPAA Rating": "G",
- "Running Time min": 222,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "George Cukor",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.2,
- "IMDB Votes": 78947
- },
- {
- "Title": "Happiness",
- "US Gross": 2746453,
- "Worldwide Gross": 5746453,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Oct 16 1998",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Good Machine Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Solondz",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.5,
- "IMDB Votes": 64
- },
- {
- "Title": "Harley Davidson and the Marlboro Man",
- "US Gross": 7018525,
- "Worldwide Gross": 7018525,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Aug 23 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Simon Wincer",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.3,
- "IMDB Votes": 6995
- },
- {
- "Title": "Heavy Metal",
- "US Gross": 19571091,
- "Worldwide Gross": 19571091,
- "US DVD Sales": null,
- "Production Budget": 9300000,
- "Release Date": "Aug 07 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6,
- "IMDB Votes": 45
- },
- {
- "Title": "Hell's Angels",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 31 1929",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.9,
- "IMDB Votes": 2050
- },
- {
- "Title": "Heartbeeps",
- "US Gross": 6000000,
- "Worldwide Gross": 6000000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 18 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 620
- },
- {
- "Title": "The Helix... Loaded",
- "US Gross": 3700,
- "Worldwide Gross": 3700,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Mar 18 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Romar",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 1.5,
- "IMDB Votes": 486
- },
- {
- "Title": "Hang 'em High",
- "US Gross": 6800000,
- "Worldwide Gross": 6800000,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Aug 03 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 6.9,
- "IMDB Votes": 10292
- },
- {
- "Title": "Hellraiser",
- "US Gross": 14564000,
- "Worldwide Gross": 14564000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 18 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New World",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7,
- "IMDB Votes": 22442
- },
- {
- "Title": "Hero",
- "US Gross": 19487173,
- "Worldwide Gross": 66787173,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Oct 02 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 323
- },
- {
- "Title": "Highlander III: The Sorcerer",
- "US Gross": 13738574,
- "Worldwide Gross": 13738574,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Jan 27 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 7763
- },
- {
- "Title": "Highlander",
- "US Gross": 5900000,
- "Worldwide Gross": 12900000,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Mar 07 1986",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Russell Mulcahy",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.2,
- "IMDB Votes": 40802
- },
- {
- "Title": "How Green Was My Valley",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1250000,
- "Release Date": "Oct 28 2041",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Ford",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.9,
- "IMDB Votes": 7420
- },
- {
- "Title": "High Noon",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 730000,
- "Release Date": "Dec 31 1951",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Fred Zinnemann",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8.3,
- "IMDB Votes": 34163
- },
- {
- "Title": "History of the World: Part I",
- "US Gross": 31672000,
- "Worldwide Gross": 31672000,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Jun 12 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 16691
- },
- {
- "Title": "Hello, Dolly",
- "US Gross": 33208099,
- "Worldwide Gross": 33208099,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Dec 16 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 254
- },
- {
- "Title": "Halloween II",
- "US Gross": 25533818,
- "Worldwide Gross": 25533818,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Oct 30 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rick Rosenthal",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.9,
- "IMDB Votes": 12197
- },
- {
- "Title": "Halloween 3: Season of the Witch",
- "US Gross": 14400000,
- "Worldwide Gross": 14400000,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Oct 22 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 12644
- },
- {
- "Title": "Halloween 4: The Return of Michael Myers",
- "US Gross": 17768757,
- "Worldwide Gross": 17768757,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 01 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Dwight H. Little",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.6,
- "IMDB Votes": 11079
- },
- {
- "Title": "Halloween 5: The Revenge of Michael Myers",
- "US Gross": 11642254,
- "Worldwide Gross": 11642254,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 13 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Galaxy International Releasing",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Halloween: The Curse of Michael Myers",
- "US Gross": 15126948,
- "Worldwide Gross": 15126948,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 29 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 8576
- },
- {
- "Title": "Halloween",
- "US Gross": 47000000,
- "Worldwide Gross": 70000000,
- "US DVD Sales": null,
- "Production Budget": 325000,
- "Release Date": "Oct 17 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 6,
- "IMDB Votes": 39866
- },
- {
- "Title": "Home Alone 2: Lost in New York",
- "US Gross": 173585516,
- "Worldwide Gross": 358994850,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 20 1992",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.8,
- "IMDB Votes": 51408
- },
- {
- "Title": "Home Alone",
- "US Gross": 285761243,
- "Worldwide Gross": 476684675,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 16 1990",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 7,
- "IMDB Votes": 79080
- },
- {
- "Title": "Home Movies",
- "US Gross": 89134,
- "Worldwide Gross": 89134,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "May 16 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 291
- },
- {
- "Title": "Hum to Mohabbt Karega",
- "US Gross": 121807,
- "Worldwide Gross": 121807,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 26 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.6,
- "IMDB Votes": 74
- },
- {
- "Title": "The Hotel New Hampshire",
- "US Gross": 5142858,
- "Worldwide Gross": 5142858,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Mar 09 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 5.8,
- "IMDB Votes": 4387
- },
- {
- "Title": "Henry V",
- "US Gross": 10161099,
- "Worldwide Gross": 10161099,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Nov 08 1989",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": "Based on Play",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Kenneth Branagh",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.9,
- "IMDB Votes": 14499
- },
- {
- "Title": "Housefull",
- "US Gross": 1183658,
- "Worldwide Gross": 14883658,
- "US DVD Sales": null,
- "Production Budget": 10100000,
- "Release Date": "Apr 30 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 687
- },
- {
- "Title": "Hook",
- "US Gross": 119654823,
- "Worldwide Gross": 300854823,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Dec 11 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.2,
- "IMDB Votes": 60159
- },
- {
- "Title": "House Party 2",
- "US Gross": 19438638,
- "Worldwide Gross": 19438638,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 23 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.3,
- "IMDB Votes": 1596
- },
- {
- "Title": "Hocus Pocus",
- "US Gross": 39360491,
- "Worldwide Gross": 39360491,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jul 16 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6,
- "IMDB Votes": 15893
- },
- {
- "Title": "The Howling",
- "US Gross": 17985000,
- "Worldwide Gross": 17985000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Apr 10 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Joe Dante",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.5,
- "IMDB Votes": 8731
- },
- {
- "Title": "High Plains Drifter",
- "US Gross": 15700000,
- "Worldwide Gross": 15700000,
- "US DVD Sales": null,
- "Production Budget": 15700000,
- "Release Date": "Jan 01 1972",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 15718
- },
- {
- "Title": "Hoop Dreams",
- "US Gross": 7768371,
- "Worldwide Gross": 11768371,
- "US DVD Sales": null,
- "Production Budget": 700000,
- "Release Date": "Oct 14 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8,
- "IMDB Votes": 9492
- },
- {
- "Title": "Happy Gilmore",
- "US Gross": 38623460,
- "Worldwide Gross": 38623460,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 16 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennis Dugan",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.9,
- "IMDB Votes": 54111
- },
- {
- "Title": "The Hudsucker Proxy",
- "US Gross": 2816518,
- "Worldwide Gross": 14938149,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 11 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 7.4,
- "IMDB Votes": 32344
- },
- {
- "Title": "A Hard Day's Night",
- "US Gross": 12299668,
- "Worldwide Gross": 12299668,
- "US DVD Sales": null,
- "Production Budget": 560000,
- "Release Date": "Aug 11 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.6,
- "IMDB Votes": 15291
- },
- {
- "Title": "Heroes",
- "US Gross": 655538,
- "Worldwide Gross": 655538,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Oct 24 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 505
- },
- {
- "Title": "The Hunt for Red October",
- "US Gross": 120709866,
- "Worldwide Gross": 200500000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Mar 02 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.6,
- "IMDB Votes": 55202
- },
- {
- "Title": "Harper",
- "US Gross": 12000000,
- "Worldwide Gross": 12000000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Feb 23 1966",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 2395
- },
- {
- "Title": "Harriet the Spy",
- "US Gross": 26570048,
- "Worldwide Gross": 26570048,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jul 10 1996",
- "MPAA Rating": "PG",
- "Running Time min": 101,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.8,
- "IMDB Votes": 2963
- },
- {
- "Title": "Le hussard sur le toit",
- "US Gross": 1320043,
- "Worldwide Gross": 1320043,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Apr 19 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3083
- },
- {
- "Title": "The Hustler",
- "US Gross": 7600000,
- "Worldwide Gross": 7600000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 25 1961",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.1,
- "IMDB Votes": 25385
- },
- {
- "Title": "Hud",
- "US Gross": 10000000,
- "Worldwide Gross": 10000000,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "May 29 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Martin Ritt",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 3.4,
- "IMDB Votes": 93
- },
- {
- "Title": "Hudson Hawk",
- "US Gross": 17218916,
- "Worldwide Gross": 17218916,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "May 24 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Lehmann",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 5.3,
- "IMDB Votes": 21920
- },
- {
- "Title": "Heaven's Gate",
- "US Gross": 3484331,
- "Worldwide Gross": 3484331,
- "US DVD Sales": null,
- "Production Budget": 44000000,
- "Release Date": "Nov 19 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Michael Cimino",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 4649
- },
- {
- "Title": "Hav Plenty",
- "US Gross": 2301777,
- "Worldwide Gross": 2301777,
- "US DVD Sales": null,
- "Production Budget": 650000,
- "Release Date": "Jun 19 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 580
- },
- {
- "Title": "House of Wax",
- "US Gross": 23800000,
- "Worldwide Gross": 23800000,
- "US DVD Sales": null,
- "Production Budget": 658000,
- "Release Date": "Apr 10 1953",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 5.4,
- "IMDB Votes": 32159
- },
- {
- "Title": "Hawaii",
- "US Gross": 34562222,
- "Worldwide Gross": 34562222,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 10 1966",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "George Roy Hill",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1153
- },
- {
- "Title": "Howard the Duck",
- "US Gross": 16295774,
- "Worldwide Gross": 16295774,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 01 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.1,
- "IMDB Votes": 16051
- },
- {
- "Title": "High Anxiety",
- "US Gross": 31063038,
- "Worldwide Gross": 31063038,
- "US DVD Sales": null,
- "Production Budget": 3400000,
- "Release Date": "Dec 23 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.5,
- "IMDB Votes": 7025
- },
- {
- "Title": "Hybrid",
- "US Gross": 162605,
- "Worldwide Gross": 162605,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "May 10 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.2,
- "IMDB Votes": 380
- },
- {
- "Title": "It's a Wonderful Life",
- "US Gross": 6600000,
- "Worldwide Gross": 6600000,
- "US DVD Sales": 19339789,
- "Production Budget": 3180000,
- "Release Date": "Dec 31 1945",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Frank Capra",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.7,
- "IMDB Votes": 101499
- },
- {
- "Title": "The Ice Pirates",
- "US Gross": 13075390,
- "Worldwide Gross": 13075390,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Mar 16 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM/UA Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.1,
- "IMDB Votes": 3600
- },
- {
- "Title": "Independence Day",
- "US Gross": 306169255,
- "Worldwide Gross": 817400878,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jul 02 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 145,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.5,
- "IMDB Votes": 149493
- },
- {
- "Title": "The Island of Dr. Moreau",
- "US Gross": 27682712,
- "Worldwide Gross": 27682712,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 23 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "John Frankenheimer",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 4.1,
- "IMDB Votes": 13770
- },
- {
- "Title": "Iraq for Sale: The War Profiteers",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 775000,
- "Release Date": "Sep 08 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.8,
- "IMDB Votes": 854
- },
- {
- "Title": "In Her Line of Fire",
- "US Gross": 884,
- "Worldwide Gross": 884,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Apr 21 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Regent Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 337
- },
- {
- "Title": "The Indian in the Cupboard",
- "US Gross": 35627222,
- "Worldwide Gross": 35627222,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 14 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 5.7,
- "IMDB Votes": 4836
- },
- {
- "Title": "I Love You Ö Don't Touch Me!",
- "US Gross": 33598,
- "Worldwide Gross": 33598,
- "US DVD Sales": null,
- "Production Budget": 68000,
- "Release Date": "Feb 20 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 298
- },
- {
- "Title": "Illuminata",
- "US Gross": 836641,
- "Worldwide Gross": 836641,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 06 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1100
- },
- {
- "Title": "In Cold Blood",
- "US Gross": 13000000,
- "Worldwide Gross": 13000000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Dec 31 1966",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Richard Brooks",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 8.1,
- "IMDB Votes": 10562
- },
- {
- "Title": "In the Company of Men",
- "US Gross": 2883661,
- "Worldwide Gross": 2883661,
- "US DVD Sales": null,
- "Production Budget": 25000,
- "Release Date": "Aug 01 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil LaBute",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.2,
- "IMDB Votes": 7601
- },
- {
- "Title": "The Inkwell",
- "US Gross": 8864699,
- "Worldwide Gross": 8864699,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Apr 22 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.7,
- "IMDB Votes": 542
- },
- {
- "Title": "Invaders from Mars",
- "US Gross": 4884663,
- "Worldwide Gross": 4984663,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 06 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cannon",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Tobe Hooper",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5,
- "IMDB Votes": 1933
- },
- {
- "Title": "L'incomparable mademoiselle C.",
- "US Gross": 493905,
- "Worldwide Gross": 493905,
- "US DVD Sales": null,
- "Production Budget": 3400000,
- "Release Date": "Apr 23 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 66
- },
- {
- "Title": "Intolerance",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 385907,
- "Release Date": "Sep 05 2016",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Island",
- "US Gross": 15716828,
- "Worldwide Gross": 15716828,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jun 13 1980",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Ritchie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 82601
- },
- {
- "Title": "Eye See You",
- "US Gross": 79161,
- "Worldwide Gross": 1807990,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 397
- },
- {
- "Title": "In the Heat of the Night",
- "US Gross": 24379978,
- "Worldwide Gross": 24379978,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 02 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.1,
- "IMDB Votes": 22429
- },
- {
- "Title": "Jack",
- "US Gross": 58617334,
- "Worldwide Gross": 58617334,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Aug 09 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.3,
- "IMDB Votes": 17267
- },
- {
- "Title": "Jade",
- "US Gross": 9812870,
- "Worldwide Gross": 9812870,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Oct 13 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.8,
- "IMDB Votes": 5279
- },
- {
- "Title": "Jingle All the Way",
- "US Gross": 60592389,
- "Worldwide Gross": 129832389,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Nov 22 1996",
- "MPAA Rating": "PG",
- "Running Time min": 89,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Brian Levant",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.9,
- "IMDB Votes": 22928
- },
- {
- "Title": "Dr. No",
- "US Gross": 16067035,
- "Worldwide Gross": 59567035,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "May 08 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 36019
- },
- {
- "Title": "The Jungle Book",
- "US Gross": 44342956,
- "Worldwide Gross": 44342956,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Dec 25 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 5564
- },
- {
- "Title": "Judge Dredd",
- "US Gross": 34687912,
- "Worldwide Gross": 113487912,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Jun 30 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.9,
- "IMDB Votes": 30736
- },
- {
- "Title": "The Jerky Boys",
- "US Gross": 7555256,
- "Worldwide Gross": 7555256,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Feb 03 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 3.9,
- "IMDB Votes": 1481
- },
- {
- "Title": "Jefferson in Paris",
- "US Gross": 2461628,
- "Worldwide Gross": 2461628,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Mar 31 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "James Ivory",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.6,
- "IMDB Votes": 1464
- },
- {
- "Title": "JFK",
- "US Gross": 70405498,
- "Worldwide Gross": 205400000,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 20 1991",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 8,
- "IMDB Votes": 59684
- },
- {
- "Title": "Journey from the Fall",
- "US Gross": 635305,
- "Worldwide Gross": 635305,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Imaginasian",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.2,
- "IMDB Votes": 586
- },
- {
- "Title": "Jekyll and Hyde... Together Again",
- "US Gross": 3707583,
- "Worldwide Gross": 3707583,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Aug 27 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 486
- },
- {
- "Title": "Jumanji",
- "US Gross": 100458310,
- "Worldwide Gross": 262758310,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 15 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Joe Johnston",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.4,
- "IMDB Votes": 54973
- },
- {
- "Title": "The Juror",
- "US Gross": 22730924,
- "Worldwide Gross": 22730924,
- "US DVD Sales": null,
- "Production Budget": 44000000,
- "Release Date": "Feb 02 1996",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.3,
- "IMDB Votes": 6482
- },
- {
- "Title": "Jerusalema",
- "US Gross": 7294,
- "Worldwide Gross": 7294,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 11 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Anchor Bay Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 6777
- },
- {
- "Title": "Jurassic Park",
- "US Gross": 357067947,
- "Worldwide Gross": 923067947,
- "US DVD Sales": null,
- "Production Budget": 63000000,
- "Release Date": "Jun 10 1993",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.9,
- "IMDB Votes": 151365
- },
- {
- "Title": "Johnny Suede",
- "US Gross": 55000,
- "Worldwide Gross": 55000,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Dec 31 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 1587
- },
- {
- "Title": "Jaws",
- "US Gross": 260000000,
- "Worldwide Gross": 470700000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 20 1975",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.3,
- "IMDB Votes": 138017
- },
- {
- "Title": "Jaws 2",
- "US Gross": 102922376,
- "Worldwide Gross": 208900376,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jun 16 1978",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 5.6,
- "IMDB Votes": 18793
- },
- {
- "Title": "Jaws 4: The Revenge",
- "US Gross": 15728335,
- "Worldwide Gross": 15728335,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Jul 17 1987",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.6,
- "IMDB Votes": 15632
- },
- {
- "Title": "Kabhi Alvida Naa Kehna",
- "US Gross": 3275443,
- "Worldwide Gross": 32575443,
- "US DVD Sales": null,
- "Production Budget": 10750000,
- "Release Date": "Aug 11 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Yash Raj Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 5.6,
- "IMDB Votes": 4128
- },
- {
- "Title": "Kickboxer",
- "US Gross": 14533681,
- "Worldwide Gross": 14533681,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Sep 08 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cannon",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark DiSalle",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 11692
- },
- {
- "Title": "Kids",
- "US Gross": 7412216,
- "Worldwide Gross": 20412216,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Jul 21 1995",
- "MPAA Rating": "Not Rated",
- "Running Time min": 90,
- "Distributor": "Shining Excalibur",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.7,
- "IMDB Votes": 26122
- },
- {
- "Title": "Kingpin",
- "US Gross": 25023424,
- "Worldwide Gross": 32223424,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 26 1996",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.7,
- "IMDB Votes": 28404
- },
- {
- "Title": "Kindergarten Cop",
- "US Gross": 91457688,
- "Worldwide Gross": 202000000,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Dec 21 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.8,
- "IMDB Votes": 40433
- },
- {
- "Title": "King Kong (1933)",
- "US Gross": 10000000,
- "Worldwide Gross": 10000000,
- "US DVD Sales": null,
- "Production Budget": 670000,
- "Release Date": "Apr 07 2033",
- "MPAA Rating": null,
- "Running Time min": 100,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "King Kong",
- "US Gross": 52614445,
- "Worldwide Gross": 90614445,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Dec 17 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Guillermin",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 7.6,
- "IMDB Votes": 132720
- },
- {
- "Title": "Kiss of Death",
- "US Gross": 14942422,
- "Worldwide Gross": 14942422,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 21 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barbet Schroeder",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.6,
- "IMDB Votes": 2374
- },
- {
- "Title": "The Kings of Appletown",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Dec 12 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Koltchak",
- "US Gross": 0,
- "Worldwide Gross": 38585047,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 10 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Kingdom of the Spiders",
- "US Gross": 17000000,
- "Worldwide Gross": 17000000,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Dec 31 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1463
- },
- {
- "Title": "Keeping it Real: The Adventures of Greg Walloch",
- "US Gross": 1358,
- "Worldwide Gross": 1358,
- "US DVD Sales": null,
- "Production Budget": 100000,
- "Release Date": "Nov 09 2001",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Avatar",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Akira",
- "US Gross": 19585,
- "Worldwide Gross": 19585,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Apr 27 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 39948
- },
- {
- "Title": "Krush Groove",
- "US Gross": 11052713,
- "Worldwide Gross": 11052713,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Oct 25 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 588
- },
- {
- "Title": "Krrish",
- "US Gross": 1430721,
- "Worldwide Gross": 32430721,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 23 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "AdLab Films",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2735
- },
- {
- "Title": "Kansas City",
- "US Gross": 1353824,
- "Worldwide Gross": 1353824,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Aug 16 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6,
- "IMDB Votes": 2397
- },
- {
- "Title": "The Last Emperor",
- "US Gross": 43984000,
- "Worldwide Gross": 43984000,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 20 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Bernardo Bertolucci",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.9,
- "IMDB Votes": 24262
- },
- {
- "Title": "Last Action Hero",
- "US Gross": 50016394,
- "Worldwide Gross": 137298489,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Jun 18 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.9,
- "IMDB Votes": 43171
- },
- {
- "Title": "Live and Let Die",
- "US Gross": 35400000,
- "Worldwide Gross": 161800000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jun 27 1973",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Guy Hamilton",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.8,
- "IMDB Votes": 24044
- },
- {
- "Title": "Lage Raho Munnabhai",
- "US Gross": 2217561,
- "Worldwide Gross": 31517561,
- "US DVD Sales": null,
- "Production Budget": 2700000,
- "Release Date": "Sep 01 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 5236
- },
- {
- "Title": "The Last Waltz",
- "US Gross": 321952,
- "Worldwide Gross": 321952,
- "US DVD Sales": null,
- "Production Budget": 35000,
- "Release Date": "Apr 05 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 6893
- },
- {
- "Title": "The Last Big Thing",
- "US Gross": 22434,
- "Worldwide Gross": 22434,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 25 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Stratosphere Entertainment",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 139
- },
- {
- "Title": "The Land Before Time",
- "US Gross": 48092846,
- "Worldwide Gross": 81972846,
- "US DVD Sales": null,
- "Production Budget": 12300000,
- "Release Date": "Nov 18 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Don Bluth",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.9,
- "IMDB Votes": 14017
- },
- {
- "Title": "The Longest Day",
- "US Gross": 39100000,
- "Worldwide Gross": 50100000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 04 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.8,
- "IMDB Votes": 17712
- },
- {
- "Title": "The Living Daylights",
- "US Gross": 51185000,
- "Worldwide Gross": 191200000,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 31 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Glen",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.7,
- "IMDB Votes": 23735
- },
- {
- "Title": "Aladdin",
- "US Gross": 217350219,
- "Worldwide Gross": 504050219,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Nov 11 1992",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 69090
- },
- {
- "Title": "A Low Down Dirty Shame",
- "US Gross": 29317886,
- "Worldwide Gross": 29317886,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Nov 23 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Keenen Ivory Wayans",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 1847
- },
- {
- "Title": "Love and Death on Long Island",
- "US Gross": 2542264,
- "Worldwide Gross": 2542264,
- "US DVD Sales": null,
- "Production Budget": 4030000,
- "Release Date": "Mar 06 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 2506
- },
- {
- "Title": "Ladyhawke",
- "US Gross": 18400000,
- "Worldwide Gross": 18400000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 12 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.7,
- "IMDB Votes": 15260
- },
- {
- "Title": "Nikita",
- "US Gross": 5017971,
- "Worldwide Gross": 5017971,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Mar 08 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 24872
- },
- {
- "Title": "Lion of the Desert",
- "US Gross": 1500000,
- "Worldwide Gross": 1500000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 31 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 2659
- },
- {
- "Title": "Legal Eagles",
- "US Gross": 49851591,
- "Worldwide Gross": 49851591,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jun 18 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.6,
- "IMDB Votes": 4471
- },
- {
- "Title": "Legend",
- "US Gross": 15502112,
- "Worldwide Gross": 15502112,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 18 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20734
- },
- {
- "Title": "The Last House on the Left",
- "US Gross": 3100000,
- "Worldwide Gross": 3100000,
- "US DVD Sales": null,
- "Production Budget": 87000,
- "Release Date": "Aug 30 1972",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.7,
- "IMDB Votes": 22141
- },
- {
- "Title": "Lifeforce",
- "US Gross": 11603545,
- "Worldwide Gross": 11603545,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 21 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Tobe Hooper",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 5.8,
- "IMDB Votes": 5727
- },
- {
- "Title": "Lady in White",
- "US Gross": 1705139,
- "Worldwide Gross": 1705139,
- "US DVD Sales": null,
- "Production Budget": 4700000,
- "Release Date": "Apr 22 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Century Vista Film Company",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.6,
- "IMDB Votes": 2221
- },
- {
- "Title": "The Long Kiss Goodnight",
- "US Gross": 33447612,
- "Worldwide Gross": 33447612,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Oct 11 1996",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.6,
- "IMDB Votes": 28257
- },
- {
- "Title": "Lake of Fire",
- "US Gross": 25317,
- "Worldwide Gross": 25317,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 03 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.4,
- "IMDB Votes": 1027
- },
- {
- "Title": "Elling",
- "US Gross": 313436,
- "Worldwide Gross": 313436,
- "US DVD Sales": null,
- "Production Budget": 2100000,
- "Release Date": "May 29 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 7114
- },
- {
- "Title": "Lolita (1962)",
- "US Gross": 9250000,
- "Worldwide Gross": 9250000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jan 01 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Elmer Gantry",
- "US Gross": 10400000,
- "Worldwide Gross": 10400000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 31 1959",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Richard Brooks",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.8,
- "IMDB Votes": 4185
- },
- {
- "Title": "El Mariachi",
- "US Gross": 2040920,
- "Worldwide Gross": 2040920,
- "US DVD Sales": null,
- "Production Budget": 7000,
- "Release Date": "Feb 26 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 19668
- },
- {
- "Title": "Last Man Standing",
- "US Gross": 18115927,
- "Worldwide Gross": 18115927,
- "US DVD Sales": null,
- "Production Budget": 67000000,
- "Release Date": "Sep 20 1996",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Walter Hill",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Aliens",
- "US Gross": 85160248,
- "Worldwide Gross": 183316455,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Jul 18 1986",
- "MPAA Rating": "R",
- "Running Time min": 137,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.5,
- "IMDB Votes": 84
- },
- {
- "Title": "Alien³",
- "US Gross": 54927174,
- "Worldwide Gross": 158500000,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "May 22 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.3,
- "IMDB Votes": 78860
- },
- {
- "Title": "The Lion King",
- "US Gross": 328539505,
- "Worldwide Gross": 783839505,
- "US DVD Sales": null,
- "Production Budget": 79300000,
- "Release Date": "Jun 15 1994",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Rob Minkoff",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 8.2,
- "IMDB Votes": 136503
- },
- {
- "Title": "Love and Death",
- "US Gross": 20123742,
- "Worldwide Gross": 20123742,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jun 10 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.6,
- "IMDB Votes": 12111
- },
- {
- "Title": "Love and Other Catastrophes",
- "US Gross": 212285,
- "Worldwide Gross": 743216,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Mar 28 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1406
- },
- {
- "Title": "Love Letters",
- "US Gross": 5269990,
- "Worldwide Gross": 5269990,
- "US DVD Sales": null,
- "Production Budget": 550000,
- "Release Date": "Apr 27 1984",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New World",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 477
- },
- {
- "Title": "The Legend of the Lone Ranger",
- "US Gross": 13400000,
- "Worldwide Gross": 13400000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "May 22 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 755
- },
- {
- "Title": "The Last of the Mohicans",
- "US Gross": 72455275,
- "Worldwide Gross": 72455275,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 25 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.8,
- "IMDB Votes": 45410
- },
- {
- "Title": "Love Me Tender",
- "US Gross": 9000000,
- "Worldwide Gross": 9000000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 31 1955",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.9,
- "IMDB Votes": 1301
- },
- {
- "Title": "The Long Riders",
- "US Gross": 15198912,
- "Worldwide Gross": 15198912,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "May 16 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Walter Hill",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.1,
- "IMDB Votes": 3791
- },
- {
- "Title": "Losin' It",
- "US Gross": 1246141,
- "Worldwide Gross": 1246141,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Apr 08 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 1668
- },
- {
- "Title": "The Loss of Sexual Innocence",
- "US Gross": 399793,
- "Worldwide Gross": 399793,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "May 28 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Mike Figgis",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 4.9,
- "IMDB Votes": 2263
- },
- {
- "Title": "Legends of the Fall",
- "US Gross": 66502573,
- "Worldwide Gross": 66502573,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 23 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.1,
- "IMDB Votes": 39815
- },
- {
- "Title": "A League of Their Own",
- "US Gross": 107533925,
- "Worldwide Gross": 132440066,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 01 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Penny Marshall",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.9,
- "IMDB Votes": 33426
- },
- {
- "Title": "Loaded Weapon 1",
- "US Gross": 27979399,
- "Worldwide Gross": 27979399,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Feb 05 1993",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 17637
- },
- {
- "Title": "The Lost Weekend",
- "US Gross": 11000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 1250000,
- "Release Date": "Dec 31 1944",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Billy Wilder",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.2,
- "IMDB Votes": 11864
- },
- {
- "Title": "Le petit Nicolas",
- "US Gross": 201857,
- "Worldwide Gross": 52339566,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Feb 19 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1505
- },
- {
- "Title": "Logan's Run",
- "US Gross": 25000000,
- "Worldwide Gross": 25000000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Dec 31 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.7,
- "IMDB Votes": 14947
- },
- {
- "Title": "Betty Fisher et autres histoires",
- "US Gross": 206400,
- "Worldwide Gross": 206400,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Sep 13 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WellSpring",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1054
- },
- {
- "Title": "Light Sleeper",
- "US Gross": 1050861,
- "Worldwide Gross": 1050861,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 21 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1986
- },
- {
- "Title": "Little Shop of Horrors",
- "US Gross": 38747385,
- "Worldwide Gross": 38747385,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 19 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 6.6,
- "IMDB Votes": 21521
- },
- {
- "Title": "Lone Star",
- "US Gross": 12961389,
- "Worldwide Gross": 12961389,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jun 21 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Sayles",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.6,
- "IMDB Votes": 14599
- },
- {
- "Title": "Latter Days",
- "US Gross": 833118,
- "Worldwide Gross": 833118,
- "US DVD Sales": null,
- "Production Budget": 850000,
- "Release Date": "Jan 30 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "TLA Releasing",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 7157
- },
- {
- "Title": "Lethal Weapon",
- "US Gross": 65192350,
- "Worldwide Gross": 120192350,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 06 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.6,
- "IMDB Votes": 54994
- },
- {
- "Title": "Lethal Weapon 3",
- "US Gross": 144731527,
- "Worldwide Gross": 319700000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "May 15 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.5,
- "IMDB Votes": 39735
- },
- {
- "Title": "The Last Time I Committed Suicide",
- "US Gross": 12836,
- "Worldwide Gross": 12836,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jun 20 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Roxie Releasing",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1181
- },
- {
- "Title": "Little Voice",
- "US Gross": 4595000,
- "Worldwide Gross": 4595000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 04 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.9,
- "IMDB Votes": 8453
- },
- {
- "Title": "The Last Temptation of Christ",
- "US Gross": 8373585,
- "Worldwide Gross": 8373585,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Aug 12 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.5,
- "IMDB Votes": 20934
- },
- {
- "Title": "License to Kill",
- "US Gross": 34667015,
- "Worldwide Gross": 156167015,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jul 14 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Glen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 24558
- },
- {
- "Title": "Cama adentro",
- "US Gross": 200433,
- "Worldwide Gross": 200433,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "Jul 18 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Film Sales Company",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 466
- },
- {
- "Title": "Leaving Las Vegas",
- "US Gross": 31983777,
- "Worldwide Gross": 49800000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Oct 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Figgis",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.6,
- "IMDB Votes": 42131
- },
- {
- "Title": "The Lawnmower Man",
- "US Gross": 32100816,
- "Worldwide Gross": 32100816,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Mar 06 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.1,
- "IMDB Votes": 12607
- },
- {
- "Title": "Lone Wolf McQuade",
- "US Gross": 12232628,
- "Worldwide Gross": 12232628,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 15 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 2917
- },
- {
- "Title": "Little Women",
- "US Gross": 50003303,
- "Worldwide Gross": 50003303,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 21 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.1,
- "IMDB Votes": 16514
- },
- {
- "Title": "Lawrence of Arabia",
- "US Gross": 37495385,
- "Worldwide Gross": 69995385,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 16 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": "David Lean",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.6,
- "IMDB Votes": 79421
- },
- {
- "Title": "Menace II Society",
- "US Gross": 27731527,
- "Worldwide Gross": 27731527,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "May 26 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Albert Hughes",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.4,
- "IMDB Votes": 14807
- },
- {
- "Title": "Much Ado About Nothing",
- "US Gross": 22549338,
- "Worldwide Gross": 22549338,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "May 07 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Kenneth Branagh",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.4,
- "IMDB Votes": 22470
- },
- {
- "Title": "Major Dundee",
- "US Gross": 14873,
- "Worldwide Gross": 14873,
- "US DVD Sales": null,
- "Production Budget": 3800000,
- "Release Date": "Apr 07 1965",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2588
- },
- {
- "Title": "The Magic Flute",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Here Films",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Kenneth Branagh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 499
- },
- {
- "Title": "Mata Hari",
- "US Gross": 900000,
- "Worldwide Gross": 900000,
- "US DVD Sales": null,
- "Production Budget": 558000,
- "Release Date": "Dec 31 1930",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.2,
- "IMDB Votes": 376
- },
- {
- "Title": "Malcolm X",
- "US Gross": 48169910,
- "Worldwide Gross": 48169910,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 18 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.7,
- "IMDB Votes": 23062
- },
- {
- "Title": "Maniac",
- "US Gross": 10000000,
- "Worldwide Gross": 10000000,
- "US DVD Sales": null,
- "Production Budget": 350000,
- "Release Date": "Dec 31 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 3281
- },
- {
- "Title": "Mary Poppins",
- "US Gross": 102300000,
- "Worldwide Gross": 102300000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 26 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.7,
- "IMDB Votes": 34302
- },
- {
- "Title": "Mary Reilly",
- "US Gross": 5707094,
- "Worldwide Gross": 6370115,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Feb 23 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.5,
- "IMDB Votes": 6864
- },
- {
- "Title": "Maximum Risk",
- "US Gross": 14102929,
- "Worldwide Gross": 51702929,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 13 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7064
- },
- {
- "Title": "M*A*S*H",
- "US Gross": 81600000,
- "Worldwide Gross": 81600000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Jan 01 1970",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.6,
- "IMDB Votes": 8043
- },
- {
- "Title": "The Mask",
- "US Gross": 119920129,
- "Worldwide Gross": 343900000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jul 29 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Chuck Russell",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.6,
- "IMDB Votes": 72981
- },
- {
- "Title": "Mars Attacks!",
- "US Gross": 37771017,
- "Worldwide Gross": 101371017,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 13 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.3,
- "IMDB Votes": 76396
- },
- {
- "Title": "Mo' Better Blues",
- "US Gross": 16153000,
- "Worldwide Gross": 16153000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 03 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.3,
- "IMDB Votes": 4210
- },
- {
- "Title": "Moby Dick",
- "US Gross": 10400000,
- "Worldwide Gross": 10400000,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Dec 31 1955",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "John Huston",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.4,
- "IMDB Votes": 5969
- },
- {
- "Title": "My Beautiful Laundrette",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Apr 01 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 5381
- },
- {
- "Title": "Michael Jordan to the MAX",
- "US Gross": 18642318,
- "Worldwide Gross": 18642318,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": 46,
- "Distributor": "Giant Screen Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.2,
- "IMDB Votes": 746
- },
- {
- "Title": "Michael Collins",
- "US Gross": 11092559,
- "Worldwide Gross": 27572844,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 11 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.9,
- "IMDB Votes": 11805
- },
- {
- "Title": "My Cousin Vinny",
- "US Gross": 52929168,
- "Worldwide Gross": 52929168,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Mar 13 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.3,
- "IMDB Votes": 30524
- },
- {
- "Title": "Medicine Man",
- "US Gross": 44948240,
- "Worldwide Gross": 44948240,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 07 1992",
- "MPAA Rating": null,
- "Running Time min": 87,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.7,
- "IMDB Votes": 9307
- },
- {
- "Title": "Madadayo",
- "US Gross": 48856,
- "Worldwide Gross": 48856,
- "US DVD Sales": null,
- "Production Budget": 11900000,
- "Release Date": "Mar 20 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "WinStar Cinema",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Akira Kurosawa",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 1748
- },
- {
- "Title": "Modern Problems",
- "US Gross": 24474312,
- "Worldwide Gross": 24474312,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Dec 25 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 2144
- },
- {
- "Title": "Amadeus",
- "US Gross": 51973029,
- "Worldwide Gross": 51973029,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 19 1984",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Milos Forman",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.4,
- "IMDB Votes": 96997
- },
- {
- "Title": "Modern Times",
- "US Gross": 163245,
- "Worldwide Gross": 163245,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Feb 05 2036",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Kino International",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.5,
- "IMDB Votes": 35773
- },
- {
- "Title": "The Mighty Ducks",
- "US Gross": 50752337,
- "Worldwide Gross": 50752337,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 02 1992",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.9,
- "IMDB Votes": 15479
- },
- {
- "Title": "A Man for All Seasons",
- "US Gross": 28350000,
- "Worldwide Gross": 28350000,
- "US DVD Sales": null,
- "Production Budget": 3900000,
- "Release Date": "Dec 12 1966",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Fred Zinnemann",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 8.1,
- "IMDB Votes": 12460
- },
- {
- "Title": "Megaforce",
- "US Gross": 5675599,
- "Worldwide Gross": 5675599,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 25 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Hal Needham",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.5,
- "IMDB Votes": 1446
- },
- {
- "Title": "The Mirror Has Two Faces",
- "US Gross": 41267469,
- "Worldwide Gross": 41267469,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Nov 15 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 127,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barbra Streisand",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6,
- "IMDB Votes": 6055
- },
- {
- "Title": "Midnight Cowboy",
- "US Gross": 44785053,
- "Worldwide Gross": 44785053,
- "US DVD Sales": null,
- "Production Budget": 3600000,
- "Release Date": "May 25 1969",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Schlesinger",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 8,
- "IMDB Votes": 34053
- },
- {
- "Title": "Midnight Run",
- "US Gross": 38413606,
- "Worldwide Gross": 81613606,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jul 20 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Brest",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.5,
- "IMDB Votes": 24104
- },
- {
- "Title": "Major League",
- "US Gross": 49793054,
- "Worldwide Gross": 49793054,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Apr 07 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.9,
- "IMDB Votes": 20798
- },
- {
- "Title": "The Molly Maguires",
- "US Gross": 2200000,
- "Worldwide Gross": 2200000,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Martin Ritt",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 6.8,
- "IMDB Votes": 1304
- },
- {
- "Title": "Malevolence",
- "US Gross": 126021,
- "Worldwide Gross": 257516,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Sep 10 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Painted Zebra Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5,
- "IMDB Votes": 248
- },
- {
- "Title": "Mad Max 2: The Road Warrior",
- "US Gross": 24600832,
- "Worldwide Gross": 24600832,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 21 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "It's a Mad Mad Mad Mad World",
- "US Gross": 46300000,
- "Worldwide Gross": 60000000,
- "US DVD Sales": null,
- "Production Budget": 9400000,
- "Release Date": "Nov 07 1963",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 14460
- },
- {
- "Title": "Mad Max",
- "US Gross": 8750000,
- "Worldwide Gross": 99750000,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Mar 21 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 36548
- },
- {
- "Title": "Mad Max Beyond Thunderdome",
- "US Gross": 36230219,
- "Worldwide Gross": 36230219,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jul 10 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 24273
- },
- {
- "Title": "The Man From Snowy River",
- "US Gross": 20659423,
- "Worldwide Gross": 20659423,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Nov 03 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7,
- "IMDB Votes": 3101
- },
- {
- "Title": "Men of War",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 19 1995",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 1435
- },
- {
- "Title": "Monty Python and the Holy Grail",
- "US Gross": 3427696,
- "Worldwide Gross": 5028948,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "May 10 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.4,
- "IMDB Votes": 155049
- },
- {
- "Title": "Men with Brooms",
- "US Gross": 4239767,
- "Worldwide Gross": 4239767,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Mar 08 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 5.8,
- "IMDB Votes": 2559
- },
- {
- "Title": "Mutiny on The Bounty",
- "US Gross": 13680000,
- "Worldwide Gross": 13680000,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Nov 08 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.9,
- "IMDB Votes": 7608
- },
- {
- "Title": "Mommie Dearest",
- "US Gross": 19032000,
- "Worldwide Gross": 25032000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 18 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Frank Perry",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.3,
- "IMDB Votes": 4905
- },
- {
- "Title": "March or Die",
- "US Gross": 1000000,
- "Worldwide Gross": 1000000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Aug 05 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1233
- },
- {
- "Title": "Memoirs of an Invisible Man",
- "US Gross": 14358033,
- "Worldwide Gross": 14358033,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 28 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.8,
- "IMDB Votes": 8522
- },
- {
- "Title": "The Mongol King",
- "US Gross": 900,
- "Worldwide Gross": 900,
- "US DVD Sales": null,
- "Production Budget": 7000,
- "Release Date": "Dec 31 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "My Own Private Idaho",
- "US Gross": 6401336,
- "Worldwide Gross": 6401336,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Sep 29 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7,
- "IMDB Votes": 17604
- },
- {
- "Title": "Moonraker",
- "US Gross": 70300000,
- "Worldwide Gross": 210300000,
- "US DVD Sales": null,
- "Production Budget": 31000000,
- "Release Date": "Jun 29 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.1,
- "IMDB Votes": 26760
- },
- {
- "Title": "Money Train",
- "US Gross": 35324232,
- "Worldwide Gross": 77224232,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Nov 22 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joseph Ruben",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.2,
- "IMDB Votes": 13972
- },
- {
- "Title": "Metropolitan",
- "US Gross": 2938000,
- "Worldwide Gross": 2938000,
- "US DVD Sales": null,
- "Production Budget": 430000,
- "Release Date": "Aug 03 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Whit Stillman",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.2,
- "IMDB Votes": 3355
- },
- {
- "Title": "The Life of Brian",
- "US Gross": 20008693,
- "Worldwide Gross": 20008693,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Aug 17 1979",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Rainbow Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Mallrats",
- "US Gross": 2108367,
- "Worldwide Gross": 2108367,
- "US DVD Sales": null,
- "Production Budget": 6100000,
- "Release Date": "Oct 20 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7.1,
- "IMDB Votes": 52807
- },
- {
- "Title": "American Desi",
- "US Gross": 902835,
- "Worldwide Gross": 1366235,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Mar 16 2001",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1047
- },
- {
- "Title": "Mrs. Winterbourne",
- "US Gross": 10039566,
- "Worldwide Gross": 10039566,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 19 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Benjamin",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.8,
- "IMDB Votes": 2987
- },
- {
- "Title": "Mrs. Doubtfire",
- "US Gross": 219195051,
- "Worldwide Gross": 441286003,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 24 1993",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.6,
- "IMDB Votes": 56917
- },
- {
- "Title": "Mr. Smith Goes To Washington",
- "US Gross": 9000000,
- "Worldwide Gross": 9000000,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Dec 31 1938",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Frank Capra",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.2,
- "IMDB Votes": 33315
- },
- {
- "Title": "Mortal Kombat",
- "US Gross": 70433227,
- "Worldwide Gross": 122133227,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 18 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.4,
- "IMDB Votes": 29605
- },
- {
- "Title": "Frankenstein",
- "US Gross": 22006296,
- "Worldwide Gross": 112006296,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Nov 04 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Kenneth Branagh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 19913
- },
- {
- "Title": "The Misfits",
- "US Gross": 8200000,
- "Worldwide Gross": 8200000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 31 1960",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Huston",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.4,
- "IMDB Votes": 6351
- },
- {
- "Title": "My Stepmother Is an Alien",
- "US Gross": 13854000,
- "Worldwide Gross": 13854000,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 09 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Richard Benjamin",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9073
- },
- {
- "Title": "The Man Who Shot Liberty Valance",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 3200000,
- "Release Date": "Jan 01 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Ford",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.1,
- "IMDB Votes": 22681
- },
- {
- "Title": "Mission: Impossible",
- "US Gross": 180981886,
- "Worldwide Gross": 456481886,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "May 21 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 86222
- },
- {
- "Title": "Meteor",
- "US Gross": 8400000,
- "Worldwide Gross": 8400000,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 31 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Ronald Neame",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.7,
- "IMDB Votes": 2969
- },
- {
- "Title": "Multiplicity",
- "US Gross": 20133326,
- "Worldwide Gross": 20133326,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 17 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.7,
- "IMDB Votes": 11935
- },
- {
- "Title": "Mutual Appreciation",
- "US Gross": 103509,
- "Worldwide Gross": 103509,
- "US DVD Sales": null,
- "Production Budget": 30000,
- "Release Date": "Sep 01 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Goodbye Cruel Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 1102
- },
- {
- "Title": "The Muppet Christmas Carol",
- "US Gross": 27281507,
- "Worldwide Gross": 27281507,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 11 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.5,
- "IMDB Votes": 10853
- },
- {
- "Title": "The Man with the Golden Gun",
- "US Gross": 21000000,
- "Worldwide Gross": 97600000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Dec 20 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Guy Hamilton",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.7,
- "IMDB Votes": 22431
- },
- {
- "Title": "My Fair Lady",
- "US Gross": 72000000,
- "Worldwide Gross": 72000000,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 22 1964",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "George Cukor",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.9,
- "IMDB Votes": 28039
- },
- {
- "Title": "Mystic Pizza",
- "US Gross": 12793213,
- "Worldwide Gross": 12793213,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 21 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8413
- },
- {
- "Title": "Namastey London",
- "US Gross": 1207007,
- "Worldwide Gross": 6831069,
- "US DVD Sales": null,
- "Production Budget": 8400000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1511
- },
- {
- "Title": "Naturally Native",
- "US Gross": 10508,
- "Worldwide Gross": 10508,
- "US DVD Sales": null,
- "Production Budget": 700000,
- "Release Date": "Oct 08 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 91
- },
- {
- "Title": "Inchon",
- "US Gross": 4408636,
- "Worldwide Gross": 4408636,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "Sep 17 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3,
- "IMDB Votes": 326
- },
- {
- "Title": "Indiana Jones and the Temple of Doom",
- "US Gross": 179880271,
- "Worldwide Gross": 333080271,
- "US DVD Sales": 18998388,
- "Production Budget": 28000000,
- "Release Date": "May 23 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.5,
- "IMDB Votes": 110761
- },
- {
- "Title": "Indiana Jones and the Last Crusade",
- "US Gross": 197171806,
- "Worldwide Gross": 474171806,
- "US DVD Sales": 18740425,
- "Production Budget": 48000000,
- "Release Date": "May 24 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 8.3,
- "IMDB Votes": 171572
- },
- {
- "Title": "Neal n' Nikki",
- "US Gross": 100358,
- "Worldwide Gross": 329621,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "Dec 09 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Yash Raj Films",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 494
- },
- {
- "Title": "A Nightmare on Elm Street 4: The Dream Master",
- "US Gross": 49369899,
- "Worldwide Gross": 49369899,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Aug 19 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 13310
- },
- {
- "Title": "Next Stop, Wonderland",
- "US Gross": 3386698,
- "Worldwide Gross": 3456820,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 21 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brad Anderson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Nighthawks",
- "US Gross": 14600000,
- "Worldwide Gross": 19600000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 10 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.3,
- "IMDB Votes": 5649
- },
- {
- "Title": "The English Patient",
- "US Gross": 78716374,
- "Worldwide Gross": 231716374,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 15 1996",
- "MPAA Rating": "R",
- "Running Time min": 160,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Anthony Minghella",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.3,
- "IMDB Votes": 54484
- },
- {
- "Title": "Niagara",
- "US Gross": 2500000,
- "Worldwide Gross": 2500000,
- "US DVD Sales": null,
- "Production Budget": 1250000,
- "Release Date": "Jan 21 1953",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 4698
- },
- {
- "Title": "The Naked Gun 2Ω: The Smell of Fear",
- "US Gross": 86930411,
- "Worldwide Gross": 86930411,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Jun 28 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Zucker",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 26384
- },
- {
- "Title": "Naked Gun 33 1/3: The Final Insult",
- "US Gross": 51041856,
- "Worldwide Gross": 51041856,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Mar 18 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 24904
- },
- {
- "Title": "National Lampoon's Animal House",
- "US Gross": 141600000,
- "Worldwide Gross": 141600000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jul 28 1978",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Landis",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Night of the Living Dead",
- "US Gross": 12000000,
- "Worldwide Gross": 30000000,
- "US DVD Sales": null,
- "Production Budget": 114000,
- "Release Date": "Oct 01 1968",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Walter Reade Organization",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 6.6,
- "IMDB Votes": 10083
- },
- {
- "Title": "No Looking Back",
- "US Gross": 143273,
- "Worldwide Gross": 143273,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 27 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Edward Burns",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1145
- },
- {
- "Title": "The Nun's Story",
- "US Gross": 12800000,
- "Worldwide Gross": 12800000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Dec 31 1958",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Fred Zinnemann",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.5,
- "IMDB Votes": 3313
- },
- {
- "Title": "A Nightmare on Elm Street",
- "US Gross": 25504513,
- "Worldwide Gross": 25504513,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Nov 09 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 5.3,
- "IMDB Votes": 12554
- },
- {
- "Title": "A Nightmare On Elm Street Part 2: Freddy's Revenge",
- "US Gross": 21163999,
- "Worldwide Gross": 21163999,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Nov 01 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 16222
- },
- {
- "Title": "A Nightmare On Elm Street 3: Dream Warriors",
- "US Gross": 44793222,
- "Worldwide Gross": 44793222,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Feb 27 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Chuck Russell",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 17354
- },
- {
- "Title": "A Nightmare On Elm Street: The Dream Child",
- "US Gross": 22168359,
- "Worldwide Gross": 22168359,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 11 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Stephen Hopkins",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 10849
- },
- {
- "Title": "Freddy's Dead: The Final Nightmare",
- "US Gross": 34872033,
- "Worldwide Gross": 34872033,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 13 1991",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 12779
- },
- {
- "Title": "Wes Craven's New Nightmare",
- "US Gross": 18090181,
- "Worldwide Gross": 18090181,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Oct 14 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Night of the Living Dead",
- "US Gross": 5835247,
- "Worldwide Gross": 5835247,
- "US DVD Sales": null,
- "Production Budget": 4200000,
- "Release Date": "Oct 19 1990",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.6,
- "IMDB Votes": 10083
- },
- {
- "Title": "Notorious",
- "US Gross": 24464742,
- "Worldwide Gross": 24464742,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 31 1945",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 6.3,
- "IMDB Votes": 9811
- },
- {
- "Title": "Never Say Never Again",
- "US Gross": 55500000,
- "Worldwide Gross": 160000000,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Oct 07 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6,
- "IMDB Votes": 21247
- },
- {
- "Title": "The Nutcracker",
- "US Gross": 2119994,
- "Worldwide Gross": 2119994,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Dec 31 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Emile Ardolino",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.2,
- "IMDB Votes": 561
- },
- {
- "Title": "Nowhere to Run",
- "US Gross": 22189039,
- "Worldwide Gross": 52189039,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 15 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5,
- "IMDB Votes": 6746
- },
- {
- "Title": "Interview with the Vampire: The Vampire Chronicles",
- "US Gross": 105264608,
- "Worldwide Gross": 223564608,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 11 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 78953
- },
- {
- "Title": "The Nutty Professor",
- "US Gross": 128814019,
- "Worldwide Gross": 273814019,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jun 28 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 5.6,
- "IMDB Votes": 32234
- },
- {
- "Title": "Die Unendliche Geschichte",
- "US Gross": 21300000,
- "Worldwide Gross": 21300000,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jul 20 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 25704
- },
- {
- "Title": "Interview with the Assassin",
- "US Gross": 47329,
- "Worldwide Gross": 47329,
- "US DVD Sales": null,
- "Production Budget": 750000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.6,
- "IMDB Votes": 1107
- },
- {
- "Title": "Nixon",
- "US Gross": 13668249,
- "Worldwide Gross": 34668249,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 20 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.1,
- "IMDB Votes": 13761
- },
- {
- "Title": "New York, New York",
- "US Gross": 13800000,
- "Worldwide Gross": 13800000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jun 22 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1692
- },
- {
- "Title": "New York Stories",
- "US Gross": 10763469,
- "Worldwide Gross": 10763469,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 01 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.1,
- "IMDB Votes": 6906
- },
- {
- "Title": "Obitaemyy ostrov",
- "US Gross": 0,
- "Worldwide Gross": 15000000,
- "US DVD Sales": null,
- "Production Budget": 36500000,
- "Release Date": "Jan 01 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 2229
- },
- {
- "Title": "Octopussy",
- "US Gross": 67900000,
- "Worldwide Gross": 187500000,
- "US DVD Sales": null,
- "Production Budget": 27500000,
- "Release Date": "Jun 10 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Glen",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.6,
- "IMDB Votes": 23167
- },
- {
- "Title": "On Deadly Ground",
- "US Gross": 38590458,
- "Worldwide Gross": 38590458,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 18 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Seagal",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 9579
- },
- {
- "Title": "One Flew Over the Cuckoo's Nest",
- "US Gross": 108981275,
- "Worldwide Gross": 108981275,
- "US DVD Sales": null,
- "Production Budget": 4400000,
- "Release Date": "Nov 19 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Milos Forman",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.9,
- "IMDB Votes": 214457
- },
- {
- "Title": "The Offspring",
- "US Gross": 1355728,
- "Worldwide Gross": 1355728,
- "US DVD Sales": null,
- "Production Budget": 1100000,
- "Release Date": "Sep 04 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Moviestore Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jeff Burr",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 424
- },
- {
- "Title": "On Her Majesty's Secret Service",
- "US Gross": 22800000,
- "Worldwide Gross": 82000000,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Dec 18 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.9,
- "IMDB Votes": 23159
- },
- {
- "Title": "The Omen",
- "US Gross": 48570885,
- "Worldwide Gross": 48570885,
- "US DVD Sales": null,
- "Production Budget": 2800000,
- "Release Date": "Jun 25 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 5.4,
- "IMDB Votes": 24523
- },
- {
- "Title": "The Omega Code",
- "US Gross": 12610552,
- "Worldwide Gross": 12678312,
- "US DVD Sales": null,
- "Production Budget": 7200000,
- "Release Date": "Oct 15 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Providence Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 3.3,
- "IMDB Votes": 3814
- },
- {
- "Title": "Out of Africa",
- "US Gross": 79096868,
- "Worldwide Gross": 258210860,
- "US DVD Sales": null,
- "Production Budget": 31000000,
- "Release Date": "Dec 18 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7,
- "IMDB Votes": 19638
- },
- {
- "Title": "Out of the Dark",
- "US Gross": 419428,
- "Worldwide Gross": 419428,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Mar 11 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 230
- },
- {
- "Title": "Ordinary People",
- "US Gross": 52302978,
- "Worldwide Gross": 52302978,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Sep 19 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Redford",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7,
- "IMDB Votes": 138
- },
- {
- "Title": "The Other Side of Heaven",
- "US Gross": 4720371,
- "Worldwide Gross": 4720371,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Dec 14 2001",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Excel Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1670
- },
- {
- "Title": "On the Down Low",
- "US Gross": 1987,
- "Worldwide Gross": 1987,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "May 28 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Cinema Con Sabor",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 113
- },
- {
- "Title": "Othello",
- "US Gross": 2844379,
- "Worldwide Gross": 2844379,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 14 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.9,
- "IMDB Votes": 4289
- },
- {
- "Title": "On the Outs",
- "US Gross": 49772,
- "Worldwide Gross": 49772,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jul 15 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fader Films",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 445
- },
- {
- "Title": "On the Waterfront",
- "US Gross": 9600000,
- "Worldwide Gross": 9600000,
- "US DVD Sales": null,
- "Production Budget": 910000,
- "Release Date": "Jul 28 1954",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Elia Kazan",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.4,
- "IMDB Votes": 41162
- },
- {
- "Title": "Outbreak",
- "US Gross": 67823573,
- "Worldwide Gross": 67823573,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 10 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.4,
- "IMDB Votes": 33192
- },
- {
- "Title": "The Outsiders",
- "US Gross": 25697647,
- "Worldwide Gross": 25697647,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Mar 25 1983",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 7,
- "IMDB Votes": 23607
- },
- {
- "Title": "The Oxford Murders",
- "US Gross": 3607,
- "Worldwide Gross": 8667348,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 06 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 6.1,
- "IMDB Votes": 8066
- },
- {
- "Title": "Police Academy",
- "US Gross": 81198894,
- "Worldwide Gross": 81198894,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Mar 23 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Hugh Wilson",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.3,
- "IMDB Votes": 23192
- },
- {
- "Title": "Police Academy 7: Mission to Moscow",
- "US Gross": 126247,
- "Worldwide Gross": 126247,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 26 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.5,
- "IMDB Votes": 13121
- },
- {
- "Title": "Paa",
- "US Gross": 199228,
- "Worldwide Gross": 9791282,
- "US DVD Sales": null,
- "Production Budget": 4300000,
- "Release Date": "Dec 04 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Reliance Big Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.3,
- "IMDB Votes": 1059
- },
- {
- "Title": "Pale Rider",
- "US Gross": 41410568,
- "Worldwide Gross": 41410568,
- "US DVD Sales": null,
- "Production Budget": 6900000,
- "Release Date": "Jun 28 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.1,
- "IMDB Votes": 15352
- },
- {
- "Title": "Patriot Games",
- "US Gross": 83287363,
- "Worldwide Gross": 178100000,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jun 05 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.9,
- "IMDB Votes": 29544
- },
- {
- "Title": "The Pallbearer",
- "US Gross": 5656388,
- "Worldwide Gross": 5656388,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "May 03 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Matt Reeves",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 4.7,
- "IMDB Votes": 4166
- },
- {
- "Title": "Pocahontas",
- "US Gross": 141579773,
- "Worldwide Gross": 347100000,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jun 10 1995",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6,
- "IMDB Votes": 26690
- },
- {
- "Title": "Pocketful of Miracles",
- "US Gross": 5000000,
- "Worldwide Gross": 5000000,
- "US DVD Sales": null,
- "Production Budget": 2900000,
- "Release Date": "Dec 31 1960",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Frank Capra",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.2,
- "IMDB Votes": 2365
- },
- {
- "Title": "PCU",
- "US Gross": 4333569,
- "Worldwide Gross": 4333569,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Apr 29 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6,
- "IMDB Votes": 6967
- },
- {
- "Title": "Pete's Dragon",
- "US Gross": 36000000,
- "Worldwide Gross": 36000000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Nov 03 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6,
- "IMDB Votes": 4620
- },
- {
- "Title": "Pat Garrett and Billy the Kid",
- "US Gross": 8000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 4638783,
- "Release Date": "May 23 1973",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Sam Peckinpah",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 6374
- },
- {
- "Title": "Poltergeist",
- "US Gross": 74706019,
- "Worldwide Gross": 121706019,
- "US DVD Sales": null,
- "Production Budget": 10700000,
- "Release Date": "Jun 04 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Tobe Hooper",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.4,
- "IMDB Votes": 32817
- },
- {
- "Title": "Poltergeist III",
- "US Gross": 14114000,
- "Worldwide Gross": 14114000,
- "US DVD Sales": null,
- "Production Budget": 9500000,
- "Release Date": "Jun 10 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 3.8,
- "IMDB Votes": 5387
- },
- {
- "Title": "Phantasm II",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jul 08 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.3,
- "IMDB Votes": 3781
- },
- {
- "Title": "Phenomenon",
- "US Gross": 104636382,
- "Worldwide Gross": 142836382,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Jul 05 1996",
- "MPAA Rating": "PG",
- "Running Time min": 124,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Turteltaub",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.3,
- "IMDB Votes": 26823
- },
- {
- "Title": "Philadelphia",
- "US Gross": 77324422,
- "Worldwide Gross": 201324422,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Dec 22 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jonathan Demme",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.6,
- "IMDB Votes": 53283
- },
- {
- "Title": "The Phantom",
- "US Gross": 17220599,
- "Worldwide Gross": 17220599,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jun 07 1996",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Simon Wincer",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9477
- },
- {
- "Title": "Pi",
- "US Gross": 3221152,
- "Worldwide Gross": 4678513,
- "US DVD Sales": null,
- "Production Budget": 68000,
- "Release Date": "Jul 10 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Live Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Darren Aronofsky",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.5,
- "IMDB Votes": 53699
- },
- {
- "Title": "Pink Flamingos",
- "US Gross": 413802,
- "Worldwide Gross": 413802,
- "US DVD Sales": null,
- "Production Budget": 12000,
- "Release Date": "Apr 11 1997",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Waters",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 7947
- },
- {
- "Title": "The Pirate",
- "US Gross": 2956000,
- "Worldwide Gross": 2956000,
- "US DVD Sales": null,
- "Production Budget": 3700000,
- "Release Date": "Dec 31 1947",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Vincente Minnelli",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.1,
- "IMDB Votes": 1635
- },
- {
- "Title": "The Planet of the Apes",
- "US Gross": 33395426,
- "Worldwide Gross": 33395426,
- "US DVD Sales": null,
- "Production Budget": 5800000,
- "Release Date": "Feb 08 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Franklin J. Schaffner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Player",
- "US Gross": 21706101,
- "Worldwide Gross": 28876702,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Apr 10 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 24451
- },
- {
- "Title": "Apollo 13",
- "US Gross": 172070496,
- "Worldwide Gross": 334100000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jun 30 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 87605
- },
- {
- "Title": "Platoon",
- "US Gross": 137963328,
- "Worldwide Gross": 137963328,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 19 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 8.2,
- "IMDB Votes": 108641
- },
- {
- "Title": "Panic",
- "US Gross": 779137,
- "Worldwide Gross": 889279,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 01 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Roxie Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 2.7,
- "IMDB Votes": 473
- },
- {
- "Title": "The Adventures of Pinocchio",
- "US Gross": 15382170,
- "Worldwide Gross": 36682170,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 26 1996",
- "MPAA Rating": "G",
- "Running Time min": 94,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Steve Barron",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.3,
- "IMDB Votes": 1734
- },
- {
- "Title": "Pandora's Box",
- "US Gross": 881950,
- "Worldwide Gross": 881950,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "Aug 09 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Kino International",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 386
- },
- {
- "Title": "Pink Narcissus",
- "US Gross": 8231,
- "Worldwide Gross": 8231,
- "US DVD Sales": null,
- "Production Budget": 27000,
- "Release Date": "Dec 24 1999",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 384
- },
- {
- "Title": "Penitentiary",
- "US Gross": 287000,
- "Worldwide Gross": 287000,
- "US DVD Sales": null,
- "Production Budget": 100000,
- "Release Date": "May 10 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 233
- },
- {
- "Title": "The Pursuit of D.B. Cooper",
- "US Gross": 2104164,
- "Worldwide Gross": 2104164,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 13 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roger Spottiswoode",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 442
- },
- {
- "Title": "Poetic Justice",
- "US Gross": 27450453,
- "Worldwide Gross": 27450453,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jul 23 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.1,
- "IMDB Votes": 3689
- },
- {
- "Title": "Porky's",
- "US Gross": 109492484,
- "Worldwide Gross": 109492484,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Mar 19 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 15861
- },
- {
- "Title": "Peace, Propaganda and the Promised Land",
- "US Gross": 4930,
- "Worldwide Gross": 4930,
- "US DVD Sales": null,
- "Production Budget": 70000,
- "Release Date": "Jan 28 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Arab Film Distribution",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3,
- "IMDB Votes": 75
- },
- {
- "Title": "Popeye",
- "US Gross": 49823037,
- "Worldwide Gross": 49823037,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 12 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 4.9,
- "IMDB Votes": 11433
- },
- {
- "Title": "Predator 2",
- "US Gross": 28317513,
- "Worldwide Gross": 54768418,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 21 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Stephen Hopkins",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6,
- "IMDB Votes": 35411
- },
- {
- "Title": "Predator",
- "US Gross": 59735548,
- "Worldwide Gross": 98267558,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 12 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.8,
- "IMDB Votes": 88522
- },
- {
- "Title": "The Princess Bride",
- "US Gross": 30857000,
- "Worldwide Gross": 30857000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 25 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8.1,
- "IMDB Votes": 123571
- },
- {
- "Title": "Prison",
- "US Gross": 354704,
- "Worldwide Gross": 354704,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Mar 04 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Empire Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 1154
- },
- {
- "Title": "LÈon",
- "US Gross": 19284974,
- "Worldwide Gross": 45284974,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Nov 18 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.6,
- "IMDB Votes": 199762
- },
- {
- "Title": "Prophecy",
- "US Gross": 21000000,
- "Worldwide Gross": 21000000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 15 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Frankenheimer",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.7,
- "IMDB Votes": 1381
- },
- {
- "Title": "The Prince of Tides",
- "US Gross": 74787599,
- "Worldwide Gross": 74787599,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 25 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barbra Streisand",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6829
- },
- {
- "Title": "Proud",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Castle Hill Productions",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 161
- },
- {
- "Title": "Pretty Woman",
- "US Gross": 178406268,
- "Worldwide Gross": 463400000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Mar 23 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.7,
- "IMDB Votes": 60742
- },
- {
- "Title": "Partition",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 02 2007",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.6,
- "IMDB Votes": 1275
- },
- {
- "Title": "The Postman Always Rings Twice",
- "US Gross": 12200000,
- "Worldwide Gross": 44200000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 20 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Bob Rafelson",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6886
- },
- {
- "Title": "Peggy Sue Got Married",
- "US Gross": 41382841,
- "Worldwide Gross": 41382841,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Oct 10 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.3,
- "IMDB Votes": 12457
- },
- {
- "Title": "Peter Pan",
- "US Gross": 87400000,
- "Worldwide Gross": 87400000,
- "US DVD Sales": 90536550,
- "Production Budget": 4000000,
- "Release Date": "Feb 05 1953",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "RKO Radio Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.1,
- "IMDB Votes": 16894
- },
- {
- "Title": "Pet Sematary",
- "US Gross": 57469179,
- "Worldwide Gross": 57469179,
- "US DVD Sales": null,
- "Production Budget": 11500000,
- "Release Date": "Apr 21 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.3,
- "IMDB Votes": 19257
- },
- {
- "Title": "Patton",
- "US Gross": 62500000,
- "Worldwide Gross": 62500000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jan 01 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Franklin J. Schaffner",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.1,
- "IMDB Votes": 39570
- },
- {
- "Title": "The Puffy Chair",
- "US Gross": 194523,
- "Worldwide Gross": 194523,
- "US DVD Sales": null,
- "Production Budget": 15000,
- "Release Date": "Jun 02 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1701
- },
- {
- "Title": "Pulp Fiction",
- "US Gross": 107928762,
- "Worldwide Gross": 212928762,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Oct 14 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.9,
- "IMDB Votes": 417703
- },
- {
- "Title": "Paint Your Wagon",
- "US Gross": 31678778,
- "Worldwide Gross": 31678778,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 15 1969",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Play",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6.5,
- "IMDB Votes": 5037
- },
- {
- "Title": "The Prisoner of Zenda",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "May 25 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 406
- },
- {
- "Title": "The Perez Family",
- "US Gross": 2794056,
- "Worldwide Gross": 2794056,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "May 12 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6,
- "IMDB Votes": 1177
- },
- {
- "Title": "Q",
- "US Gross": 255000,
- "Worldwide Gross": 255000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Nov 19 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1899
- },
- {
- "Title": "The Quick and the Dead",
- "US Gross": 18552460,
- "Worldwide Gross": 18552460,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Feb 10 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.3,
- "IMDB Votes": 27352
- },
- {
- "Title": "Quigley Down Under",
- "US Gross": 21413105,
- "Worldwide Gross": 21413105,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 19 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Simon Wincer",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6001
- },
- {
- "Title": "La Guerre du feu",
- "US Gross": 20959585,
- "Worldwide Gross": 20959585,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Feb 12 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Jean-Jacques Annaud",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 6198
- },
- {
- "Title": "Quo Vadis?",
- "US Gross": 30000000,
- "Worldwide Gross": 30000000,
- "US DVD Sales": null,
- "Production Budget": 8250000,
- "Release Date": "Feb 23 1951",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 5.8,
- "IMDB Votes": 898
- },
- {
- "Title": "Rang De Basanti",
- "US Gross": 2197694,
- "Worldwide Gross": 29197694,
- "US DVD Sales": null,
- "Production Budget": 5300000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "UTV Communications",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.1,
- "IMDB Votes": 12116
- },
- {
- "Title": "Robin and Marian",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 11 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.5,
- "IMDB Votes": 4800
- },
- {
- "Title": "Ransom",
- "US Gross": 136492681,
- "Worldwide Gross": 308700000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Nov 08 1996",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.6,
- "IMDB Votes": 38524
- },
- {
- "Title": "Rosemary's Baby",
- "US Gross": 33395426,
- "Worldwide Gross": 33395426,
- "US DVD Sales": null,
- "Production Budget": 3200000,
- "Release Date": "Jun 12 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.1,
- "IMDB Votes": 50860
- },
- {
- "Title": "Rebecca",
- "US Gross": 6000000,
- "Worldwide Gross": 6000000,
- "US DVD Sales": null,
- "Production Budget": 1288000,
- "Release Date": "Dec 31 1939",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.4,
- "IMDB Votes": 35429
- },
- {
- "Title": "Robin Hood: Prince of Thieves",
- "US Gross": 165493908,
- "Worldwide Gross": 390500000,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 14 1991",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Kevin Reynolds",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.7,
- "IMDB Votes": 54480
- },
- {
- "Title": "Rumble in the Bronx",
- "US Gross": 32281907,
- "Worldwide Gross": 36238752,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Feb 23 1996",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Rob Roy",
- "US Gross": 31390587,
- "Worldwide Gross": 31390587,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Apr 07 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Michael Caton-Jones",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.8,
- "IMDB Votes": 15630
- },
- {
- "Title": "Raging Bull",
- "US Gross": 23380203,
- "Worldwide Gross": 23380203,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Nov 14 1980",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.4,
- "IMDB Votes": 90015
- },
- {
- "Title": "Richard III",
- "US Gross": 2684904,
- "Worldwide Gross": 4204857,
- "US DVD Sales": null,
- "Production Budget": 9200000,
- "Release Date": "Dec 29 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.5,
- "IMDB Votes": 6625
- },
- {
- "Title": "Raising Cain",
- "US Gross": 21171695,
- "Worldwide Gross": 21171695,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Aug 07 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.7,
- "IMDB Votes": 5135
- },
- {
- "Title": "RoboCop",
- "US Gross": 53424681,
- "Worldwide Gross": 53424681,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jul 17 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.6,
- "IMDB Votes": 52898
- },
- {
- "Title": "RoboCop 3",
- "US Gross": 10696210,
- "Worldwide Gross": 10696210,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Nov 05 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 13310
- },
- {
- "Title": "Ri¢hie Ri¢h",
- "US Gross": 38087756,
- "Worldwide Gross": 38087756,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 21 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.7,
- "IMDB Votes": 12687
- },
- {
- "Title": "Radio Days",
- "US Gross": 14792779,
- "Worldwide Gross": 14792779,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jan 30 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.5,
- "IMDB Votes": 10839
- },
- {
- "Title": "Radio Flyer",
- "US Gross": 4651977,
- "Worldwide Gross": 4651977,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 21 1992",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6210
- },
- {
- "Title": "Reservoir Dogs",
- "US Gross": 2832029,
- "Worldwide Gross": 2832029,
- "US DVD Sales": 18806836,
- "Production Budget": 1200000,
- "Release Date": "Oct 23 1992",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.4,
- "IMDB Votes": 212985
- },
- {
- "Title": "Raiders of the Lost Ark",
- "US Gross": 245034358,
- "Worldwide Gross": 386800358,
- "US DVD Sales": 19608618,
- "Production Budget": 20000000,
- "Release Date": "Jun 12 1981",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.7,
- "IMDB Votes": 242661
- },
- {
- "Title": "Red River",
- "US Gross": 9012000,
- "Worldwide Gross": 9012000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Dec 31 1947",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Howard Hawks",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.8,
- "IMDB Votes": 10629
- },
- {
- "Title": "Reds",
- "US Gross": 50000000,
- "Worldwide Gross": 50000000,
- "US DVD Sales": null,
- "Production Budget": 33500000,
- "Release Date": "Dec 04 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Warren Beatty",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.4,
- "IMDB Votes": 8455
- },
- {
- "Title": "Le Violon rouge",
- "US Gross": 10019109,
- "Worldwide Gross": 10019109,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 11 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 14545
- },
- {
- "Title": "Red Sonja",
- "US Gross": 6905861,
- "Worldwide Gross": 6905861,
- "US DVD Sales": null,
- "Production Budget": 17900000,
- "Release Date": "Jun 28 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Richard Fleischer",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.4,
- "IMDB Votes": 11896
- },
- {
- "Title": "Star Wars Ep. VI: Return of the Jedi",
- "US Gross": 309205079,
- "Worldwide Gross": 572700000,
- "US DVD Sales": 12356425,
- "Production Budget": 32500000,
- "Release Date": "May 25 1983",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Richard Marquand",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Return",
- "US Gross": 501752,
- "Worldwide Gross": 2658490,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 06 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Kino International",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.3,
- "IMDB Votes": 236
- },
- {
- "Title": "The Rise and Fall of Miss Thang",
- "US Gross": 401,
- "Worldwide Gross": 401,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "Aug 14 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": 87,
- "Distributor": "Lavender House Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Roger & Me",
- "US Gross": 6706368,
- "Worldwide Gross": 6706368,
- "US DVD Sales": null,
- "Production Budget": 140000,
- "Release Date": "Dec 20 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michael Moore",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.5,
- "IMDB Votes": 14883
- },
- {
- "Title": "The Right Stuff",
- "US Gross": 21500000,
- "Worldwide Gross": 21500000,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Oct 21 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Philip Kaufman",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.9,
- "IMDB Votes": 24275
- },
- {
- "Title": "The Rocky Horror Picture Show",
- "US Gross": 139876417,
- "Worldwide Gross": 139876417,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Sep 26 1975",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.1,
- "IMDB Votes": 41265
- },
- {
- "Title": "Road House",
- "US Gross": 30050028,
- "Worldwide Gross": 30050028,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "May 19 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.8,
- "IMDB Votes": 14085
- },
- {
- "Title": "Romeo Is Bleeding",
- "US Gross": 3275585,
- "Worldwide Gross": 3275585,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 04 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.3,
- "IMDB Votes": 6537
- },
- {
- "Title": "Rockaway",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jul 07 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Off-Hollywood Distribution",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.2,
- "IMDB Votes": 232
- },
- {
- "Title": "Rocky",
- "US Gross": 117235147,
- "Worldwide Gross": 225000000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Nov 21 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John G. Avildsen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4,
- "IMDB Votes": 84
- },
- {
- "Title": "Return of the Living Dead Part II",
- "US Gross": 9205924,
- "Worldwide Gross": 9205924,
- "US DVD Sales": null,
- "Production Budget": 6200000,
- "Release Date": "Jan 15 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Lorimar Motion Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 4661
- },
- {
- "Title": "The R.M.",
- "US Gross": 1111615,
- "Worldwide Gross": 1111615,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jan 31 2003",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Halestone",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 5.5,
- "IMDB Votes": 449
- },
- {
- "Title": "Renaissance Man",
- "US Gross": 24172899,
- "Worldwide Gross": 24172899,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jun 03 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Penny Marshall",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 7650
- },
- {
- "Title": "Rambo: First Blood Part II",
- "US Gross": 150415432,
- "Worldwide Gross": 300400000,
- "US DVD Sales": null,
- "Production Budget": 44000000,
- "Release Date": "May 22 1985",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "George P. Cosmatos",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.8,
- "IMDB Votes": 38548
- },
- {
- "Title": "Rambo III",
- "US Gross": 53715611,
- "Worldwide Gross": 188715611,
- "US DVD Sales": null,
- "Production Budget": 58000000,
- "Release Date": "May 25 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 4.9,
- "IMDB Votes": 31551
- },
- {
- "Title": "Romeo+Juliet",
- "US Gross": 46338728,
- "Worldwide Gross": 147542381,
- "US DVD Sales": null,
- "Production Budget": 14500000,
- "Release Date": "Nov 01 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "20th Century Fox",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Baz Luhrmann",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 78
- },
- {
- "Title": "Ramanujan",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 31 2007",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Stephen Fry",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Rain Man",
- "US Gross": 172825435,
- "Worldwide Gross": 412800000,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 16 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 8,
- "IMDB Votes": 106163
- },
- {
- "Title": "Rapa Nui",
- "US Gross": 305070,
- "Worldwide Gross": 305070,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 11 1994",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Kevin Reynolds",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2081
- },
- {
- "Title": "Roar",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Dec 31 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 228
- },
- {
- "Title": "The Robe",
- "US Gross": 36000000,
- "Worldwide Gross": 36000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 16 1953",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2913
- },
- {
- "Title": "The Rock",
- "US Gross": 134069511,
- "Worldwide Gross": 336069511,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jun 07 1996",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.2,
- "IMDB Votes": 108324
- },
- {
- "Title": "The Remains of the Day",
- "US Gross": 22954968,
- "Worldwide Gross": 63954968,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 05 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "James Ivory",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.9,
- "IMDB Votes": 21736
- },
- {
- "Title": "Airplane!",
- "US Gross": 83453539,
- "Worldwide Gross": 83453539,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Jul 04 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Jerry Zucker",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.8,
- "IMDB Votes": 57000
- },
- {
- "Title": "Repo Man",
- "US Gross": 2300000,
- "Worldwide Gross": 2300000,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Mar 02 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 6.7,
- "IMDB Votes": 12438
- },
- {
- "Title": "Rocket Singh: Salesman of the Year",
- "US Gross": 164649,
- "Worldwide Gross": 5348767,
- "US DVD Sales": null,
- "Production Budget": 1070000,
- "Release Date": "Dec 11 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Yash Raj Films",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 1436
- },
- {
- "Title": "Raise the Titanic",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 01 1980",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 3.9,
- "IMDB Votes": 1757
- },
- {
- "Title": "Restoration",
- "US Gross": 4100000,
- "Worldwide Gross": 4100000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 29 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 4024
- },
- {
- "Title": "The Return of the Living Dead",
- "US Gross": 14237880,
- "Worldwide Gross": 14237880,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Aug 16 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.1,
- "IMDB Votes": 13621
- },
- {
- "Title": "Rejsen til Saturn",
- "US Gross": 0,
- "Worldwide Gross": 2783634,
- "US DVD Sales": null,
- "Production Budget": 2700000,
- "Release Date": "Sep 26 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 849
- },
- {
- "Title": "Return to the Land of Wonders",
- "US Gross": 1338,
- "Worldwide Gross": 1338,
- "US DVD Sales": null,
- "Production Budget": 5000,
- "Release Date": "Jul 13 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Arab Film Distribution",
- "Source": null,
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.5,
- "IMDB Votes": 35
- },
- {
- "Title": "Return to Oz",
- "US Gross": 10618813,
- "Worldwide Gross": 10618813,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jun 21 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.7,
- "IMDB Votes": 7491
- },
- {
- "Title": "The Running Man",
- "US Gross": 38122000,
- "Worldwide Gross": 38122000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 13 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Michael Glaser",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.4,
- "IMDB Votes": 36308
- },
- {
- "Title": "Run Lola Run",
- "US Gross": 7267324,
- "Worldwide Gross": 14533173,
- "US DVD Sales": null,
- "Production Budget": 1750000,
- "Release Date": "Jun 18 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Tykwer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 91
- },
- {
- "Title": "Revolution#9",
- "US Gross": 9118,
- "Worldwide Gross": 9118,
- "US DVD Sales": null,
- "Production Budget": 350000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 252
- },
- {
- "Title": "The River Wild",
- "US Gross": 46815000,
- "Worldwide Gross": 94215000,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Sep 30 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Curtis Hanson",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.2,
- "IMDB Votes": 14285
- },
- {
- "Title": "Se7en",
- "US Gross": 100125643,
- "Worldwide Gross": 328125643,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 22 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.7,
- "IMDB Votes": 278918
- },
- {
- "Title": "Safe Men",
- "US Gross": 21210,
- "Worldwide Gross": 21210,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 07 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 5.9,
- "IMDB Votes": 1743
- },
- {
- "Title": "Secrets & Lies",
- "US Gross": 13417292,
- "Worldwide Gross": 13417292,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Sep 28 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Leigh",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.9,
- "IMDB Votes": 14364
- },
- {
- "Title": "Sgt. Bilko",
- "US Gross": 30356589,
- "Worldwide Gross": 37956589,
- "US DVD Sales": null,
- "Production Budget": 39000000,
- "Release Date": "Mar 29 1996",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.2,
- "IMDB Votes": 9693
- },
- {
- "Title": "Sabrina",
- "US Gross": 53458319,
- "Worldwide Gross": 87100000,
- "US DVD Sales": null,
- "Production Budget": 58000000,
- "Release Date": "Dec 15 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6,
- "IMDB Votes": 15749
- },
- {
- "Title": "Subway",
- "US Gross": 390659,
- "Worldwide Gross": 1663296,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Nov 06 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Island/Alive",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.2,
- "IMDB Votes": 5904
- },
- {
- "Title": "School Daze",
- "US Gross": 14545844,
- "Worldwide Gross": 14545844,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Feb 12 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2667
- },
- {
- "Title": "Scarface",
- "US Gross": 44942821,
- "Worldwide Gross": 44942821,
- "US DVD Sales": 15386092,
- "Production Budget": 25000000,
- "Release Date": "Dec 09 1983",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 8.2,
- "IMDB Votes": 152262
- },
- {
- "Title": "Schindler's List",
- "US Gross": 96067179,
- "Worldwide Gross": 321200000,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 15 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.9,
- "IMDB Votes": 276283
- },
- {
- "Title": "A Streetcar Named Desire",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Sep 18 1951",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Play",
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Elia Kazan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.1,
- "IMDB Votes": 33781
- },
- {
- "Title": "Shadow Conspiracy",
- "US Gross": 2154540,
- "Worldwide Gross": 2154540,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jan 31 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "George P. Cosmatos",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 2427
- },
- {
- "Title": "Short Cut to Nirvana: Kumbh Mela",
- "US Gross": 381225,
- "Worldwide Gross": 439651,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Oct 22 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Mela Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.9,
- "IMDB Votes": 105
- },
- {
- "Title": "Spartacus",
- "US Gross": 30000000,
- "Worldwide Gross": 60000000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 07 1960",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8,
- "IMDB Votes": 50856
- },
- {
- "Title": "Sunday",
- "US Gross": 410919,
- "Worldwide Gross": 450349,
- "US DVD Sales": null,
- "Production Budget": 450000,
- "Release Date": "Aug 22 1997",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.9,
- "IMDB Votes": 436
- },
- {
- "Title": "She Done Him Wrong",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Feb 09 2033",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1795
- },
- {
- "Title": "Secret, The",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": 65505095,
- "Production Budget": 3500000,
- "Release Date": "Nov 07 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Documentary",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Sea Rex 3D: Journey to a Prehistoric World",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "3D Entertainment",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "State Fair",
- "US Gross": 3500000,
- "Worldwide Gross": 3500000,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Mar 09 1962",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5.7,
- "IMDB Votes": 436
- },
- {
- "Title": "Sticky Fingers of Time",
- "US Gross": 18195,
- "Worldwide Gross": 20628,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jan 08 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Stargate - The Ark of Truth",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": 8962832,
- "Production Budget": 7000000,
- "Release Date": "Mar 11 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "She's Gotta Have It",
- "US Gross": 7137502,
- "Worldwide Gross": 7137502,
- "US DVD Sales": null,
- "Production Budget": 175000,
- "Release Date": "Aug 08 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Island",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2594
- },
- {
- "Title": "Stargate",
- "US Gross": 71565669,
- "Worldwide Gross": 196565669,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Oct 28 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.7,
- "IMDB Votes": 47174
- },
- {
- "Title": "The Shadow",
- "US Gross": 31835600,
- "Worldwide Gross": 31835600,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 01 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Russell Mulcahy",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.6,
- "IMDB Votes": 9530
- },
- {
- "Title": "Show Boat",
- "US Gross": 11000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 2300000,
- "Release Date": "Sep 24 1951",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1788
- },
- {
- "Title": "Shadowlands",
- "US Gross": 25842377,
- "Worldwide Gross": 25842377,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Dec 29 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Savoy",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Sir Richard Attenborough",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.4,
- "IMDB Votes": 7689
- },
- {
- "Title": "Shanghai Surprise",
- "US Gross": 2315000,
- "Worldwide Gross": 2315000,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 29 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 2.6,
- "IMDB Votes": 2591
- },
- {
- "Title": "Shalako",
- "US Gross": 2620000,
- "Worldwide Gross": 2620000,
- "US DVD Sales": null,
- "Production Budget": 1455000,
- "Release Date": "Dec 31 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 1090
- },
- {
- "Title": "Sheena",
- "US Gross": 5778353,
- "Worldwide Gross": 5778353,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 17 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Guillermin",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 4.3,
- "IMDB Votes": 1598
- },
- {
- "Title": "Shine",
- "US Gross": 35811509,
- "Worldwide Gross": 35811509,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Nov 22 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Fine Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Scott Hicks",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.6,
- "IMDB Votes": 22439
- },
- {
- "Title": "The Shining",
- "US Gross": 44017374,
- "Worldwide Gross": 44017374,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "May 23 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 8.5,
- "IMDB Votes": 177762
- },
- {
- "Title": "Haakon Haakonsen",
- "US Gross": 15024232,
- "Worldwide Gross": 15024232,
- "US DVD Sales": null,
- "Production Budget": 8500000,
- "Release Date": "Mar 01 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1125
- },
- {
- "Title": "Ishtar",
- "US Gross": 14375181,
- "Worldwide Gross": 14375181,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "May 15 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 3.7,
- "IMDB Votes": 6094
- },
- {
- "Title": "Showgirls",
- "US Gross": 20254932,
- "Worldwide Gross": 20254932,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 22 1995",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.1,
- "IMDB Votes": 27004
- },
- {
- "Title": "The Shawshank Redemption",
- "US Gross": 28241469,
- "Worldwide Gross": 28241469,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 23 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Frank Darabont",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 9.2,
- "IMDB Votes": 519541
- },
- {
- "Title": "Silver Bullet",
- "US Gross": 10803211,
- "Worldwide Gross": 10803211,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Oct 11 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.9,
- "IMDB Votes": 6387
- },
- {
- "Title": "Side Effects",
- "US Gross": 44701,
- "Worldwide Gross": 44701,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Sep 09 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sky Island",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Set It Off",
- "US Gross": 36049108,
- "Worldwide Gross": 36049108,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Nov 06 1996",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.3,
- "IMDB Votes": 4570
- },
- {
- "Title": "The Silence of the Lambs",
- "US Gross": 130726716,
- "Worldwide Gross": 275726716,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 14 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jonathan Demme",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.7,
- "IMDB Votes": 244856
- },
- {
- "Title": "Silver Medalist",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 2600000,
- "Release Date": "Feb 29 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Silent Trigger",
- "US Gross": 76382,
- "Worldwide Gross": 76382,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 26 1996",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Russell Mulcahy",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 1364
- },
- {
- "Title": "Thinner",
- "US Gross": 15171475,
- "Worldwide Gross": 15171475,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 25 1996",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 5.3,
- "IMDB Votes": 7888
- },
- {
- "Title": "Sling Blade",
- "US Gross": 24475416,
- "Worldwide Gross": 34175000,
- "US DVD Sales": null,
- "Production Budget": 4833610,
- "Release Date": "Nov 20 1996",
- "MPAA Rating": "R",
- "Running Time min": 133,
- "Distributor": "Miramax",
- "Source": "Based on Short Film",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8,
- "IMDB Votes": 41785
- },
- {
- "Title": "Slacker",
- "US Gross": 1227508,
- "Worldwide Gross": 1227508,
- "US DVD Sales": null,
- "Production Budget": 23000,
- "Release Date": "Aug 01 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.9,
- "IMDB Votes": 5907
- },
- {
- "Title": "Some Like it Hot",
- "US Gross": 25000000,
- "Worldwide Gross": 25000000,
- "US DVD Sales": null,
- "Production Budget": 2883848,
- "Release Date": "Mar 29 1959",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Billy Wilder",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.3,
- "IMDB Votes": 67157
- },
- {
- "Title": "The Scarlet Letter",
- "US Gross": 10359006,
- "Worldwide Gross": 10359006,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Oct 13 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Roland Joffe",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.6,
- "IMDB Votes": 6155
- },
- {
- "Title": "Silmido",
- "US Gross": 298347,
- "Worldwide Gross": 30298347,
- "US DVD Sales": null,
- "Production Budget": 8500000,
- "Release Date": "Apr 23 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Cinema Service",
- "Source": null,
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 1724
- },
- {
- "Title": "Sleeper",
- "US Gross": 18344729,
- "Worldwide Gross": 18344729,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 17 1973",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.3,
- "IMDB Votes": 15466
- },
- {
- "Title": "Sleepers",
- "US Gross": 53300852,
- "Worldwide Gross": 165600852,
- "US DVD Sales": null,
- "Production Budget": 44000000,
- "Release Date": "Oct 18 1996",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.3,
- "IMDB Votes": 51874
- },
- {
- "Title": "The Slaughter Rule",
- "US Gross": 13134,
- "Worldwide Gross": 13134,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jan 10 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 1136
- },
- {
- "Title": "Solomon and Sheba",
- "US Gross": 11000000,
- "Worldwide Gross": 11000000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jan 01 1959",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "King Vidor",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 915
- },
- {
- "Title": "Sur Le Seuil",
- "US Gross": 2013052,
- "Worldwide Gross": 2013052,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Alliance",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 585
- },
- {
- "Title": "The Usual Suspects",
- "US Gross": 23341568,
- "Worldwide Gross": 23341568,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 16 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bryan Singer",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 8.7,
- "IMDB Votes": 266890
- },
- {
- "Title": "Silverado",
- "US Gross": 33200000,
- "Worldwide Gross": 33200000,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Jul 10 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Lawrence Kasdan",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7,
- "IMDB Votes": 14243
- },
- {
- "Title": "Salvador",
- "US Gross": 1500000,
- "Worldwide Gross": 1500000,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Apr 23 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Hemdale",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.5,
- "IMDB Votes": 7797
- },
- {
- "Title": "Sex, Lies, and Videotape",
- "US Gross": 24741667,
- "Worldwide Gross": 36741667,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Aug 04 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Show Me",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Nov 04 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Wolfe Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 288
- },
- {
- "Title": "Simon",
- "US Gross": 4055,
- "Worldwide Gross": 4055,
- "US DVD Sales": null,
- "Production Budget": 1300000,
- "Release Date": "Apr 07 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 4873
- },
- {
- "Title": "Super Mario Bros.",
- "US Gross": 20844907,
- "Worldwide Gross": 20844907,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "May 28 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 17281
- },
- {
- "Title": "Somewhere in Time",
- "US Gross": 9709597,
- "Worldwide Gross": 9709597,
- "US DVD Sales": null,
- "Production Budget": 5100000,
- "Release Date": "Oct 03 1980",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7,
- "IMDB Votes": 8787
- },
- {
- "Title": "Smoke Signals",
- "US Gross": 6719300,
- "Worldwide Gross": 7756617,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 26 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.9,
- "IMDB Votes": 5058
- },
- {
- "Title": "Serial Mom",
- "US Gross": 7881335,
- "Worldwide Gross": 7881335,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Apr 13 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Savoy",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Waters",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.4,
- "IMDB Votes": 10999
- },
- {
- "Title": "Sommersturm",
- "US Gross": 95204,
- "Worldwide Gross": 95204,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Regent Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 5251
- },
- {
- "Title": "Silent Movie",
- "US Gross": 36145695,
- "Worldwide Gross": 36145695,
- "US DVD Sales": null,
- "Production Budget": 4400000,
- "Release Date": "Jun 25 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6248
- },
- {
- "Title": "The Santa Clause",
- "US Gross": 144833357,
- "Worldwide Gross": 189800000,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Nov 11 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "John Pasquin",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.1,
- "IMDB Votes": 17773
- },
- {
- "Title": "The Singles Ward",
- "US Gross": 1250798,
- "Worldwide Gross": 1250798,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Feb 01 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Halestorm Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.7,
- "IMDB Votes": 736
- },
- {
- "Title": "Sense and Sensibility",
- "US Gross": 42993774,
- "Worldwide Gross": 134993774,
- "US DVD Sales": null,
- "Production Budget": 16500000,
- "Release Date": "Dec 11 1995",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.7,
- "IMDB Votes": 31279
- },
- {
- "Title": "Singin' in the Rain",
- "US Gross": 3600000,
- "Worldwide Gross": 3600000,
- "US DVD Sales": null,
- "Production Budget": 2540000,
- "Release Date": "Apr 10 1952",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Stanley Donen",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.4,
- "IMDB Votes": 55352
- },
- {
- "Title": "Solitude",
- "US Gross": 6260,
- "Worldwide Gross": 6260,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Jan 07 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 82
- },
- {
- "Title": "The Sound of Music",
- "US Gross": 163214286,
- "Worldwide Gross": 286214286,
- "US DVD Sales": null,
- "Production Budget": 8200000,
- "Release Date": "Apr 01 1965",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Robert Wise",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.3,
- "IMDB Votes": 45
- },
- {
- "Title": "She's the One",
- "US Gross": 9482579,
- "Worldwide Gross": 13795053,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Aug 23 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edward Burns",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6,
- "IMDB Votes": 8159
- },
- {
- "Title": "Straight out of Brooklyn",
- "US Gross": 2712293,
- "Worldwide Gross": 2712293,
- "US DVD Sales": null,
- "Production Budget": 450000,
- "Release Date": "Dec 31 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 5.6,
- "IMDB Votes": 263
- },
- {
- "Title": "Spaceballs",
- "US Gross": 38119483,
- "Worldwide Gross": 38119483,
- "US DVD Sales": null,
- "Production Budget": 22700000,
- "Release Date": "Jun 24 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.9,
- "IMDB Votes": 52434
- },
- {
- "Title": "Speed",
- "US Gross": 121248145,
- "Worldwide Gross": 283200000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 10 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jan De Bont",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 2.6,
- "IMDB Votes": 4175
- },
- {
- "Title": "Species",
- "US Gross": 60054449,
- "Worldwide Gross": 113354449,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jul 07 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Roger Donaldson",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.6,
- "IMDB Votes": 21917
- },
- {
- "Title": "Sphinx",
- "US Gross": 2000000,
- "Worldwide Gross": 11400000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 11 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Franklin J. Schaffner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 478
- },
- {
- "Title": "Spaced Invaders",
- "US Gross": 15000000,
- "Worldwide Gross": 15000000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 27 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Patrick Read Johnson",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.8,
- "IMDB Votes": 1464
- },
- {
- "Title": "Spellbound",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Dec 31 1944",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.7,
- "IMDB Votes": 14665
- },
- {
- "Title": "Splash",
- "US Gross": 62599495,
- "Worldwide Gross": 62599495,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Mar 09 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 6.2,
- "IMDB Votes": 21732
- },
- {
- "Title": "Superman IV: The Quest for Peace",
- "US Gross": 11227824,
- "Worldwide Gross": 11227824,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Jul 24 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Sidney J. Furie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 15164
- },
- {
- "Title": "Superman II",
- "US Gross": 108185706,
- "Worldwide Gross": 108185706,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 19 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 29512
- },
- {
- "Title": "Superman III",
- "US Gross": 59950623,
- "Worldwide Gross": 59950623,
- "US DVD Sales": null,
- "Production Budget": 39000000,
- "Release Date": "Jun 17 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 4.7,
- "IMDB Votes": 18070
- },
- {
- "Title": "Sparkler",
- "US Gross": 5494,
- "Worldwide Gross": 5494,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Mar 19 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.5,
- "IMDB Votes": 320
- },
- {
- "Title": "Superman",
- "US Gross": 134218018,
- "Worldwide Gross": 300200000,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 15 1978",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 4.9,
- "IMDB Votes": 129
- },
- {
- "Title": "The Specialist",
- "US Gross": 57362581,
- "Worldwide Gross": 57362581,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Oct 07 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 4.9,
- "IMDB Votes": 18749
- },
- {
- "Title": "The Sorcerer",
- "US Gross": 12000000,
- "Worldwide Gross": 12000000,
- "US DVD Sales": null,
- "Production Budget": 21600000,
- "Release Date": "Jun 24 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 563
- },
- {
- "Title": "Sisters in Law",
- "US Gross": 33312,
- "Worldwide Gross": 33312,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Apr 12 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Women Make Movies",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 203
- },
- {
- "Title": "Smilla's Sense of Snow",
- "US Gross": 2221994,
- "Worldwide Gross": 2221994,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 28 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bille August",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.1,
- "IMDB Votes": 7280
- },
- {
- "Title": "Assassins",
- "US Gross": 30306268,
- "Worldwide Gross": 83306268,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Oct 06 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23370
- },
- {
- "Title": "Star Trek: The Motion Picture",
- "US Gross": 82258456,
- "Worldwide Gross": 139000000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 07 1979",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Robert Wise",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.2,
- "IMDB Votes": 25454
- },
- {
- "Title": "Star Trek III: The Search for Spock",
- "US Gross": 76471046,
- "Worldwide Gross": 87000000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jun 01 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Leonard Nimoy",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 22261
- },
- {
- "Title": "Star Trek IV: The Voyage Home",
- "US Gross": 109713132,
- "Worldwide Gross": 133000000,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Nov 26 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Leonard Nimoy",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 26207
- },
- {
- "Title": "Stand by Me",
- "US Gross": 52287414,
- "Worldwide Gross": 52287414,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Aug 08 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.2,
- "IMDB Votes": 90143
- },
- {
- "Title": "Stone Cold",
- "US Gross": 9286314,
- "Worldwide Gross": 9286314,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "May 17 1991",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 4.6,
- "IMDB Votes": 52
- },
- {
- "Title": "The Stewardesses",
- "US Gross": 13500000,
- "Worldwide Gross": 25000000,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Jul 25 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 86
- },
- {
- "Title": "Street Fighter",
- "US Gross": 33423000,
- "Worldwide Gross": 99423000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 23 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 3.3,
- "IMDB Votes": 25407
- },
- {
- "Title": "Star Trek II: The Wrath of Khan",
- "US Gross": 79912963,
- "Worldwide Gross": 96800000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 04 1982",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 36131
- },
- {
- "Title": "Steal (Canadian Release)",
- "US Gross": 220944,
- "Worldwide Gross": 220944,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Sting",
- "US Gross": 159616327,
- "Worldwide Gross": 159616327,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Dec 25 1973",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": "Historical Fiction",
- "Director": "George Roy Hill",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.4,
- "IMDB Votes": 65866
- },
- {
- "Title": "Stonewall",
- "US Gross": 304602,
- "Worldwide Gross": 304602,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jul 26 1996",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Strand",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 741
- },
- {
- "Title": "Star Trek V: The Final Frontier",
- "US Gross": 52210049,
- "Worldwide Gross": 70200000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 09 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 20600
- },
- {
- "Title": "Star Trek VI: The Undiscovered Country",
- "US Gross": 74888996,
- "Worldwide Gross": 96900000,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Dec 06 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 23546
- },
- {
- "Title": "Star Trek: Generations",
- "US Gross": 75671262,
- "Worldwide Gross": 120000000,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Nov 18 1994",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 26465
- },
- {
- "Title": "Stripes",
- "US Gross": 85300000,
- "Worldwide Gross": 85300000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 26 1981",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.8,
- "IMDB Votes": 19618
- },
- {
- "Title": "Striptease",
- "US Gross": 32773011,
- "Worldwide Gross": 32773011,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 28 1996",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Bergman",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 3.9,
- "IMDB Votes": 18012
- },
- {
- "Title": "Star Wars Ep. IV: A New Hope",
- "US Gross": 460998007,
- "Worldwide Gross": 797900000,
- "US DVD Sales": 11182540,
- "Production Budget": 11000000,
- "Release Date": "May 25 1977",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "George Lucas",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Saints and Soldiers",
- "US Gross": 1310470,
- "Worldwide Gross": 1310470,
- "US DVD Sales": null,
- "Production Budget": 780000,
- "Release Date": "Aug 06 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Excel Entertainment",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ryan Little",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 7581
- },
- {
- "Title": "Steppin: The Movie",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 31 2007",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.3,
- "IMDB Votes": 108
- },
- {
- "Title": "Strangers on a Train",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Jul 03 1951",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.3,
- "IMDB Votes": 34284
- },
- {
- "Title": "Sugar Hill",
- "US Gross": 18272447,
- "Worldwide Gross": 18272447,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 25 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.3,
- "IMDB Votes": 1627
- },
- {
- "Title": "Stiff Upper Lips",
- "US Gross": 69582,
- "Worldwide Gross": 69582,
- "US DVD Sales": null,
- "Production Budget": 5700000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cowboy Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.1,
- "IMDB Votes": 543
- },
- {
- "Title": "Shichinin no samurai",
- "US Gross": 271736,
- "Worldwide Gross": 271736,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Nov 19 1956",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cowboy Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Akira Kurosawa",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.8,
- "IMDB Votes": 96698
- },
- {
- "Title": "Sweet Charity",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 31 1968",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Bob Fosse",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 1691
- },
- {
- "Title": "Sands of Iwo Jima",
- "US Gross": 7800000,
- "Worldwide Gross": 7800000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 31 1948",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.1,
- "IMDB Votes": 4160
- },
- {
- "Title": "The Spy Who Loved Me",
- "US Gross": 46800000,
- "Worldwide Gross": 185400000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jul 13 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.1,
- "IMDB Votes": 24938
- },
- {
- "Title": "The Swindle",
- "US Gross": 245359,
- "Worldwide Gross": 5045359,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Yorker",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 1417
- },
- {
- "Title": "Swingers",
- "US Gross": 4505922,
- "Worldwide Gross": 6542637,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Oct 18 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Doug Liman",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.2,
- "IMDB Votes": 431
- },
- {
- "Title": "Snow White and the Seven Dwarfs",
- "US Gross": 184925485,
- "Worldwide Gross": 184925485,
- "US DVD Sales": null,
- "Production Budget": 1488000,
- "Release Date": "Dec 21 2037",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.8,
- "IMDB Votes": 38141
- },
- {
- "Title": "The Sweet Hereafter",
- "US Gross": 4306697,
- "Worldwide Gross": 4306697,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 10 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.8,
- "IMDB Votes": 16280
- },
- {
- "Title": "She Wore a Yellow Ribbon",
- "US Gross": 5400000,
- "Worldwide Gross": 5400000,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Dec 31 1948",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Ford",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 7.3,
- "IMDB Votes": 5825
- },
- {
- "Title": "Sex with Strangers",
- "US Gross": 247740,
- "Worldwide Gross": 247740,
- "US DVD Sales": null,
- "Production Budget": 1100000,
- "Release Date": "Feb 22 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5,
- "IMDB Votes": 151
- },
- {
- "Title": "Spy Hard",
- "US Gross": 26936265,
- "Worldwide Gross": 26936265,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "May 24 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 81,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.7,
- "IMDB Votes": 12682
- },
- {
- "Title": "Shi Yue Wei Cheng",
- "US Gross": 0,
- "Worldwide Gross": 44195779,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Dec 18 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1795
- },
- {
- "Title": "Tango",
- "US Gross": 1687311,
- "Worldwide Gross": 1687311,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Feb 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1490
- },
- {
- "Title": "The Age of Innocence",
- "US Gross": 32014993,
- "Worldwide Gross": 32014993,
- "US DVD Sales": null,
- "Production Budget": 34000000,
- "Release Date": "Sep 17 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.1,
- "IMDB Votes": 16000
- },
- {
- "Title": "Talk Radio",
- "US Gross": 3468572,
- "Worldwide Gross": 3468572,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 01 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7,
- "IMDB Votes": 5659
- },
- {
- "Title": "The Texas Chainsaw Massacre",
- "US Gross": 26572439,
- "Worldwide Gross": 26572439,
- "US DVD Sales": null,
- "Production Budget": 140000,
- "Release Date": "Oct 18 1974",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": "Tobe Hooper",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 6.1,
- "IMDB Votes": 39172
- },
- {
- "Title": "The Texas Chainsaw Massacre 2",
- "US Gross": 8025872,
- "Worldwide Gross": 8025872,
- "US DVD Sales": null,
- "Production Budget": 4700000,
- "Release Date": "Aug 22 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cannon",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tobe Hooper",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.1,
- "IMDB Votes": 7702
- },
- {
- "Title": "Timecop",
- "US Gross": 44853581,
- "Worldwide Gross": 102053581,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Sep 16 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Peter Hyams",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.5,
- "IMDB Votes": 16570
- },
- {
- "Title": "Tin Cup",
- "US Gross": 53854588,
- "Worldwide Gross": 75854588,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Aug 16 1996",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Shelton",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.1,
- "IMDB Votes": 17274
- },
- {
- "Title": "Torn Curtain",
- "US Gross": 13000000,
- "Worldwide Gross": 13000000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jul 16 1966",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.6,
- "IMDB Votes": 8670
- },
- {
- "Title": "To Die For",
- "US Gross": 21284514,
- "Worldwide Gross": 27688744,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 6.8,
- "IMDB Votes": 18459
- },
- {
- "Title": "Terror Train",
- "US Gross": 8000000,
- "Worldwide Gross": 8000000,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Dec 31 1979",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Roger Spottiswoode",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.5,
- "IMDB Votes": 2479
- },
- {
- "Title": "Teen Wolf Too",
- "US Gross": 7888000,
- "Worldwide Gross": 7888000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Nov 20 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Atlantic",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 2.8,
- "IMDB Votes": 5207
- },
- {
- "Title": "The Fan",
- "US Gross": 18582965,
- "Worldwide Gross": 18582965,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Aug 16 1996",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20640
- },
- {
- "Title": "Timber Falls",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 2600000,
- "Release Date": "Dec 07 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Slowhand Cinema",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2213
- },
- {
- "Title": "Tae Guik Gi: The Brotherhood of War",
- "US Gross": 1110186,
- "Worldwide Gross": 69826708,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Sep 03 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IDP Distribution",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Incredibly True Adventure of Two Girls in Love",
- "US Gross": 2210408,
- "Worldwide Gross": 2477155,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jun 16 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 1795
- },
- {
- "Title": "There Goes My Baby",
- "US Gross": 125169,
- "Worldwide Gross": 125169,
- "US DVD Sales": null,
- "Production Budget": 10500000,
- "Release Date": "Sep 02 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 507
- },
- {
- "Title": "Tank Girl",
- "US Gross": 4064333,
- "Worldwide Gross": 4064333,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 01 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 4.7,
- "IMDB Votes": 10772
- },
- {
- "Title": "Top Gun",
- "US Gross": 176786701,
- "Worldwide Gross": 353786701,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "May 16 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.5,
- "IMDB Votes": 80013
- },
- {
- "Title": "Thunderball",
- "US Gross": 63600000,
- "Worldwide Gross": 141200000,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Dec 29 1965",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7,
- "IMDB Votes": 27245
- },
- {
- "Title": "The Calling",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Dec 31 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 1113
- },
- {
- "Title": "The Craft",
- "US Gross": 24769466,
- "Worldwide Gross": 55669466,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "May 03 1996",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Andrew Fleming",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.9,
- "IMDB Votes": 21130
- },
- {
- "Title": "It Happened One Night",
- "US Gross": 2500000,
- "Worldwide Gross": 2500000,
- "US DVD Sales": null,
- "Production Budget": 325000,
- "Release Date": "Dec 31 1933",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Romantic Comedy",
- "Creative Type": null,
- "Director": "Frank Capra",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.3,
- "IMDB Votes": 25074
- },
- {
- "Title": "The Net",
- "US Gross": 50621733,
- "Worldwide Gross": 110521733,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jul 28 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 24363
- },
- {
- "Title": "La otra conquista",
- "US Gross": 886410,
- "Worldwide Gross": 886410,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Apr 19 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Hombre de Oro",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 584
- },
- {
- "Title": "The Journey",
- "US Gross": 19800,
- "Worldwide Gross": 19800,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jul 11 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 74
- },
- {
- "Title": "They Live",
- "US Gross": 13000000,
- "Worldwide Gross": 13000000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Nov 04 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7,
- "IMDB Votes": 20995
- },
- {
- "Title": "Tales from the Hood",
- "US Gross": 11784569,
- "Worldwide Gross": 11784569,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "May 24 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Savoy",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.8,
- "IMDB Votes": 1860
- },
- {
- "Title": "Time Bandits",
- "US Gross": 37400000,
- "Worldwide Gross": 37400000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 06 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Avco Embassy",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 6.9,
- "IMDB Votes": 22719
- },
- {
- "Title": "Tombstone",
- "US Gross": 56505000,
- "Worldwide Gross": 56505000,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 25 1993",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Western",
- "Creative Type": "Dramatization",
- "Director": "George P. Cosmatos",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.7,
- "IMDB Votes": 43688
- },
- {
- "Title": "Time Changer",
- "US Gross": 1500711,
- "Worldwide Gross": 1500711,
- "US DVD Sales": null,
- "Production Budget": 825000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Five & Two Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5,
- "IMDB Votes": 1029
- },
- {
- "Title": "Teenage Mutant Ninja Turtles II: The Secret of the Ooze",
- "US Gross": 78656813,
- "Worldwide Gross": 78656813,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 22 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 12742
- },
- {
- "Title": "Teenage Mutant Ninja Turtles III",
- "US Gross": 42273609,
- "Worldwide Gross": 42273609,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Mar 19 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 4.3,
- "IMDB Votes": 9064
- },
- {
- "Title": "Tango & Cash",
- "US Gross": 63408614,
- "Worldwide Gross": 63408614,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 22 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrei Konchalovsky",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.8,
- "IMDB Votes": 25248
- },
- {
- "Title": "Teenage Mutant Ninja Turtles",
- "US Gross": 135265915,
- "Worldwide Gross": 202000000,
- "US DVD Sales": null,
- "Production Budget": 13500000,
- "Release Date": "Mar 30 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Steve Barron",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 25867
- },
- {
- "Title": "Topaz",
- "US Gross": 6000000,
- "Worldwide Gross": 6000000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 19 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.2,
- "IMDB Votes": 6389
- },
- {
- "Title": "Taps",
- "US Gross": 35856053,
- "Worldwide Gross": 35856053,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 09 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Becker",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6515
- },
- {
- "Title": "Trainspotting",
- "US Gross": 16501785,
- "Worldwide Gross": 24000785,
- "US DVD Sales": null,
- "Production Budget": 3100000,
- "Release Date": "Jul 19 1996",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Danny Boyle",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 8.2,
- "IMDB Votes": 150483
- },
- {
- "Title": "The Train",
- "US Gross": 6800000,
- "Worldwide Gross": 6800000,
- "US DVD Sales": null,
- "Production Budget": 5800000,
- "Release Date": "Mar 07 1965",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Frankenheimer",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.8,
- "IMDB Votes": 4692
- },
- {
- "Title": "Troop Beverly Hills",
- "US Gross": 7190505,
- "Worldwide Gross": 7190505,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Mar 22 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.7,
- "IMDB Votes": 3427
- },
- {
- "Title": "Trekkies",
- "US Gross": 617172,
- "Worldwide Gross": 617172,
- "US DVD Sales": null,
- "Production Budget": 375000,
- "Release Date": "May 21 1999",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3004
- },
- {
- "Title": "True Lies",
- "US Gross": 146282411,
- "Worldwide Gross": 365300000,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jul 15 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.2,
- "IMDB Votes": 80581
- },
- {
- "Title": "Terminator 2: Judgment Day",
- "US Gross": 204859496,
- "Worldwide Gross": 516816151,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jul 02 1991",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.5,
- "IMDB Votes": 237477
- },
- {
- "Title": "Travellers and Magicians",
- "US Gross": 506793,
- "Worldwide Gross": 1058893,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Jan 07 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Zeitgeist",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 1069
- },
- {
- "Title": "The Terminator",
- "US Gross": 38019031,
- "Worldwide Gross": 78019031,
- "US DVD Sales": null,
- "Production Budget": 6400000,
- "Release Date": "Oct 26 1984",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.1,
- "IMDB Votes": 179606
- },
- {
- "Title": "Tremors",
- "US Gross": 16667084,
- "Worldwide Gross": 16667084,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 19 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.2,
- "IMDB Votes": 29840
- },
- {
- "Title": "True Romance",
- "US Gross": 12281000,
- "Worldwide Gross": 12281000,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Sep 10 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.9,
- "IMDB Votes": 73829
- },
- {
- "Title": "Tron",
- "US Gross": 26918576,
- "Worldwide Gross": 26918576,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Jul 09 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 2.9,
- "IMDB Votes": 923
- },
- {
- "Title": "Trapeze",
- "US Gross": 14400000,
- "Worldwide Gross": 14400000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 31 1955",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1570
- },
- {
- "Title": "The Terrorist",
- "US Gross": 195043,
- "Worldwide Gross": 195043,
- "US DVD Sales": null,
- "Production Budget": 25000,
- "Release Date": "Jan 14 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Phaedra Cinema",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 50
- },
- {
- "Title": "Trois",
- "US Gross": 1161843,
- "Worldwide Gross": 1161843,
- "US DVD Sales": null,
- "Production Budget": 200000,
- "Release Date": "Feb 11 2000",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "Rainforest Productions",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.3,
- "IMDB Votes": 360
- },
- {
- "Title": "Things to Do in Denver when You're Dead",
- "US Gross": 529766,
- "Worldwide Gross": 529766,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 01 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6.6,
- "IMDB Votes": 12789
- },
- {
- "Title": "A Time to Kill",
- "US Gross": 108766007,
- "Worldwide Gross": 152266007,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 24 1996",
- "MPAA Rating": "R",
- "Running Time min": 150,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.1,
- "IMDB Votes": 38577
- },
- {
- "Title": "Total Recall",
- "US Gross": 119394839,
- "Worldwide Gross": 261400000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jun 01 1990",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.4,
- "IMDB Votes": 70355
- },
- {
- "Title": "This Thing of Ours",
- "US Gross": 37227,
- "Worldwide Gross": 37227,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jul 18 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 316
- },
- {
- "Title": "Tootsie",
- "US Gross": 177200000,
- "Worldwide Gross": 177200000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 17 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.4,
- "IMDB Votes": 31669
- },
- {
- "Title": "That Thing You Do!",
- "US Gross": 25857416,
- "Worldwide Gross": 31748615,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Oct 04 1996",
- "MPAA Rating": "PG",
- "Running Time min": 110,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Tom Hanks",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 6.7,
- "IMDB Votes": 25916
- },
- {
- "Title": "The Trouble With Harry",
- "US Gross": 7000000,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Oct 03 1955",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.2,
- "IMDB Votes": 11580
- },
- {
- "Title": "Twins",
- "US Gross": 111936388,
- "Worldwide Gross": 216600000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 09 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Twister",
- "US Gross": 241888385,
- "Worldwide Gross": 495900000,
- "US DVD Sales": null,
- "Production Budget": 88000000,
- "Release Date": "May 10 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jan De Bont",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6,
- "IMDB Votes": 61665
- },
- {
- "Title": "Towering Inferno",
- "US Gross": 116000000,
- "Worldwide Gross": 139700000,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 17 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "John Guillermin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Taxi Driver",
- "US Gross": 21100000,
- "Worldwide Gross": 21100000,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Feb 08 1976",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.6,
- "IMDB Votes": 155774
- },
- {
- "Title": "Tycoon",
- "US Gross": 121016,
- "Worldwide Gross": 121016,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jun 13 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 456
- },
- {
- "Title": "Toy Story",
- "US Gross": 191796233,
- "Worldwide Gross": 361948825,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 22 1995",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "John Lasseter",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8.2,
- "IMDB Votes": 151143
- },
- {
- "Title": "Twilight Zone: The Movie",
- "US Gross": 29500000,
- "Worldwide Gross": 29500000,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 24 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.3,
- "IMDB Votes": 12054
- },
- {
- "Title": "Unforgettable",
- "US Gross": 2483790,
- "Worldwide Gross": 2483790,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Feb 23 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "John Dahl",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.7,
- "IMDB Votes": 2284
- },
- {
- "Title": "UHF",
- "US Gross": 6157157,
- "Worldwide Gross": 6157157,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jul 21 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.6,
- "IMDB Votes": 12676
- },
- {
- "Title": "Ulee's Gold",
- "US Gross": 9054736,
- "Worldwide Gross": 15600000,
- "US DVD Sales": null,
- "Production Budget": 2700000,
- "Release Date": "Jun 13 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7,
- "IMDB Votes": 4041
- },
- {
- "Title": "Under Siege 2: Dark Territory",
- "US Gross": 50024083,
- "Worldwide Gross": 104324083,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 14 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.1,
- "IMDB Votes": 15218
- },
- {
- "Title": "The Untouchables",
- "US Gross": 76270454,
- "Worldwide Gross": 76270454,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 03 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 8,
- "IMDB Votes": 86097
- },
- {
- "Title": "Under the Rainbow",
- "US Gross": 18826490,
- "Worldwide Gross": 18826490,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jul 31 1981",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1263
- },
- {
- "Title": "Veer-Zaara",
- "US Gross": 2938532,
- "Worldwide Gross": 7017859,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Yash Raj Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 4155
- },
- {
- "Title": "Videodrome",
- "US Gross": 2120439,
- "Worldwide Gross": 2120439,
- "US DVD Sales": null,
- "Production Budget": 5952000,
- "Release Date": "Feb 04 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 20080
- },
- {
- "Title": "Les Visiteurs",
- "US Gross": 659000,
- "Worldwide Gross": 98754000,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jul 12 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 7393
- },
- {
- "Title": "Couloirs du temps: Les visiteurs 2, Les",
- "US Gross": 146072,
- "Worldwide Gross": 26146072,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 27 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Valley of Decision",
- "US Gross": 9132000,
- "Worldwide Gross": 9132000,
- "US DVD Sales": null,
- "Production Budget": 2160000,
- "Release Date": "Dec 31 1944",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 682
- },
- {
- "Title": "Vampire in Brooklyn",
- "US Gross": 19637147,
- "Worldwide Gross": 19637147,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 27 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.3,
- "IMDB Votes": 8200
- },
- {
- "Title": "The Verdict",
- "US Gross": 53977250,
- "Worldwide Gross": 53977250,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 08 1982",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.7,
- "IMDB Votes": 10864
- },
- {
- "Title": "Virtuosity",
- "US Gross": 23998226,
- "Worldwide Gross": 23998226,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 04 1995",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.3,
- "IMDB Votes": 11079
- },
- {
- "Title": "Everything Put Together",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Nov 02 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 418
- },
- {
- "Title": "A View to a Kill",
- "US Gross": 50327960,
- "Worldwide Gross": 152627960,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "May 24 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Glen",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23770
- },
- {
- "Title": "The Work and the Glory: American Zion",
- "US Gross": 2025032,
- "Worldwide Gross": 2025032,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Oct 21 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 100,
- "Distributor": "Vineyard Distribution",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 365
- },
- {
- "Title": "A Walk on the Moon",
- "US Gross": 4741987,
- "Worldwide Gross": 4741987,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Mar 26 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Tony Goldwyn",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4125
- },
- {
- "Title": "The Work and the Glory",
- "US Gross": 3347647,
- "Worldwide Gross": 3347647,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Nov 24 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Excel Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 6,
- "IMDB Votes": 531
- },
- {
- "Title": "The Work and the Story",
- "US Gross": 16137,
- "Worldwide Gross": 16137,
- "US DVD Sales": null,
- "Production Budget": 103000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Off-Hollywood Distribution",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 82
- },
- {
- "Title": "What the #$'! Do We Know",
- "US Gross": 10941801,
- "Worldwide Gross": 10941801,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Feb 06 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Captured Light",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Waiting for Guffman",
- "US Gross": 2922988,
- "Worldwide Gross": 2922988,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jan 31 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Guest",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 14880
- },
- {
- "Title": "Who Framed Roger Rabbit?",
- "US Gross": 154112492,
- "Worldwide Gross": 351500000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jun 22 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.6,
- "IMDB Votes": 53541
- },
- {
- "Title": "White Fang",
- "US Gross": 34729091,
- "Worldwide Gross": 34729091,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jan 18 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Randal Kleiser",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "White Squall",
- "US Gross": 10229300,
- "Worldwide Gross": 10229300,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Feb 02 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.4,
- "IMDB Votes": 8385
- },
- {
- "Title": "What's Eating Gilbert Grape",
- "US Gross": 9170214,
- "Worldwide Gross": 9170214,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Dec 25 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.8,
- "IMDB Votes": 51219
- },
- {
- "Title": "Witchboard",
- "US Gross": 7369373,
- "Worldwide Gross": 7369373,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 31 1986",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Cinema Guild",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 1666
- },
- {
- "Title": "The Wiz",
- "US Gross": 13000000,
- "Worldwide Gross": 13000000,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Oct 24 1978",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 4.5,
- "IMDB Votes": 4896
- },
- {
- "Title": "Walking and Talking",
- "US Gross": 1287480,
- "Worldwide Gross": 1615787,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Jul 17 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.5,
- "IMDB Votes": 1756
- },
- {
- "Title": "The Wild Bunch",
- "US Gross": 509424,
- "Worldwide Gross": 509424,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jun 18 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Sam Peckinpah",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.2,
- "IMDB Votes": 31196
- },
- {
- "Title": "Wall Street",
- "US Gross": 43848100,
- "Worldwide Gross": 43848100,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 11 1987",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.3,
- "IMDB Votes": 35454
- },
- {
- "Title": "Waterloo",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jan 01 1970",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Wrong Man",
- "US Gross": 2000000,
- "Worldwide Gross": 2000000,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Dec 23 1956",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Alfred Hitchcock",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.5,
- "IMDB Votes": 7531
- },
- {
- "Title": "Woman Chaser",
- "US Gross": 110719,
- "Worldwide Gross": 110719,
- "US DVD Sales": null,
- "Production Budget": 150000,
- "Release Date": "Jun 23 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Wings",
- "US Gross": null,
- "Worldwide Gross": null,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 12 2027",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.9,
- "IMDB Votes": 3035
- },
- {
- "Title": "We're No Angels",
- "US Gross": 10555348,
- "Worldwide Gross": 10555348,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 15 1989",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7839
- },
- {
- "Title": "Wolf",
- "US Gross": 65011757,
- "Worldwide Gross": 131011757,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jun 17 1994",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6,
- "IMDB Votes": 20035
- },
- {
- "Title": "Warriors of Virtue",
- "US Gross": 6448817,
- "Worldwide Gross": 6448817,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "May 02 1997",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ronny Yu",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4,
- "IMDB Votes": 1202
- },
- {
- "Title": "War Games",
- "US Gross": 74433837,
- "Worldwide Gross": 74433837,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 03 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "John Badham",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 88
- },
- {
- "Title": "Warlock",
- "US Gross": 8824553,
- "Worldwide Gross": 8824553,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jan 10 1991",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 4921
- },
- {
- "Title": "War and Peace",
- "US Gross": 12500000,
- "Worldwide Gross": 12500000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 31 1955",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "King Vidor",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.8,
- "IMDB Votes": 2923
- },
- {
- "Title": "Warlock: The Armageddon",
- "US Gross": 3902679,
- "Worldwide Gross": 3902679,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Sep 24 1993",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1888
- },
- {
- "Title": "Wasabi",
- "US Gross": 81525,
- "Worldwide Gross": 7000000,
- "US DVD Sales": null,
- "Production Budget": 15300000,
- "Release Date": "Sep 27 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 11647
- },
- {
- "Title": "West Side Story",
- "US Gross": 43700000,
- "Worldwide Gross": 43700000,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 18 1961",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Robert Wise",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.7,
- "IMDB Votes": 29488
- },
- {
- "Title": "When The Cat's Away",
- "US Gross": 1652472,
- "Worldwide Gross": 2525984,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Sep 20 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Welcome to the Dollhouse",
- "US Gross": 4198137,
- "Worldwide Gross": 4726732,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "May 10 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Solondz",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 13469
- },
- {
- "Title": "Witness",
- "US Gross": 65532576,
- "Worldwide Gross": 65532576,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 08 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Weir",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.6,
- "IMDB Votes": 30460
- },
- {
- "Title": "Waterworld",
- "US Gross": 88246220,
- "Worldwide Gross": 264246220,
- "US DVD Sales": null,
- "Production Budget": 175000000,
- "Release Date": "Jul 28 1995",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Kevin Reynolds",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.7,
- "IMDB Votes": 54126
- },
- {
- "Title": "Willy Wonka & the Chocolate Factory",
- "US Gross": 4000000,
- "Worldwide Gross": 4000000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jun 30 1971",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.8,
- "IMDB Votes": 46824
- },
- {
- "Title": "Wayne's World",
- "US Gross": 121697323,
- "Worldwide Gross": 183097323,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 14 1992",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Penelope Spheeris",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.9,
- "IMDB Votes": 42570
- },
- {
- "Title": "Wyatt Earp",
- "US Gross": 25052000,
- "Worldwide Gross": 25052000,
- "US DVD Sales": null,
- "Production Budget": 63000000,
- "Release Date": "Jun 24 1994",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Western",
- "Creative Type": "Dramatization",
- "Director": "Lawrence Kasdan",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.4,
- "IMDB Votes": 15614
- },
- {
- "Title": "The Wizard of Oz",
- "US Gross": 28202232,
- "Worldwide Gross": 28202232,
- "US DVD Sales": null,
- "Production Budget": 2777000,
- "Release Date": "Aug 25 2039",
- "MPAA Rating": "G",
- "Running Time min": 103,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": "King Vidor",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.3,
- "IMDB Votes": 102795
- },
- {
- "Title": "Executive Decision",
- "US Gross": 56679192,
- "Worldwide Gross": 122079192,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Mar 15 1996",
- "MPAA Rating": "R",
- "Running Time min": 132,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.3,
- "IMDB Votes": 18569
- },
- {
- "Title": "Exodus",
- "US Gross": 21750000,
- "Worldwide Gross": 21750000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jan 01 1960",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.8,
- "IMDB Votes": 3546
- },
- {
- "Title": "The Exorcist",
- "US Gross": 204632868,
- "Worldwide Gross": 402500000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 26 1973",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 8.1,
- "IMDB Votes": 103131
- },
- {
- "Title": "Extreme Measures",
- "US Gross": 17378193,
- "Worldwide Gross": 17378193,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Sep 27 1996",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Apted",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8038
- },
- {
- "Title": "You Can't Take It With You",
- "US Gross": 4000000,
- "Worldwide Gross": 4000000,
- "US DVD Sales": null,
- "Production Budget": 1644000,
- "Release Date": "Dec 31 1937",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Frank Capra",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8,
- "IMDB Votes": 8597
- },
- {
- "Title": "Eye for an Eye",
- "US Gross": 26792700,
- "Worldwide Gross": 26792700,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jan 12 1996",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Schlesinger",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 4837
- },
- {
- "Title": "Young Guns",
- "US Gross": 44726644,
- "Worldwide Gross": 44726644,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Aug 12 1988",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.6,
- "IMDB Votes": 21404
- },
- {
- "Title": "Young Frankenstein",
- "US Gross": 86300000,
- "Worldwide Gross": 86300000,
- "US DVD Sales": 15500333,
- "Production Budget": 2800000,
- "Release Date": "Dec 15 1974",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Mel Brooks",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8,
- "IMDB Votes": 57106
- },
- {
- "Title": "Yentl",
- "US Gross": 39012241,
- "Worldwide Gross": 39012241,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 18 1983",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM/UA Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": null,
- "Director": "Barbra Streisand",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.2,
- "IMDB Votes": 4952
- },
- {
- "Title": "You Only Live Twice",
- "US Gross": 43100000,
- "Worldwide Gross": 111600000,
- "US DVD Sales": null,
- "Production Budget": 9500000,
- "Release Date": "Jun 13 1967",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 7,
- "IMDB Votes": 24701
- },
- {
- "Title": "Ayurveda: Art of Being",
- "US Gross": 16892,
- "Worldwide Gross": 2066892,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Jul 19 2002",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Kino International",
- "Source": null,
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 181
- },
- {
- "Title": "Young Sherlock Holmes",
- "US Gross": 19739000,
- "Worldwide Gross": 19739000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 04 1985",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.5,
- "IMDB Votes": 7293
- },
- {
- "Title": "102 Dalmatians",
- "US Gross": 66941559,
- "Worldwide Gross": 66941559,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Nov 22 2000",
- "MPAA Rating": "G",
- "Running Time min": 100,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Kevin Lima",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 4.4,
- "IMDB Votes": 7147
- },
- {
- "Title": "Ten Things I Hate About You",
- "US Gross": 38177966,
- "Worldwide Gross": 38177966,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Mar 31 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Play",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 61910
- },
- {
- "Title": "10,000 B.C.",
- "US Gross": 94784201,
- "Worldwide Gross": 269065678,
- "US DVD Sales": 27044045,
- "Production Budget": 105000000,
- "Release Date": "Mar 07 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5.8,
- "IMDB Votes": 134
- },
- {
- "Title": "10th & Wolf",
- "US Gross": 54702,
- "Worldwide Gross": 54702,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Aug 18 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Robert Moresco",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6.3,
- "IMDB Votes": 3655
- },
- {
- "Title": "11:14",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 12 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 18261
- },
- {
- "Title": "Cloverfield",
- "US Gross": 80048433,
- "Worldwide Gross": 170764033,
- "US DVD Sales": 29180398,
- "Production Budget": 25000000,
- "Release Date": "Jan 18 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Matt Reeves",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.4,
- "IMDB Votes": 136068
- },
- {
- "Title": "12 Rounds",
- "US Gross": 12234694,
- "Worldwide Gross": 18184083,
- "US DVD Sales": 8283859,
- "Production Budget": 20000000,
- "Release Date": "Mar 27 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.4,
- "IMDB Votes": 8914
- },
- {
- "Title": "Thirteen Conversations About One Thing",
- "US Gross": 3287435,
- "Worldwide Gross": 3705923,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "May 24 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 6188
- },
- {
- "Title": "13 Going On 30",
- "US Gross": 57139723,
- "Worldwide Gross": 96439723,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 23 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gary Winick",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 32634
- },
- {
- "Title": "Thirteen Ghosts",
- "US Gross": 41867960,
- "Worldwide Gross": 68467960,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 23243
- },
- {
- "Title": 1408,
- "US Gross": 71985628,
- "Worldwide Gross": 128529299,
- "US DVD Sales": 49668544,
- "Production Budget": 22500000,
- "Release Date": "Jun 22 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.9,
- "IMDB Votes": 72913
- },
- {
- "Title": "15 Minutes",
- "US Gross": 24375436,
- "Worldwide Gross": 56331864,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Mar 09 2001",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.1,
- "IMDB Votes": 25566
- },
- {
- "Title": "16 to Life",
- "US Gross": 10744,
- "Worldwide Gross": 10744,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 03 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Waterdog Films",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "16 Blocks",
- "US Gross": 36895141,
- "Worldwide Gross": 65595141,
- "US DVD Sales": 17523555,
- "Production Budget": 45000000,
- "Release Date": "Mar 03 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.7,
- "IMDB Votes": 41207
- },
- {
- "Title": "One Man's Hero",
- "US Gross": 229311,
- "Worldwide Gross": 229311,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 24 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 627
- },
- {
- "Title": "First Daughter",
- "US Gross": 9055010,
- "Worldwide Gross": 10419084,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 24 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Forest Whitaker",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.7,
- "IMDB Votes": 6839
- },
- {
- "Title": 2012,
- "US Gross": 166112167,
- "Worldwide Gross": 766812167,
- "US DVD Sales": 50736023,
- "Production Budget": 200000000,
- "Release Date": "Nov 13 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 158,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.2,
- "IMDB Votes": 396
- },
- {
- "Title": 2046,
- "US Gross": 1442338,
- "Worldwide Gross": 19202856,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Aug 05 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Wong Kar-wai",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 19431
- },
- {
- "Title": "20 Dates",
- "US Gross": 541636,
- "Worldwide Gross": 541636,
- "US DVD Sales": null,
- "Production Budget": 66000,
- "Release Date": "Feb 26 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1423
- },
- {
- "Title": 21,
- "US Gross": 81159365,
- "Worldwide Gross": 157852532,
- "US DVD Sales": 25789928,
- "Production Budget": 35000000,
- "Release Date": "Mar 21 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Luketic",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.7,
- "IMDB Votes": 60918
- },
- {
- "Title": "21 Grams",
- "US Gross": 16248701,
- "Worldwide Gross": 60448701,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 21 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alejandro Gonzalez Inarritu",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.9,
- "IMDB Votes": 77910
- },
- {
- "Title": "25th Hour",
- "US Gross": 13084595,
- "Worldwide Gross": 23928503,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Dec 19 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.9,
- "IMDB Votes": 58781
- },
- {
- "Title": "28 Days",
- "US Gross": 37035515,
- "Worldwide Gross": 62063972,
- "US DVD Sales": null,
- "Production Budget": 43000000,
- "Release Date": "Apr 14 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Betty Thomas",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.8,
- "IMDB Votes": 17937
- },
- {
- "Title": "28 Days Later...",
- "US Gross": 45064915,
- "Worldwide Gross": 82719885,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 27 2003",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Danny Boyle",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.6,
- "IMDB Votes": 103525
- },
- {
- "Title": "28 Weeks Later",
- "US Gross": 28638916,
- "Worldwide Gross": 64238440,
- "US DVD Sales": 24422887,
- "Production Budget": 15000000,
- "Release Date": "May 11 2007",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 69558
- },
- {
- "Title": "Two Brothers",
- "US Gross": 18947630,
- "Worldwide Gross": 39925603,
- "US DVD Sales": null,
- "Production Budget": 72000000,
- "Release Date": "Jun 25 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Kids Fiction",
- "Director": "Jean-Jacques Annaud",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6,
- "IMDB Votes": 127
- },
- {
- "Title": "Cop Out",
- "US Gross": 44875481,
- "Worldwide Gross": 44875481,
- "US DVD Sales": 11433110,
- "Production Budget": 37000000,
- "Release Date": "Feb 26 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.7,
- "IMDB Votes": 16520
- },
- {
- "Title": "Two Lovers",
- "US Gross": 3149034,
- "Worldwide Gross": 11549034,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 13 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Gray",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 10325
- },
- {
- "Title": "2 For the Money",
- "US Gross": 22991379,
- "Worldwide Gross": 27848418,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 07 2005",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "D.J. Caruso",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Secondhand Lions",
- "US Gross": 42023715,
- "Worldwide Gross": 47855342,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 19 2003",
- "MPAA Rating": "PG",
- "Running Time min": 111,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.5,
- "IMDB Votes": 19040
- },
- {
- "Title": "Two Can Play That Game",
- "US Gross": 22235901,
- "Worldwide Gross": 22391450,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Sep 07 2001",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.6,
- "IMDB Votes": 2370
- },
- {
- "Title": "Two Weeks Notice",
- "US Gross": 93354918,
- "Worldwide Gross": 199043309,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 20 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.8,
- "IMDB Votes": 35515
- },
- {
- "Title": 300,
- "US Gross": 210614939,
- "Worldwide Gross": 456068181,
- "US DVD Sales": 261252400,
- "Production Budget": 60000000,
- "Release Date": "Mar 09 2007",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Zack Snyder",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.8,
- "IMDB Votes": 235508
- },
- {
- "Title": "30 Days of Night",
- "US Gross": 39568996,
- "Worldwide Gross": 75066323,
- "US DVD Sales": 26908243,
- "Production Budget": 30000000,
- "Release Date": "Oct 19 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.6,
- "IMDB Votes": 52518
- },
- {
- "Title": "Three Kings",
- "US Gross": 60652036,
- "Worldwide Gross": 107752036,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Oct 01 1999",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "David O. Russell",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.3,
- "IMDB Votes": 68726
- },
- {
- "Title": "3000 Miles to Graceland",
- "US Gross": 15738632,
- "Worldwide Gross": 18708848,
- "US DVD Sales": null,
- "Production Budget": 62000000,
- "Release Date": "Feb 23 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20094
- },
- {
- "Title": "3 Strikes",
- "US Gross": 9821335,
- "Worldwide Gross": 9821335,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Mar 01 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.9,
- "IMDB Votes": 905
- },
- {
- "Title": "3:10 to Yuma",
- "US Gross": 53606916,
- "Worldwide Gross": 69791889,
- "US DVD Sales": 51359371,
- "Production Budget": 48000000,
- "Release Date": "Sep 02 2007",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Lionsgate",
- "Source": "Remake",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.9,
- "IMDB Votes": 98355
- },
- {
- "Title": "40 Days and 40 Nights",
- "US Gross": 37939782,
- "Worldwide Gross": 95092667,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Mar 01 2002",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Lehmann",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.4,
- "IMDB Votes": 27912
- },
- {
- "Title": "The 40 Year-old Virgin",
- "US Gross": 109449237,
- "Worldwide Gross": 177339049,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 19 2005",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Judd Apatow",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 94557
- },
- {
- "Title": "Four Brothers",
- "US Gross": 74494381,
- "Worldwide Gross": 92494381,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 12 2005",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.8,
- "IMDB Votes": 38311
- },
- {
- "Title": "Four Christmases",
- "US Gross": 120146040,
- "Worldwide Gross": 163546040,
- "US DVD Sales": 26029004,
- "Production Budget": 80000000,
- "Release Date": "Nov 26 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Seth Gordon",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.7,
- "IMDB Votes": 14690
- },
- {
- "Title": "The Four Feathers",
- "US Gross": 18306166,
- "Worldwide Gross": 29882645,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Shekhar Kapur",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.3,
- "IMDB Votes": 13204
- },
- {
- "Title": "The Fourth Kind",
- "US Gross": 26218170,
- "Worldwide Gross": 41826604,
- "US DVD Sales": 6244985,
- "Production Budget": 10000000,
- "Release Date": "Nov 06 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 6,
- "IMDB Votes": 16107
- },
- {
- "Title": "4 luni, 3 saptamani si 2 zile",
- "US Gross": 1196321,
- "Worldwide Gross": 4723542,
- "US DVD Sales": null,
- "Production Budget": 900000,
- "Release Date": "Jan 25 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "50 First Dates",
- "US Gross": 120776832,
- "Worldwide Gross": 196376832,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Feb 13 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.8,
- "IMDB Votes": 64701
- },
- {
- "Title": "Six-String Samurai",
- "US Gross": 134624,
- "Worldwide Gross": 134624,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 18 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Palm Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.4,
- "IMDB Votes": 3462
- },
- {
- "Title": "The 6th Day",
- "US Gross": 34543701,
- "Worldwide Gross": 96024898,
- "US DVD Sales": null,
- "Production Budget": 82000000,
- "Release Date": "Nov 17 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Roger Spottiswoode",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.8,
- "IMDB Votes": 32606
- },
- {
- "Title": "Seven Pounds",
- "US Gross": 69951824,
- "Worldwide Gross": 166617328,
- "US DVD Sales": 27601737,
- "Production Budget": 54000000,
- "Release Date": "Dec 19 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gabriele Muccino",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 7.6,
- "IMDB Votes": 62718
- },
- {
- "Title": "88 Minutes",
- "US Gross": 16930884,
- "Worldwide Gross": 32955399,
- "US DVD Sales": 11385055,
- "Production Budget": 30000000,
- "Release Date": "Apr 18 2008",
- "MPAA Rating": "R",
- "Running Time min": 106,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Avnet",
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 5.9,
- "IMDB Votes": 31205
- },
- {
- "Title": "Eight Below",
- "US Gross": 81612565,
- "Worldwide Gross": 120612565,
- "US DVD Sales": 104578578,
- "Production Budget": 40000000,
- "Release Date": "Feb 17 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Marshall",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.3,
- "IMDB Votes": 17717
- },
- {
- "Title": "Eight Legged Freaks",
- "US Gross": 17266505,
- "Worldwide Gross": 17266505,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jul 17 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.4,
- "IMDB Votes": 18173
- },
- {
- "Title": "8 Mile",
- "US Gross": 116724075,
- "Worldwide Gross": 242924075,
- "US DVD Sales": null,
- "Production Budget": 41000000,
- "Release Date": "Nov 08 2002",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Curtis Hanson",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.7,
- "IMDB Votes": 55877
- },
- {
- "Title": "8 femmes",
- "US Gross": 3076425,
- "Worldwide Gross": 42376425,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Play",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 13631
- },
- {
- "Title": 9,
- "US Gross": 31749894,
- "Worldwide Gross": 46603791,
- "US DVD Sales": 8655698,
- "Production Budget": 30000000,
- "Release Date": "Sep 09 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Shane Acker",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 1488
- },
- {
- "Title": "Nine Queens",
- "US Gross": 1222889,
- "Worldwide Gross": 12412889,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Apr 19 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Whole Ten Yards",
- "US Gross": 16323969,
- "Worldwide Gross": 26323969,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Howard Deutch",
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 5.1,
- "IMDB Votes": 20807
- },
- {
- "Title": "The Whole Nine Yards",
- "US Gross": 57262492,
- "Worldwide Gross": 85262492,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Feb 18 2000",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.6,
- "IMDB Votes": 42928
- },
- {
- "Title": "About a Boy",
- "US Gross": 40803000,
- "Worldwide Gross": 129949664,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "May 17 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.4,
- "IMDB Votes": 48875
- },
- {
- "Title": "A Bug's Life",
- "US Gross": 162798565,
- "Worldwide Gross": 363109485,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "G",
- "Running Time min": 96,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "John Lasseter",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.3,
- "IMDB Votes": 56866
- },
- {
- "Title": "Abandon",
- "US Gross": 10719367,
- "Worldwide Gross": 12219367,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 18 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.8,
- "IMDB Votes": 5361
- },
- {
- "Title": "Absolute Power",
- "US Gross": 50068310,
- "Worldwide Gross": 50068310,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 14 1997",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.5,
- "IMDB Votes": 20154
- },
- {
- "Title": "Tristram Shandy: A Cock and Bull Story",
- "US Gross": 1253413,
- "Worldwide Gross": 3061763,
- "US DVD Sales": null,
- "Production Budget": 4750000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Picturehouse",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Winterbottom",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Adoration",
- "US Gross": 294244,
- "Worldwide Gross": 294244,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "May 08 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1437
- },
- {
- "Title": "Adaptation",
- "US Gross": 22498520,
- "Worldwide Gross": 22498520,
- "US DVD Sales": null,
- "Production Budget": 18500000,
- "Release Date": "Dec 06 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Jonze",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.9,
- "IMDB Votes": 67135
- },
- {
- "Title": "Anything Else",
- "US Gross": 3203044,
- "Worldwide Gross": 13203044,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 19 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.4,
- "IMDB Votes": 13010
- },
- {
- "Title": "Antwone Fisher",
- "US Gross": 21078145,
- "Worldwide Gross": 23367586,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Dec 19 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Denzel Washington",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.3,
- "IMDB Votes": 13258
- },
- {
- "Title": "Aeon Flux",
- "US Gross": 25857987,
- "Worldwide Gross": 47953341,
- "US DVD Sales": 21927972,
- "Production Budget": 55000000,
- "Release Date": "Dec 02 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 88,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 8.1,
- "IMDB Votes": 1193
- },
- {
- "Title": "After the Sunset",
- "US Gross": 28328132,
- "Worldwide Gross": 38329114,
- "US DVD Sales": null,
- "Production Budget": 57000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 6.2,
- "IMDB Votes": 19793
- },
- {
- "Title": "A Good Year",
- "US Gross": 7459300,
- "Worldwide Gross": 42064105,
- "US DVD Sales": 7342760,
- "Production Budget": 35000000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.8,
- "IMDB Votes": 23149
- },
- {
- "Title": "Agora",
- "US Gross": 599903,
- "Worldwide Gross": 32912303,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "May 28 2010",
- "MPAA Rating": "R",
- "Running Time min": 141,
- "Distributor": "Newmarket Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 10054
- },
- {
- "Title": "Air Bud",
- "US Gross": 24646936,
- "Worldwide Gross": 27555061,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 01 1997",
- "MPAA Rating": "PG",
- "Running Time min": 97,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Charles Martin Smith",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 4.6,
- "IMDB Votes": 4698
- },
- {
- "Title": "Air Force One",
- "US Gross": 172956409,
- "Worldwide Gross": 315268353,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Jul 25 1997",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.3,
- "IMDB Votes": 61394
- },
- {
- "Title": "Akeelah and the Bee",
- "US Gross": 18848430,
- "Worldwide Gross": 18948425,
- "US DVD Sales": 25684049,
- "Production Budget": 8000000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.6,
- "IMDB Votes": 8245
- },
- {
- "Title": "All the King's Men",
- "US Gross": 7221458,
- "Worldwide Gross": 9521458,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Sep 22 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Zaillian",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 6,
- "IMDB Votes": 11994
- },
- {
- "Title": "The Alamo",
- "US Gross": 22406362,
- "Worldwide Gross": 23911362,
- "US DVD Sales": null,
- "Production Budget": 92000000,
- "Release Date": "Apr 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 137,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Western",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.9,
- "IMDB Votes": 10063
- },
- {
- "Title": "All About the Benjamins",
- "US Gross": 25482931,
- "Worldwide Gross": 25873145,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Mar 08 2002",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Bray",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.3,
- "IMDB Votes": 4366
- },
- {
- "Title": "Albino Alligator",
- "US Gross": 353480,
- "Worldwide Gross": 353480,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jan 17 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Kevin Spacey",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 4377
- },
- {
- "Title": "Sweet Home Alabama",
- "US Gross": 127214072,
- "Worldwide Gross": 163379330,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Sep 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Tennant",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.8,
- "IMDB Votes": 29891
- },
- {
- "Title": "Fat Albert",
- "US Gross": 48114556,
- "Worldwide Gross": 48563556,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 25 2004",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Zwick",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 4,
- "IMDB Votes": 4801
- },
- {
- "Title": "Alice in Wonderland",
- "US Gross": 334191110,
- "Worldwide Gross": 1023291110,
- "US DVD Sales": 70909558,
- "Production Budget": 200000000,
- "Release Date": "Mar 05 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.7,
- "IMDB Votes": 63458
- },
- {
- "Title": "Alfie",
- "US Gross": 13395939,
- "Worldwide Gross": 35195939,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 05 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Charles Shyer",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20769
- },
- {
- "Title": "It's All Gone Pete Tong",
- "US Gross": 120620,
- "Worldwide Gross": 1470620,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Apr 15 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Matson",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 7631
- },
- {
- "Title": "Ali",
- "US Gross": 58183966,
- "Worldwide Gross": 84383966,
- "US DVD Sales": null,
- "Production Budget": 109000000,
- "Release Date": "Dec 25 2001",
- "MPAA Rating": "R",
- "Running Time min": 159,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.6,
- "IMDB Votes": 31785
- },
- {
- "Title": "Alien: Resurrection",
- "US Gross": 47795018,
- "Worldwide Gross": 160700000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Nov 26 1997",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Jean-Pierre Jeunet",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 66141
- },
- {
- "Title": "Alien",
- "US Gross": 80930630,
- "Worldwide Gross": 203630630,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "May 25 1979",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.5,
- "IMDB Votes": 180387
- },
- {
- "Title": "A Lot Like Love",
- "US Gross": 21835784,
- "Worldwide Gross": 47835784,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 22 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.4,
- "IMDB Votes": 17929
- },
- {
- "Title": "All the Pretty Horses",
- "US Gross": 15527125,
- "Worldwide Gross": 18120267,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 25 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Billy Bob Thornton",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.7,
- "IMDB Votes": 6511
- },
- {
- "Title": "Almost Famous",
- "US Gross": 32522352,
- "Worldwide Gross": 47371191,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Sep 15 2000",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": "Cameron Crowe",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 8,
- "IMDB Votes": 94424
- },
- {
- "Title": "Evan Almighty",
- "US Gross": 100289690,
- "Worldwide Gross": 173219280,
- "US DVD Sales": 38038256,
- "Production Budget": 175000000,
- "Release Date": "Jun 22 2007",
- "MPAA Rating": "PG",
- "Running Time min": 78,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.5,
- "IMDB Votes": 43164
- },
- {
- "Title": "Bruce Almighty",
- "US Gross": 242704995,
- "Worldwide Gross": 485004995,
- "US DVD Sales": null,
- "Production Budget": 81000000,
- "Release Date": "May 23 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.6,
- "IMDB Votes": 92494
- },
- {
- "Title": "All or Nothing",
- "US Gross": 184255,
- "Worldwide Gross": 184255,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Mike Leigh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Alone in the Dark",
- "US Gross": 5178569,
- "Worldwide Gross": 8178569,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jan 28 2005",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Lionsgate",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Uwe Boll",
- "Rotten Tomatoes Rating": 1,
- "IMDB Rating": 2.3,
- "IMDB Votes": 26028
- },
- {
- "Title": "Alpha and Omega 3D",
- "US Gross": 10115431,
- "Worldwide Gross": 10115431,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 17 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 83
- },
- {
- "Title": "Along Came a Spider",
- "US Gross": 74058698,
- "Worldwide Gross": 105159085,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Apr 06 2001",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lee Tamahori",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.1,
- "IMDB Votes": 22994
- },
- {
- "Title": "The Dangerous Lives of Altar Boys",
- "US Gross": 1779284,
- "Worldwide Gross": 1779284,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 14 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.9,
- "IMDB Votes": 7943
- },
- {
- "Title": "Alatriste",
- "US Gross": 0,
- "Worldwide Gross": 22860477,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Dec 31 2007",
- "MPAA Rating": null,
- "Running Time min": 135,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 4944
- },
- {
- "Title": "Alvin and the Chipmunks",
- "US Gross": 217326974,
- "Worldwide Gross": 360578644,
- "US DVD Sales": 137516182,
- "Production Budget": 55000000,
- "Release Date": "Dec 14 2007",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Hill",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.5,
- "IMDB Votes": 19200
- },
- {
- "Title": "Alex & Emma",
- "US Gross": 14208384,
- "Worldwide Gross": 15358583,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 20 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.4,
- "IMDB Votes": 6539
- },
- {
- "Title": "Alexander",
- "US Gross": 34297191,
- "Worldwide Gross": 167297191,
- "US DVD Sales": null,
- "Production Budget": 155000000,
- "Release Date": "Nov 24 2004",
- "MPAA Rating": "R",
- "Running Time min": 175,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.4,
- "IMDB Votes": 59498
- },
- {
- "Title": "El Crimen de Padre",
- "US Gross": 5719000,
- "Worldwide Gross": 5719000,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "American Beauty",
- "US Gross": 130058047,
- "Worldwide Gross": 356258047,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 15 1999",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sam Mendes",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 8.6,
- "IMDB Votes": 292562
- },
- {
- "Title": "An American Carol",
- "US Gross": 7013191,
- "Worldwide Gross": 7013191,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 03 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 84,
- "Distributor": "Vivendi Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "David Zucker",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.5,
- "IMDB Votes": 6000
- },
- {
- "Title": "American Dreamz",
- "US Gross": 7314027,
- "Worldwide Gross": 16510971,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Apr 21 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.7,
- "IMDB Votes": 15097
- },
- {
- "Title": "Amelia",
- "US Gross": 14246488,
- "Worldwide Gross": 19722782,
- "US DVD Sales": 5763807,
- "Production Budget": 40000000,
- "Release Date": "Oct 23 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.7,
- "IMDB Votes": 3238
- },
- {
- "Title": "Le Fabuleux destin d'AmÈlie Poulain",
- "US Gross": 33201661,
- "Worldwide Gross": 174201661,
- "US DVD Sales": null,
- "Production Budget": 10350000,
- "Release Date": "Nov 02 2001",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jean-Pierre Jeunet",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.5,
- "IMDB Votes": 181085
- },
- {
- "Title": "American History X",
- "US Gross": 6719864,
- "Worldwide Gross": 6719864,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 30 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 8.6,
- "IMDB Votes": 224857
- },
- {
- "Title": "American Gangster",
- "US Gross": 130164645,
- "Worldwide Gross": 265697825,
- "US DVD Sales": 72653959,
- "Production Budget": 100000000,
- "Release Date": "Nov 02 2007",
- "MPAA Rating": "R",
- "Running Time min": 157,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.9,
- "IMDB Votes": 114060
- },
- {
- "Title": "An American Haunting",
- "US Gross": 16298046,
- "Worldwide Gross": 27844063,
- "US DVD Sales": 9905802,
- "Production Budget": 14000000,
- "Release Date": "May 05 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.9,
- "IMDB Votes": 13510
- },
- {
- "Title": "Amistad",
- "US Gross": 44212592,
- "Worldwide Gross": 44212592,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 12 1997",
- "MPAA Rating": "R",
- "Running Time min": 152,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.1,
- "IMDB Votes": 28477
- },
- {
- "Title": "AimÈe & Jaguar",
- "US Gross": 927107,
- "Worldwide Gross": 927107,
- "US DVD Sales": null,
- "Production Budget": 6800000,
- "Release Date": "Aug 11 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Zeitgeist",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 2974
- },
- {
- "Title": "Amores Perros",
- "US Gross": 5383834,
- "Worldwide Gross": 20883834,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Mar 30 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alejandro Gonzalez Inarritu",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.1,
- "IMDB Votes": 61083
- },
- {
- "Title": "American Pie 2",
- "US Gross": 145096820,
- "Worldwide Gross": 286500000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 10 2001",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.2,
- "IMDB Votes": 66751
- },
- {
- "Title": "American Wedding",
- "US Gross": 104354205,
- "Worldwide Gross": 126425115,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Aug 01 2003",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.1,
- "IMDB Votes": 52210
- },
- {
- "Title": "American Pie",
- "US Gross": 101800948,
- "Worldwide Gross": 234800000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jul 09 1999",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.9,
- "IMDB Votes": 106624
- },
- {
- "Title": "American Psycho",
- "US Gross": 15070285,
- "Worldwide Gross": 28674417,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Apr 14 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Mary Harron",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.4,
- "IMDB Votes": 99424
- },
- {
- "Title": "American Splendor",
- "US Gross": 6003587,
- "Worldwide Gross": 7978681,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 15 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.6,
- "IMDB Votes": 23686
- },
- {
- "Title": "America's Sweethearts",
- "US Gross": 93607673,
- "Worldwide Gross": 157627733,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "Jul 20 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.7,
- "IMDB Votes": 26899
- },
- {
- "Title": "The Amityville Horror",
- "US Gross": 65233369,
- "Worldwide Gross": 108047131,
- "US DVD Sales": null,
- "Production Budget": 18500000,
- "Release Date": "Apr 15 2005",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.8,
- "IMDB Votes": 26303
- },
- {
- "Title": "Anacondas: The Hunt for the Blood Orchid",
- "US Gross": 31526393,
- "Worldwide Gross": 70326393,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 27 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dwight H. Little",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 9565
- },
- {
- "Title": "Anaconda",
- "US Gross": 65598907,
- "Worldwide Gross": 136998907,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Apr 11 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 89,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 4.2,
- "IMDB Votes": 29430
- },
- {
- "Title": "Anastasia",
- "US Gross": 58403409,
- "Worldwide Gross": 139801410,
- "US DVD Sales": null,
- "Production Budget": 53000000,
- "Release Date": "Nov 14 1997",
- "MPAA Rating": "G",
- "Running Time min": 94,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": "Factual",
- "Director": "Don Bluth",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.6,
- "IMDB Votes": 16513
- },
- {
- "Title": "Anchorman: The Legend of Ron Burgundy",
- "US Gross": 84136909,
- "Worldwide Gross": 89366354,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Adam McKay",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 78249
- },
- {
- "Title": "Angels & Demons",
- "US Gross": 133375846,
- "Worldwide Gross": 485975846,
- "US DVD Sales": 32746864,
- "Production Budget": 150000000,
- "Release Date": "May 15 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.7,
- "IMDB Votes": 60114
- },
- {
- "Title": "Angela's Ashes",
- "US Gross": 13038660,
- "Worldwide Gross": 13038660,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 24 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Alan Parker",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 7,
- "IMDB Votes": 10185
- },
- {
- "Title": "Angel Eyes",
- "US Gross": 24044532,
- "Worldwide Gross": 24044532,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "May 18 2001",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.5,
- "IMDB Votes": 11089
- },
- {
- "Title": "Anger Management",
- "US Gross": 135560942,
- "Worldwide Gross": 195660942,
- "US DVD Sales": null,
- "Production Budget": 56000000,
- "Release Date": "Apr 11 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.1,
- "IMDB Votes": 57088
- },
- {
- "Title": "A Night at the Roxbury",
- "US Gross": 30331165,
- "Worldwide Gross": 30331165,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 02 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 81,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.7,
- "IMDB Votes": 23259
- },
- {
- "Title": "The Animal",
- "US Gross": 55762229,
- "Worldwide Gross": 55762229,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jun 01 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 83,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luke Greenfield",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 4.6,
- "IMDB Votes": 18601
- },
- {
- "Title": "Anna and the King",
- "US Gross": 39251128,
- "Worldwide Gross": 39251128,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Dec 17 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 147,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Andy Tennant",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.5,
- "IMDB Votes": 14881
- },
- {
- "Title": "Analyze That",
- "US Gross": 32122249,
- "Worldwide Gross": 54994757,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 06 2002",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.6,
- "IMDB Votes": 24090
- },
- {
- "Title": "Analyze This",
- "US Gross": 106885658,
- "Worldwide Gross": 176885658,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Mar 05 1999",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.6,
- "IMDB Votes": 52894
- },
- {
- "Title": "The Ant Bully",
- "US Gross": 28142535,
- "Worldwide Gross": 55181129,
- "US DVD Sales": 28562108,
- "Production Budget": 45000000,
- "Release Date": "Jul 28 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.2,
- "IMDB Votes": 7766
- },
- {
- "Title": "Antitrust",
- "US Gross": 10965209,
- "Worldwide Gross": 10965209,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jan 12 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6,
- "IMDB Votes": 16263
- },
- {
- "Title": "Marie Antoinette",
- "US Gross": 15962471,
- "Worldwide Gross": 60862471,
- "US DVD Sales": 16636006,
- "Production Budget": 40000000,
- "Release Date": "Oct 20 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Sofia Coppola",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.4,
- "IMDB Votes": 31877
- },
- {
- "Title": "Antz",
- "US Gross": 90757863,
- "Worldwide Gross": 152457863,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 02 1998",
- "MPAA Rating": "PG",
- "Running Time min": 83,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Johnson",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 6.8,
- "IMDB Votes": 37343
- },
- {
- "Title": "Anywhere But Here",
- "US Gross": 18653615,
- "Worldwide Gross": 18653615,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Nov 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wayne Wang",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8514
- },
- {
- "Title": "Appaloosa",
- "US Gross": 20211394,
- "Worldwide Gross": 26111394,
- "US DVD Sales": 10698987,
- "Production Budget": 20000000,
- "Release Date": "Sep 19 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Ed Harris",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.8,
- "IMDB Votes": 22836
- },
- {
- "Title": "Apocalypto",
- "US Gross": 50866635,
- "Worldwide Gross": 117785051,
- "US DVD Sales": 43318599,
- "Production Budget": 40000000,
- "Release Date": "Dec 08 2006",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Mel Gibson",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.9,
- "IMDB Votes": 82162
- },
- {
- "Title": "Pieces of April",
- "US Gross": 2528664,
- "Worldwide Gross": 3284124,
- "US DVD Sales": null,
- "Production Budget": 300000,
- "Release Date": "Oct 17 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.2,
- "IMDB Votes": 12153
- },
- {
- "Title": "The Apostle",
- "US Gross": 20733485,
- "Worldwide Gross": 21277770,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 17 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 148,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Duvall",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.1,
- "IMDB Votes": 7757
- },
- {
- "Title": "Aquamarine",
- "US Gross": 18597342,
- "Worldwide Gross": 22978953,
- "US DVD Sales": 29637202,
- "Production Budget": 17000000,
- "Release Date": "Mar 03 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 4.6,
- "IMDB Votes": 9116
- },
- {
- "Title": "Ararat",
- "US Gross": 1693000,
- "Worldwide Gross": 1693000,
- "US DVD Sales": null,
- "Production Budget": 15500000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.6,
- "IMDB Votes": 6763
- },
- {
- "Title": "Are We There Yet?",
- "US Gross": 82674398,
- "Worldwide Gross": 97918663,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jan 21 2005",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Brian Levant",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.2,
- "IMDB Votes": 8740
- },
- {
- "Title": "Arlington Road",
- "US Gross": 24419219,
- "Worldwide Gross": 24419219,
- "US DVD Sales": null,
- "Production Budget": 21500000,
- "Release Date": "Jul 09 1999",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.2,
- "IMDB Votes": 36051
- },
- {
- "Title": "Armageddon",
- "US Gross": 201578182,
- "Worldwide Gross": 554600000,
- "US DVD Sales": null,
- "Production Budget": 140000000,
- "Release Date": "Jul 01 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 150,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.1,
- "IMDB Votes": 194
- },
- {
- "Title": "Hey Arnold! The Movie",
- "US Gross": 13684949,
- "Worldwide Gross": 13684949,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 28 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.3,
- "IMDB Votes": 1629
- },
- {
- "Title": "Against the Ropes",
- "US Gross": 5881504,
- "Worldwide Gross": 6429865,
- "US DVD Sales": null,
- "Production Budget": 39000000,
- "Release Date": "Feb 20 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Charles S. Dutton",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.2,
- "IMDB Votes": 3547
- },
- {
- "Title": "King Arthur",
- "US Gross": 51877963,
- "Worldwide Gross": 203877963,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 07 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Walt Disney Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 6.2,
- "IMDB Votes": 53106
- },
- {
- "Title": "Arthur et les Minimoys",
- "US Gross": 15132763,
- "Worldwide Gross": 110102340,
- "US DVD Sales": 13012362,
- "Production Budget": 80000000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "PG",
- "Running Time min": 122,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 7626
- },
- {
- "Title": "Artificial Intelligence: AI",
- "US Gross": 78616689,
- "Worldwide Gross": 235900000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jun 29 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 146,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 91901
- },
- {
- "Title": "The Art of War",
- "US Gross": 30199105,
- "Worldwide Gross": 30199105,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 25 2000",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christian Duguay",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.5,
- "IMDB Votes": 12484
- },
- {
- "Title": "Astro Boy",
- "US Gross": 19551067,
- "Worldwide Gross": 44093014,
- "US DVD Sales": 7166365,
- "Production Budget": 65000000,
- "Release Date": "Oct 23 2009",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "David Bowers",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 5265
- },
- {
- "Title": "A Serious Man",
- "US Gross": 9228788,
- "Worldwide Gross": 30710147,
- "US DVD Sales": 3614635,
- "Production Budget": 7000000,
- "Release Date": "Oct 02 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.2,
- "IMDB Votes": 32396
- },
- {
- "Title": "The Astronaut Farmer",
- "US Gross": 11003643,
- "Worldwide Gross": 11003643,
- "US DVD Sales": 13774930,
- "Production Budget": 13000000,
- "Release Date": "Feb 23 2007",
- "MPAA Rating": "PG",
- "Running Time min": 109,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Polish",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 10506
- },
- {
- "Title": "As Good as it Gets",
- "US Gross": 148478011,
- "Worldwide Gross": 314111923,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 24 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "James L. Brooks",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.8,
- "IMDB Votes": 92240
- },
- {
- "Title": "A Single Man",
- "US Gross": 9176000,
- "Worldwide Gross": 19112672,
- "US DVD Sales": 2010869,
- "Production Budget": 7000000,
- "Release Date": "Dec 11 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.6,
- "IMDB Votes": 14548
- },
- {
- "Title": "A Simple Plan",
- "US Gross": 16316273,
- "Worldwide Gross": 16316273,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Dec 11 1998",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.6,
- "IMDB Votes": 29095
- },
- {
- "Title": "Assault On Precinct 13",
- "US Gross": 20040895,
- "Worldwide Gross": 36040895,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jan 19 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.4,
- "IMDB Votes": 13456
- },
- {
- "Title": "The Astronaut's Wife",
- "US Gross": 10672566,
- "Worldwide Gross": 10672566,
- "US DVD Sales": null,
- "Production Budget": 34000000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.9,
- "IMDB Votes": 20259
- },
- {
- "Title": "The A-Team",
- "US Gross": 77222099,
- "Worldwide Gross": 176047914,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Jun 11 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Joe Carnahan",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 7.2,
- "IMDB Votes": 29886
- },
- {
- "Title": "At First Sight",
- "US Gross": 22365133,
- "Worldwide Gross": 22365133,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jan 15 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 6872
- },
- {
- "Title": "Aqua Teen Hunger Force: The Movie",
- "US Gross": 5520368,
- "Worldwide Gross": 5520368,
- "US DVD Sales": 12134593,
- "Production Budget": 750000,
- "Release Date": "Apr 13 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "ATL",
- "US Gross": 21170563,
- "Worldwide Gross": 21170563,
- "US DVD Sales": 29368071,
- "Production Budget": 17000000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 4.7,
- "IMDB Votes": 5480
- },
- {
- "Title": "Atlantis: The Lost Empire",
- "US Gross": 84052762,
- "Worldwide Gross": 186049020,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jun 08 2001",
- "MPAA Rating": "PG",
- "Running Time min": 96,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Gary Trousdale",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 15552
- },
- {
- "Title": "Hearts in Atlantis",
- "US Gross": 24185781,
- "Worldwide Gross": 30885781,
- "US DVD Sales": null,
- "Production Budget": 31000000,
- "Release Date": "Sep 28 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.8,
- "IMDB Votes": 16336
- },
- {
- "Title": "Autumn in New York",
- "US Gross": 37752931,
- "Worldwide Gross": 90717684,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 11 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joan Chen",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9309
- },
- {
- "Title": "Atonement",
- "US Gross": 50980159,
- "Worldwide Gross": 129425746,
- "US DVD Sales": 15678677,
- "Production Budget": 30000000,
- "Release Date": "Dec 07 2007",
- "MPAA Rating": "R",
- "Running Time min": 130,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joe Wright",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.9,
- "IMDB Votes": 75491
- },
- {
- "Title": "The Rules of Attraction",
- "US Gross": 6525762,
- "Worldwide Gross": 11799060,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.7,
- "IMDB Votes": 26634
- },
- {
- "Title": "August Rush",
- "US Gross": 31664162,
- "Worldwide Gross": 65627510,
- "US DVD Sales": 22082092,
- "Production Budget": 25000000,
- "Release Date": "Nov 17 2007",
- "MPAA Rating": "PG",
- "Running Time min": 113,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 7.5,
- "IMDB Votes": 28650
- },
- {
- "Title": "Across the Universe",
- "US Gross": 24343673,
- "Worldwide Gross": 29367143,
- "US DVD Sales": 25759408,
- "Production Budget": 45000000,
- "Release Date": "Sep 14 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 133,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7.5,
- "IMDB Votes": 45611
- },
- {
- "Title": "Austin Powers: The Spy Who Shagged Me",
- "US Gross": 206040085,
- "Worldwide Gross": 309600000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jun 10 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 81005
- },
- {
- "Title": "Austin Powers in Goldmember",
- "US Gross": 213117789,
- "Worldwide Gross": 292738626,
- "US DVD Sales": null,
- "Production Budget": 63000000,
- "Release Date": "Jul 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.2,
- "IMDB Votes": 69140
- },
- {
- "Title": "Austin Powers: International Man of Mystery",
- "US Gross": 53883989,
- "Worldwide Gross": 67683989,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "May 02 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 89,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 74487
- },
- {
- "Title": "Australia",
- "US Gross": 49551662,
- "Worldwide Gross": 207482792,
- "US DVD Sales": 28789275,
- "Production Budget": 78000000,
- "Release Date": "Nov 26 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Baz Luhrmann",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.8,
- "IMDB Votes": 38089
- },
- {
- "Title": "Auto Focus",
- "US Gross": 2062066,
- "Worldwide Gross": 2703821,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Oct 18 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Paul Schrader",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.6,
- "IMDB Votes": 7236
- },
- {
- "Title": "Avatar",
- "US Gross": 760167650,
- "Worldwide Gross": 2767891499,
- "US DVD Sales": 146153933,
- "Production Budget": 237000000,
- "Release Date": "Dec 18 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 8.3,
- "IMDB Votes": 261439
- },
- {
- "Title": "The Avengers",
- "US Gross": 23385416,
- "Worldwide Gross": 48585416,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Aug 14 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 3.4,
- "IMDB Votes": 21432
- },
- {
- "Title": "The Aviator",
- "US Gross": 102608827,
- "Worldwide Gross": 214608827,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 170,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.6,
- "IMDB Votes": 85740
- },
- {
- "Title": "AVP: Alien Vs. Predator",
- "US Gross": 80281096,
- "Worldwide Gross": 172543519,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Aug 13 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "20th Century Fox",
- "Source": "Spin-Off",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 63019
- },
- {
- "Title": "Around the World in 80 Days",
- "US Gross": 24004159,
- "Worldwide Gross": 72004159,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Jun 16 2004",
- "MPAA Rating": "PG",
- "Running Time min": 120,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Frank Coraci",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.6,
- "IMDB Votes": 21516
- },
- {
- "Title": "Awake",
- "US Gross": 14373825,
- "Worldwide Gross": 30757745,
- "US DVD Sales": 13038208,
- "Production Budget": 8600000,
- "Release Date": "Nov 30 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.5,
- "IMDB Votes": 26076
- },
- {
- "Title": "And When Did You Last See Your Father?",
- "US Gross": 1071240,
- "Worldwide Gross": 2476491,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jun 06 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 1798
- },
- {
- "Title": "Away We Go",
- "US Gross": 9451946,
- "Worldwide Gross": 10108016,
- "US DVD Sales": 3788940,
- "Production Budget": 21000000,
- "Release Date": "Jun 05 2009",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sam Mendes",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.3,
- "IMDB Votes": 14929
- },
- {
- "Title": "Don't Say a Word",
- "US Gross": 54997476,
- "Worldwide Gross": 104488383,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 28 2001",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6.1,
- "IMDB Votes": 22157
- },
- {
- "Title": "Babe: Pig in the City",
- "US Gross": 18319860,
- "Worldwide Gross": 69131860,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 25 1998",
- "MPAA Rating": "G",
- "Running Time min": 75,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.1,
- "IMDB Votes": 9918
- },
- {
- "Title": "Babel",
- "US Gross": 34302837,
- "Worldwide Gross": 135302837,
- "US DVD Sales": 31459208,
- "Production Budget": 20000000,
- "Release Date": "Oct 27 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alejandro Gonzalez Inarritu",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.6,
- "IMDB Votes": 95122
- },
- {
- "Title": "Babylon A.D.",
- "US Gross": 22532572,
- "Worldwide Gross": 70216497,
- "US DVD Sales": 16787309,
- "Production Budget": 45000000,
- "Release Date": "Aug 29 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 100,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Mathieu Kassovitz",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.3,
- "IMDB Votes": 27189
- },
- {
- "Title": "My Baby's Daddy",
- "US Gross": 17321573,
- "Worldwide Gross": 17322212,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jan 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4,
- "IMDB Votes": 2010
- },
- {
- "Title": "Super Babies: Baby Geniuses 2",
- "US Gross": 9109322,
- "Worldwide Gross": 9109322,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 27 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 1.4,
- "IMDB Votes": 10886
- },
- {
- "Title": "Baby Geniuses",
- "US Gross": 27151490,
- "Worldwide Gross": 27151490,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Mar 12 1999",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 2.2,
- "IMDB Votes": 9038
- },
- {
- "Title": "Bad Boys II",
- "US Gross": 138540870,
- "Worldwide Gross": 272940870,
- "US DVD Sales": null,
- "Production Budget": 130000000,
- "Release Date": "Jul 18 2003",
- "MPAA Rating": "R",
- "Running Time min": 147,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.2,
- "IMDB Votes": 58002
- },
- {
- "Title": "Bad Company",
- "US Gross": 30157016,
- "Worldwide Gross": 69157016,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jun 07 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5.3,
- "IMDB Votes": 17901
- },
- {
- "Title": "La mala educaciÛn",
- "US Gross": 5211842,
- "Worldwide Gross": 40311842,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Nov 19 2004",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Pedro Almodovar",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 21756
- },
- {
- "Title": "Bad Lieutenant: Port of Call New Orleans",
- "US Gross": 1702112,
- "Worldwide Gross": 8162545,
- "US DVD Sales": 3902817,
- "Production Budget": 25000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Werner Herzog",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Bad News Bears",
- "US Gross": 32868349,
- "Worldwide Gross": 33500620,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jul 22 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 7749
- },
- {
- "Title": "Burn After Reading",
- "US Gross": 60355347,
- "Worldwide Gross": 163415735,
- "US DVD Sales": 19163475,
- "Production Budget": 37000000,
- "Release Date": "Sep 12 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.2,
- "IMDB Votes": 92553
- },
- {
- "Title": "Bait",
- "US Gross": 15325127,
- "Worldwide Gross": 15471969,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 15 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.6,
- "IMDB Votes": 5143
- },
- {
- "Title": "Boys and Girls",
- "US Gross": 21799652,
- "Worldwide Gross": 21799652,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jun 16 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7779
- },
- {
- "Title": "Black and White",
- "US Gross": 5241315,
- "Worldwide Gross": 5241315,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Apr 05 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Toback",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 452
- },
- {
- "Title": "Bangkok Dangerous",
- "US Gross": 15298133,
- "Worldwide Gross": 46598133,
- "US DVD Sales": 15494886,
- "Production Budget": 45000000,
- "Release Date": "Sep 05 2008",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "Lionsgate",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Oxide Pang Chun",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5.4,
- "IMDB Votes": 20931
- },
- {
- "Title": "The Banger Sisters",
- "US Gross": 30306281,
- "Worldwide Gross": 38067218,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.5,
- "IMDB Votes": 7435
- },
- {
- "Title": "Les invasions barbares",
- "US Gross": 8460000,
- "Worldwide Gross": 8460000,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "May 09 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 14322
- },
- {
- "Title": "Barney's Great Adventure",
- "US Gross": 11156471,
- "Worldwide Gross": 11156471,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 03 1998",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Polygram",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.1,
- "IMDB Votes": 1456
- },
- {
- "Title": "Basic Instinct 2",
- "US Gross": 5946136,
- "Worldwide Gross": 35417162,
- "US DVD Sales": 6188980,
- "Production Budget": 70000000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Caton-Jones",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 3.9,
- "IMDB Votes": 16784
- },
- {
- "Title": "Basic",
- "US Gross": 26599248,
- "Worldwide Gross": 42598498,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 28 2003",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 6.3,
- "IMDB Votes": 25960
- },
- {
- "Title": "Batman Begins",
- "US Gross": 205343774,
- "Worldwide Gross": 372353017,
- "US DVD Sales": null,
- "Production Budget": 150000000,
- "Release Date": "Jun 15 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 140,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 8.3,
- "IMDB Votes": 270641
- },
- {
- "Title": "Battlefield Earth: A Saga of the Year 3000",
- "US Gross": 21471685,
- "Worldwide Gross": 29725663,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "May 12 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 121,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.3,
- "IMDB Votes": 39316
- },
- {
- "Title": "The Dark Knight",
- "US Gross": 533345358,
- "Worldwide Gross": 1022345358,
- "US DVD Sales": 234119058,
- "Production Budget": 185000000,
- "Release Date": "Jul 18 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 152,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.9,
- "IMDB Votes": 465000
- },
- {
- "Title": "Bats",
- "US Gross": 10155691,
- "Worldwide Gross": 10155691,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 3.3,
- "IMDB Votes": 5565
- },
- {
- "Title": "The Battle of Shaker Heights",
- "US Gross": 280351,
- "Worldwide Gross": 280351,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 22 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2524
- },
- {
- "Title": "Baby Boy",
- "US Gross": 28734552,
- "Worldwide Gross": 28734552,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jun 27 2001",
- "MPAA Rating": "R",
- "Running Time min": 130,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.1,
- "IMDB Votes": 4485
- },
- {
- "Title": "The Curious Case of Benjamin Button",
- "US Gross": 127509326,
- "Worldwide Gross": 329809326,
- "US DVD Sales": 42850598,
- "Production Budget": 160000000,
- "Release Date": "Dec 25 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 167,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 8,
- "IMDB Votes": 137120
- },
- {
- "Title": "Baby Mama",
- "US Gross": 60494212,
- "Worldwide Gross": 64391484,
- "US DVD Sales": 24304275,
- "Production Budget": null,
- "Release Date": "Apr 25 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.1,
- "IMDB Votes": 16128
- },
- {
- "Title": "Bless the Child",
- "US Gross": 29374178,
- "Worldwide Gross": 40435694,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 11 2000",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Chuck Russell",
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 4.8,
- "IMDB Votes": 7765
- },
- {
- "Title": "The Bachelor",
- "US Gross": 21731001,
- "Worldwide Gross": 36882378,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Nov 05 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "New Line",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9030
- },
- {
- "Title": "The Broken Hearts Club: A Romantic Comedy",
- "US Gross": 1744858,
- "Worldwide Gross": 2022442,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 29 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 3731
- },
- {
- "Title": "Be Cool",
- "US Gross": 55849401,
- "Worldwide Gross": 94849401,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Mar 04 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.6,
- "IMDB Votes": 32082
- },
- {
- "Title": "Big Daddy",
- "US Gross": 163479795,
- "Worldwide Gross": 234779795,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 25 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennis Dugan",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 4.7,
- "IMDB Votes": 48
- },
- {
- "Title": "Bedazzled",
- "US Gross": 37879996,
- "Worldwide Gross": 90376224,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Oct 20 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 93,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.9,
- "IMDB Votes": 30946
- },
- {
- "Title": "Body of Lies",
- "US Gross": 39394666,
- "Worldwide Gross": 108394666,
- "US DVD Sales": 22024703,
- "Production Budget": 67500000,
- "Release Date": "Oct 10 2008",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 7.2,
- "IMDB Votes": 53921
- },
- {
- "Title": "Blood Diamond",
- "US Gross": 57377916,
- "Worldwide Gross": 171377916,
- "US DVD Sales": 62588936,
- "Production Budget": 100000000,
- "Release Date": "Dec 08 2006",
- "MPAA Rating": "R",
- "Running Time min": 143,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 8,
- "IMDB Votes": 118925
- },
- {
- "Title": "Mr. Bean's Holiday",
- "US Gross": 33302167,
- "Worldwide Gross": 229736344,
- "US DVD Sales": 28248145,
- "Production Budget": 25000000,
- "Release Date": "Aug 24 2007",
- "MPAA Rating": "G",
- "Running Time min": 88,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6,
- "IMDB Votes": 28950
- },
- {
- "Title": "Beautiful",
- "US Gross": 3134509,
- "Worldwide Gross": 3134509,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Sep 29 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Destination Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sally Field",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.4,
- "IMDB Votes": 2238
- },
- {
- "Title": "Beavis and Butt-head Do America",
- "US Gross": 63118386,
- "Worldwide Gross": 63118386,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 20 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 80,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Judge",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.6,
- "IMDB Votes": 22918
- },
- {
- "Title": "Bend it Like Beckham",
- "US Gross": 32543449,
- "Worldwide Gross": 76583333,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 12 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gurinder Chadha",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 41052
- },
- {
- "Title": "In the Bedroom",
- "US Gross": 35930604,
- "Worldwide Gross": 43430604,
- "US DVD Sales": null,
- "Production Budget": 1700000,
- "Release Date": "Nov 23 2001",
- "MPAA Rating": "R",
- "Running Time min": 130,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Field",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.5,
- "IMDB Votes": 20888
- },
- {
- "Title": "Bee Movie",
- "US Gross": 126631277,
- "Worldwide Gross": 287594577,
- "US DVD Sales": 79628881,
- "Production Budget": 150000000,
- "Release Date": "Nov 02 2007",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Steve Hickner",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.3,
- "IMDB Votes": 30575
- },
- {
- "Title": "Artie Lange's Beer League",
- "US Gross": 475000,
- "Worldwide Gross": 475000,
- "US DVD Sales": null,
- "Production Budget": 2800000,
- "Release Date": "Sep 15 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Being John Malkovich",
- "US Gross": 22858926,
- "Worldwide Gross": 32382381,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Oct 29 1999",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "USA Films",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Fantasy",
- "Director": "Spike Jonze",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.9,
- "IMDB Votes": 113568
- },
- {
- "Title": "Behind Enemy Lines",
- "US Gross": 58855732,
- "Worldwide Gross": 58855732,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 30 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.1,
- "IMDB Votes": 32575
- },
- {
- "Title": "Bella",
- "US Gross": 8093373,
- "Worldwide Gross": 9220041,
- "US DVD Sales": 5935632,
- "Production Budget": 3300000,
- "Release Date": "Oct 26 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Roadside Attractions",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 6562
- },
- {
- "Title": "Beloved",
- "US Gross": 22852487,
- "Worldwide Gross": 22852487,
- "US DVD Sales": null,
- "Production Budget": 53000000,
- "Release Date": "Oct 16 1998",
- "MPAA Rating": "R",
- "Running Time min": 172,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Jonathan Demme",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 5.3,
- "IMDB Votes": 102
- },
- {
- "Title": "Les Triplettes de Belleville",
- "US Gross": 7301288,
- "Worldwide Gross": 14440113,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Nov 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 19761
- },
- {
- "Title": "Beyond the Mat",
- "US Gross": 2047570,
- "Worldwide Gross": 2047570,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.2,
- "IMDB Votes": 4067
- },
- {
- "Title": "The Benchwarmers",
- "US Gross": 59843754,
- "Worldwide Gross": 64843754,
- "US DVD Sales": 32764806,
- "Production Budget": 35000000,
- "Release Date": "Apr 07 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennis Dugan",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.4,
- "IMDB Votes": 17824
- },
- {
- "Title": "The Last Airbender",
- "US Gross": 131591957,
- "Worldwide Gross": 290191957,
- "US DVD Sales": null,
- "Production Budget": 150000000,
- "Release Date": "Jul 01 2010",
- "MPAA Rating": null,
- "Running Time min": 103,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.4,
- "IMDB Votes": 16600
- },
- {
- "Title": "Beowulf",
- "US Gross": 82195215,
- "Worldwide Gross": 194995215,
- "US DVD Sales": 35961910,
- "Production Budget": 150000000,
- "Release Date": "Nov 16 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.6,
- "IMDB Votes": 62513
- },
- {
- "Title": "The Importance of Being Earnest",
- "US Gross": 8378141,
- "Worldwide Gross": 8378141,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "May 22 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.7,
- "IMDB Votes": 9345
- },
- {
- "Title": "Beauty Shop",
- "US Gross": 36351350,
- "Worldwide Gross": 38351350,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 30 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Spin-Off",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bille Woodruff",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.3,
- "IMDB Votes": 5468
- },
- {
- "Title": "Better Luck Tomorrow",
- "US Gross": 3802390,
- "Worldwide Gross": 3809226,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Apr 11 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Justin Lin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 5959
- },
- {
- "Title": "Big Fat Liar",
- "US Gross": 47811275,
- "Worldwide Gross": 52375275,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 08 2002",
- "MPAA Rating": "PG",
- "Running Time min": 88,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.2,
- "IMDB Votes": 9877
- },
- {
- "Title": "Big Fish",
- "US Gross": 66432867,
- "Worldwide Gross": 123432867,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Dec 10 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 8.1,
- "IMDB Votes": 141099
- },
- {
- "Title": "Before Sunset",
- "US Gross": 5792822,
- "Worldwide Gross": 11293790,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jul 02 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Independent",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8,
- "IMDB Votes": 45535
- },
- {
- "Title": "The Big Hit",
- "US Gross": 27066941,
- "Worldwide Gross": 27066941,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Apr 24 1998",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.8,
- "IMDB Votes": 14157
- },
- {
- "Title": "Birthday Girl",
- "US Gross": 4919896,
- "Worldwide Gross": 8130727,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Feb 01 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 13366
- },
- {
- "Title": "The Big Lebowski",
- "US Gross": 17498804,
- "Worldwide Gross": 46189568,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 06 1998",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 8.2,
- "IMDB Votes": 177960
- },
- {
- "Title": "Big Momma's House",
- "US Gross": 117559438,
- "Worldwide Gross": 173559438,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Jun 02 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Raja Gosnell",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 4.7,
- "IMDB Votes": 21318
- },
- {
- "Title": "Black Hawk Down",
- "US Gross": 108638745,
- "Worldwide Gross": 173638745,
- "US DVD Sales": 970318,
- "Production Budget": 95000000,
- "Release Date": "Dec 28 2001",
- "MPAA Rating": "R",
- "Running Time min": 144,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.7,
- "IMDB Votes": 98653
- },
- {
- "Title": "Eye of the Beholder",
- "US Gross": 16500786,
- "Worldwide Gross": 18260865,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 28 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Destination Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 9992
- },
- {
- "Title": "The Big Bounce",
- "US Gross": 6471394,
- "Worldwide Gross": 6626115,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jan 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9195
- },
- {
- "Title": "Big Trouble",
- "US Gross": 7262288,
- "Worldwide Gross": 8488871,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Apr 05 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.3,
- "IMDB Votes": 11610
- },
- {
- "Title": "Billy Elliot",
- "US Gross": 21995263,
- "Worldwide Gross": 109280263,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 13 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Daldry",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.7,
- "IMDB Votes": 38403
- },
- {
- "Title": "Bicentennial Man",
- "US Gross": 58220776,
- "Worldwide Gross": 87420776,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Dec 17 1999",
- "MPAA Rating": "PG",
- "Running Time min": 132,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.4,
- "IMDB Votes": 28827
- },
- {
- "Title": "Birth",
- "US Gross": 5005899,
- "Worldwide Gross": 14603001,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 29 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.3,
- "IMDB Votes": 25
- },
- {
- "Title": "Becoming Jane",
- "US Gross": 18663911,
- "Worldwide Gross": 37304637,
- "US DVD Sales": 8061456,
- "Production Budget": 16500000,
- "Release Date": "Aug 03 2007",
- "MPAA Rating": "PG",
- "Running Time min": 120,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 7,
- "IMDB Votes": 15167
- },
- {
- "Title": "Bridget Jones: The Edge Of Reason",
- "US Gross": 40203020,
- "Worldwide Gross": 263894551,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 26325
- },
- {
- "Title": "Bridget Jones's Diary",
- "US Gross": 71500556,
- "Worldwide Gross": 281527158,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 13 2001",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.8,
- "IMDB Votes": 58213
- },
- {
- "Title": "The Bank Job",
- "US Gross": 30060660,
- "Worldwide Gross": 63060660,
- "US DVD Sales": 17254299,
- "Production Budget": 20000000,
- "Release Date": "Mar 07 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Dramatization",
- "Director": "Roger Donaldson",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.5,
- "IMDB Votes": 50848
- },
- {
- "Title": "Blade",
- "US Gross": 70141876,
- "Worldwide Gross": 131237688,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Aug 21 1998",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Stephen Norrington",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 7,
- "IMDB Votes": 64896
- },
- {
- "Title": "The Blair Witch Project",
- "US Gross": 140539099,
- "Worldwide Gross": 248300000,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Jul 14 1999",
- "MPAA Rating": "R",
- "Running Time min": 87,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.2,
- "IMDB Votes": 87629
- },
- {
- "Title": "Blast from the Past",
- "US Gross": 26613620,
- "Worldwide Gross": 26613620,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Hugh Wilson",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.4,
- "IMDB Votes": 23243
- },
- {
- "Title": "Blade 2",
- "US Gross": 81676888,
- "Worldwide Gross": 154338601,
- "US DVD Sales": null,
- "Production Budget": 54000000,
- "Release Date": "Mar 22 2002",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Guillermo Del Toro",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 90
- },
- {
- "Title": "Blade: Trinity",
- "US Gross": 52397389,
- "Worldwide Gross": 132397389,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 08 2004",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "David Goyer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 42477
- },
- {
- "Title": "Blades of Glory",
- "US Gross": 118594548,
- "Worldwide Gross": 145594548,
- "US DVD Sales": 49219041,
- "Production Budget": 61000000,
- "Release Date": "Mar 30 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.5,
- "IMDB Votes": 51929
- },
- {
- "Title": "The Blind Side",
- "US Gross": 255959475,
- "Worldwide Gross": 301759475,
- "US DVD Sales": 86139819,
- "Production Budget": 35000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.7,
- "IMDB Votes": 42320
- },
- {
- "Title": "Blood Work",
- "US Gross": 26199517,
- "Worldwide Gross": 26199517,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Aug 09 2002",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.3,
- "IMDB Votes": 16751
- },
- {
- "Title": "Zwartboek",
- "US Gross": 4398392,
- "Worldwide Gross": 4398392,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Apr 06 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 27288
- },
- {
- "Title": "Black Christmas",
- "US Gross": 16235738,
- "Worldwide Gross": 16235738,
- "US DVD Sales": 28729107,
- "Production Budget": 9000000,
- "Release Date": "Dec 25 2006",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.3,
- "IMDB Votes": 10424
- },
- {
- "Title": "Black Snake Moan",
- "US Gross": 9396870,
- "Worldwide Gross": 9396870,
- "US DVD Sales": 12540785,
- "Production Budget": 15000000,
- "Release Date": "Mar 02 2007",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.1,
- "IMDB Votes": 28145
- },
- {
- "Title": "Black Water Transit",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 31 2008",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Blindness",
- "US Gross": 3073392,
- "Worldwide Gross": 14542658,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 03 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Fernando Meirelles",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.6,
- "IMDB Votes": 25508
- },
- {
- "Title": "Legally Blonde 2: Red, White & Blonde",
- "US Gross": 90639088,
- "Worldwide Gross": 125339088,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 02 2003",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Legally Blonde",
- "US Gross": 96493426,
- "Worldwide Gross": 141743426,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jul 13 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Luketic",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.2,
- "IMDB Votes": 44128
- },
- {
- "Title": "Blood and Wine",
- "US Gross": 1083350,
- "Worldwide Gross": 1083350,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Feb 21 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bob Rafelson",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.1,
- "IMDB Votes": 4761
- },
- {
- "Title": "Blow",
- "US Gross": 52990775,
- "Worldwide Gross": 83282296,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 06 2001",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ted Demme",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 7.4,
- "IMDB Votes": 70218
- },
- {
- "Title": "Ballistic: Ecks vs. Sever",
- "US Gross": 14294842,
- "Worldwide Gross": 14294842,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 11112
- },
- {
- "Title": "Blue Crush",
- "US Gross": 40118420,
- "Worldwide Gross": 51327420,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 16 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Universal",
- "Source": "Based on Magazine Article",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 5.5,
- "IMDB Votes": 11699
- },
- {
- "Title": "Bamboozled",
- "US Gross": 2185266,
- "Worldwide Gross": 2373937,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 06 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.3,
- "IMDB Votes": 5958
- },
- {
- "Title": "A Beautiful Mind",
- "US Gross": 170708996,
- "Worldwide Gross": 316708996,
- "US DVD Sales": null,
- "Production Budget": 78000000,
- "Release Date": "Dec 21 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 135,
- "Distributor": "Universal",
- "Source": "Based on Magazine Article",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 8,
- "IMDB Votes": 126067
- },
- {
- "Title": "Big Momma's House 2",
- "US Gross": 70165972,
- "Worldwide Gross": 137047376,
- "US DVD Sales": 21234176,
- "Production Budget": 40000000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 4,
- "IMDB Votes": 11368
- },
- {
- "Title": "Story of Bonnie and Clyde, The",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Boondock Saints",
- "US Gross": 30471,
- "Worldwide Gross": 250000,
- "US DVD Sales": 7468574,
- "Production Budget": 7000000,
- "Release Date": "Jan 21 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 7.8,
- "IMDB Votes": 86172
- },
- {
- "Title": "Bandidas",
- "US Gross": 0,
- "Worldwide Gross": 10496317,
- "US DVD Sales": 7921142,
- "Production Budget": 35000000,
- "Release Date": "Sep 22 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 5.6,
- "IMDB Votes": 12103
- },
- {
- "Title": "Bandits",
- "US Gross": 41523271,
- "Worldwide Gross": 71523271,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Oct 12 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.5,
- "IMDB Votes": 30732
- },
- {
- "Title": "Bobby",
- "US Gross": 11242801,
- "Worldwide Gross": 20597806,
- "US DVD Sales": 12345494,
- "Production Budget": 14000000,
- "Release Date": "Nov 17 2006",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Emilio Estevez",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 7.1,
- "IMDB Votes": 23262
- },
- {
- "Title": "The Book of Eli",
- "US Gross": 94835059,
- "Worldwide Gross": 146452390,
- "US DVD Sales": 36862324,
- "Production Budget": 80000000,
- "Release Date": "Jan 15 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.9,
- "IMDB Votes": 47733
- },
- {
- "Title": "Boogeyman",
- "US Gross": 46752382,
- "Worldwide Gross": 67192859,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 04 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 3.9,
- "IMDB Votes": 13901
- },
- {
- "Title": "Bolt",
- "US Gross": 114053579,
- "Worldwide Gross": 313953579,
- "US DVD Sales": 82600642,
- "Production Budget": 150000000,
- "Release Date": "Nov 21 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.4,
- "IMDB Votes": 32473
- },
- {
- "Title": "The Other Boleyn Girl",
- "US Gross": 26814957,
- "Worldwide Gross": 72944278,
- "US DVD Sales": 8245298,
- "Production Budget": 40000000,
- "Release Date": "Feb 29 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.7,
- "IMDB Votes": 26198
- },
- {
- "Title": "The Bone Collector",
- "US Gross": 66488090,
- "Worldwide Gross": 151463090,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Nov 05 1999",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.3,
- "IMDB Votes": 46961
- },
- {
- "Title": "Bones",
- "US Gross": 7316658,
- "Worldwide Gross": 8378853,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 24 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 3.9,
- "IMDB Votes": 3524
- },
- {
- "Title": "Bon Voyage",
- "US Gross": 2353728,
- "Worldwide Gross": 8361736,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 19 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.5,
- "IMDB Votes": 622
- },
- {
- "Title": "Boogie Nights",
- "US Gross": 26410771,
- "Worldwide Gross": 43111725,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 10 1997",
- "MPAA Rating": "R",
- "Running Time min": 152,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Paul Thomas Anderson",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.9,
- "IMDB Votes": 70962
- },
- {
- "Title": "Borat",
- "US Gross": 128505958,
- "Worldwide Gross": 261572744,
- "US DVD Sales": 62661576,
- "Production Budget": 18000000,
- "Release Date": "Nov 03 2006",
- "MPAA Rating": "R",
- "Running Time min": 83,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Larry Charles",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 3612
- },
- {
- "Title": "The Bourne Identity",
- "US Gross": 121468960,
- "Worldwide Gross": 213300000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jun 14 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Doug Liman",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.7,
- "IMDB Votes": 122597
- },
- {
- "Title": "The Bourne Supremacy",
- "US Gross": 176087450,
- "Worldwide Gross": 288587450,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Jul 23 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Greengrass",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.6,
- "IMDB Votes": 104614
- },
- {
- "Title": "The Bourne Ultimatum",
- "US Gross": 227471070,
- "Worldwide Gross": 442161562,
- "US DVD Sales": 123314592,
- "Production Budget": 130000000,
- "Release Date": "Aug 03 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Greengrass",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.2,
- "IMDB Votes": 146025
- },
- {
- "Title": "The Borrowers",
- "US Gross": 22619589,
- "Worldwide Gross": 54045832,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Feb 13 1998",
- "MPAA Rating": "PG",
- "Running Time min": 83,
- "Distributor": "Polygram",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Peter Hewitt",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 4340
- },
- {
- "Title": "My Boss's Daughter",
- "US Gross": 15549702,
- "Worldwide Gross": 15549702,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Aug 22 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Zucker",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.3,
- "IMDB Votes": 10919
- },
- {
- "Title": "Bounce",
- "US Gross": 36779296,
- "Worldwide Gross": 53399300,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 17 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 5.5,
- "IMDB Votes": 10702
- },
- {
- "Title": "Bowling for Columbine",
- "US Gross": 21576018,
- "Worldwide Gross": 58576018,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michael Moore",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.2,
- "IMDB Votes": 76928
- },
- {
- "Title": "Boys Don't Cry",
- "US Gross": 11540607,
- "Worldwide Gross": 20741000,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Oct 08 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Kimberly Peirce",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.6,
- "IMDB Votes": 34435
- },
- {
- "Title": "The Boy in the Striped Pyjamas",
- "US Gross": 9030581,
- "Worldwide Gross": 39830581,
- "US DVD Sales": 9647546,
- "Production Budget": 12500000,
- "Release Date": "Nov 07 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 21683
- },
- {
- "Title": "Bulletproof Monk",
- "US Gross": 23010607,
- "Worldwide Gross": 23010607,
- "US DVD Sales": null,
- "Production Budget": 52000000,
- "Release Date": "Apr 16 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.2,
- "IMDB Votes": 17130
- },
- {
- "Title": "Heartbreakers",
- "US Gross": 40334024,
- "Worldwide Gross": 57753825,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Mar 23 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.2,
- "IMDB Votes": 20962
- },
- {
- "Title": "Bride & Prejudice",
- "US Gross": 6601079,
- "Worldwide Gross": 22064531,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Feb 11 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gurinder Chadha",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 9442
- },
- {
- "Title": "Beyond Borders",
- "US Gross": 4426297,
- "Worldwide Gross": 11427090,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 24 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.2,
- "IMDB Votes": 9575
- },
- {
- "Title": "Bride Wars",
- "US Gross": 58715510,
- "Worldwide Gross": 115150424,
- "US DVD Sales": 29943338,
- "Production Budget": 30000000,
- "Release Date": "Jan 09 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5,
- "IMDB Votes": 15762
- },
- {
- "Title": "Breakfast of Champions",
- "US Gross": 178287,
- "Worldwide Gross": 178287,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 17 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Alan Rudolph",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.3,
- "IMDB Votes": 5033
- },
- {
- "Title": "Brigham City",
- "US Gross": 852206,
- "Worldwide Gross": 852206,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Apr 06 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Excel Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.1,
- "IMDB Votes": 758
- },
- {
- "Title": "Brick",
- "US Gross": 2075743,
- "Worldwide Gross": 3918941,
- "US DVD Sales": 5013655,
- "Production Budget": 450000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 37204
- },
- {
- "Title": "Bringing Out The Dead",
- "US Gross": 16640210,
- "Worldwide Gross": 16640210,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.8,
- "IMDB Votes": 31079
- },
- {
- "Title": "Breakdown",
- "US Gross": 50159144,
- "Worldwide Gross": 50159144,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "May 02 1997",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jonathan Mostow",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Brooklyn's Finest",
- "US Gross": 27163593,
- "Worldwide Gross": 28319627,
- "US DVD Sales": 9300674,
- "Production Budget": 25000000,
- "Release Date": "Mar 05 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Overture Films",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 14034
- },
- {
- "Title": "Brokeback Mountain",
- "US Gross": 83043761,
- "Worldwide Gross": 180343761,
- "US DVD Sales": 31338042,
- "Production Budget": 13900000,
- "Release Date": "Dec 09 2005",
- "MPAA Rating": "R",
- "Running Time min": 134,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.8,
- "IMDB Votes": 115951
- },
- {
- "Title": "Breakin' All the Rules",
- "US Gross": 12232382,
- "Worldwide Gross": 12512317,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "May 14 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2643
- },
- {
- "Title": "The Break Up",
- "US Gross": 118806699,
- "Worldwide Gross": 202944203,
- "US DVD Sales": 52707367,
- "Production Budget": 52000000,
- "Release Date": "Jun 02 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peyton Reed",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 38285
- },
- {
- "Title": "An Alan Smithee Film: Burn Hollywood Burn",
- "US Gross": 45779,
- "Worldwide Gross": 45779,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 27 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Arthur Hiller",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 2152
- },
- {
- "Title": "Barney's Version",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Brooklyn Rules",
- "US Gross": 458232,
- "Worldwide Gross": 458232,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "May 18 2007",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 2797
- },
- {
- "Title": "Boiler Room",
- "US Gross": 16963963,
- "Worldwide Gross": 28773637,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Feb 18 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.9,
- "IMDB Votes": 22979
- },
- {
- "Title": "The Brothers Solomon",
- "US Gross": 900926,
- "Worldwide Gross": 900926,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Sep 07 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.2,
- "IMDB Votes": 6044
- },
- {
- "Title": "The Brothers",
- "US Gross": 27457409,
- "Worldwide Gross": 27958191,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Mar 23 2001",
- "MPAA Rating": "R",
- "Running Time min": 102,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 2.8,
- "IMDB Votes": 153
- },
- {
- "Title": "Brown Sugar",
- "US Gross": 27362712,
- "Worldwide Gross": 28315272,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6,
- "IMDB Votes": 2745
- },
- {
- "Title": "Bright Star",
- "US Gross": 4444637,
- "Worldwide Gross": 9469105,
- "US DVD Sales": null,
- "Production Budget": 8500000,
- "Release Date": "Jan 26 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Apparition",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Jane Campion",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 5957
- },
- {
- "Title": "Brother",
- "US Gross": 450594,
- "Worldwide Gross": 450594,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jul 20 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 10831
- },
- {
- "Title": "In Bruges",
- "US Gross": 7800825,
- "Worldwide Gross": 30782621,
- "US DVD Sales": 3467377,
- "Production Budget": 15000000,
- "Release Date": "Feb 08 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 8.1,
- "IMDB Votes": 97876
- },
- {
- "Title": "The Brown Bunny",
- "US Gross": 366301,
- "Worldwide Gross": 630427,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 27 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WellSpring",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Vincent Gallo",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7465
- },
- {
- "Title": "Barbershop 2: Back in Business",
- "US Gross": 65070412,
- "Worldwide Gross": 65842412,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Feb 06 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 4848
- },
- {
- "Title": "Barbershop",
- "US Gross": 75781642,
- "Worldwide Gross": 77081642,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 13 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tim Story",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.2,
- "IMDB Votes": 11164
- },
- {
- "Title": "Best in Show",
- "US Gross": 18621249,
- "Worldwide Gross": 20695413,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Sep 27 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Guest",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.4,
- "IMDB Votes": 24484
- },
- {
- "Title": "Bad Santa",
- "US Gross": 60060328,
- "Worldwide Gross": 60063017,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Nov 26 2003",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Terry Zwigoff",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.3,
- "IMDB Votes": 45022
- },
- {
- "Title": "Inglourious Basterds",
- "US Gross": 120831050,
- "Worldwide Gross": 320389438,
- "US DVD Sales": 58414604,
- "Production Budget": 70000000,
- "Release Date": "Aug 21 2009",
- "MPAA Rating": "R",
- "Running Time min": 152,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 8.4,
- "IMDB Votes": 178742
- },
- {
- "Title": "Blue Streak",
- "US Gross": 68208190,
- "Worldwide Gross": 117448157,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Sep 17 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Les Mayfield",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23545
- },
- {
- "Title": "The Butterfly Effect",
- "US Gross": 57924679,
- "Worldwide Gross": 96046844,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jan 23 2004",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 7.8,
- "IMDB Votes": 102982
- },
- {
- "Title": "O Brother, Where Art Thou",
- "US Gross": 45506619,
- "Worldwide Gross": 65976782,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Walt Disney Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Batman & Robin",
- "US Gross": 107325195,
- "Worldwide Gross": 238317814,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "Jun 20 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 3.5,
- "IMDB Votes": 81283
- },
- {
- "Title": "Boat Trip",
- "US Gross": 8586376,
- "Worldwide Gross": 14933713,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 21 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.7,
- "IMDB Votes": 13258
- },
- {
- "Title": "Bubba Ho-Tep",
- "US Gross": 1239183,
- "Worldwide Gross": 1239183,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 19 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Vitagraph Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 23110
- },
- {
- "Title": "Bubble",
- "US Gross": 145382,
- "Worldwide Gross": 145382,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 101
- },
- {
- "Title": "Bubble Boy",
- "US Gross": 5002310,
- "Worldwide Gross": 5002310,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Aug 24 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.4,
- "IMDB Votes": 11073
- },
- {
- "Title": "Buffalo '66",
- "US Gross": 2380606,
- "Worldwide Gross": 2380606,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Jun 26 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Vincent Gallo",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.3,
- "IMDB Votes": 17762
- },
- {
- "Title": "Buffalo Soldiers",
- "US Gross": 353743,
- "Worldwide Gross": 353743,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jul 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 13510
- },
- {
- "Title": "Bulworth",
- "US Gross": 26528684,
- "Worldwide Gross": 29203383,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "May 15 1998",
- "MPAA Rating": "R",
- "Running Time min": 107,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Warren Beatty",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.8,
- "IMDB Votes": 15486
- },
- {
- "Title": "W.",
- "US Gross": 25534493,
- "Worldwide Gross": 28575778,
- "US DVD Sales": 7871296,
- "Production Budget": 25100000,
- "Release Date": "Oct 17 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Bowfinger",
- "US Gross": 66458769,
- "Worldwide Gross": 98699769,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Aug 13 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.4,
- "IMDB Votes": 33389
- },
- {
- "Title": "Bewitched",
- "US Gross": 63313159,
- "Worldwide Gross": 131413159,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 24 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 100,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Nora Ephron",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 4.8,
- "IMDB Votes": 26834
- },
- {
- "Title": "Barnyard: The Original Party Animals",
- "US Gross": 72779000,
- "Worldwide Gross": 116618084,
- "US DVD Sales": 65043181,
- "Production Budget": 51000000,
- "Release Date": "Aug 04 2006",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Steve Oedekerk",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Beyond the Sea",
- "US Gross": 6144806,
- "Worldwide Gross": 7061637,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Kevin Spacey",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.6,
- "IMDB Votes": 8002
- },
- {
- "Title": "Cabin Fever",
- "US Gross": 21158188,
- "Worldwide Gross": 30553394,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Sep 12 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Eli Roth",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 28417
- },
- {
- "Title": "CachÈ",
- "US Gross": 3647381,
- "Worldwide Gross": 17147381,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Dec 23 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 26
- },
- {
- "Title": "Cadillac Records",
- "US Gross": 8138000,
- "Worldwide Gross": 8138000,
- "US DVD Sales": 10049741,
- "Production Budget": 12000000,
- "Release Date": "Dec 05 2008",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.7,
- "IMDB Votes": 5026
- },
- {
- "Title": "Can't Hardly Wait",
- "US Gross": 25358996,
- "Worldwide Gross": 25358996,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 12 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.2,
- "IMDB Votes": 19470
- },
- {
- "Title": "Capote",
- "US Gross": 28750530,
- "Worldwide Gross": 46309352,
- "US DVD Sales": 17031573,
- "Production Budget": 7000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Bennett Miller",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.6,
- "IMDB Votes": 41472
- },
- {
- "Title": "Sukkar banat",
- "US Gross": 1060591,
- "Worldwide Gross": 14253760,
- "US DVD Sales": null,
- "Production Budget": 1600000,
- "Release Date": "Feb 01 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Roadside Attractions",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 3799
- },
- {
- "Title": "Disney's A Christmas Carol",
- "US Gross": 137855863,
- "Worldwide Gross": 323743744,
- "US DVD Sales": null,
- "Production Budget": 190000000,
- "Release Date": "Nov 06 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Rage: Carrie 2",
- "US Gross": 17760244,
- "Worldwide Gross": 17760244,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Mar 12 1999",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.3,
- "IMDB Votes": 7235
- },
- {
- "Title": "Cars",
- "US Gross": 244082982,
- "Worldwide Gross": 461923762,
- "US DVD Sales": 246114559,
- "Production Budget": 70000000,
- "Release Date": "Jun 09 2006",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "John Lasseter",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.5,
- "IMDB Votes": 66809
- },
- {
- "Title": "Cast Away",
- "US Gross": 233632142,
- "Worldwide Gross": 427230516,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 144,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.5,
- "IMDB Votes": 102936
- },
- {
- "Title": "Catch Me if You Can",
- "US Gross": 164606800,
- "Worldwide Gross": 351106800,
- "US DVD Sales": null,
- "Production Budget": 52000000,
- "Release Date": "Dec 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 141,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 5.7,
- "IMDB Votes": 224
- },
- {
- "Title": "The Cat in the Hat",
- "US Gross": 101018283,
- "Worldwide Gross": 133818283,
- "US DVD Sales": null,
- "Production Budget": 109000000,
- "Release Date": "Nov 21 2003",
- "MPAA Rating": "PG",
- "Running Time min": 82,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 15318
- },
- {
- "Title": "Cats Don't Dance",
- "US Gross": 3588602,
- "Worldwide Gross": 3588602,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Mar 26 1997",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": "Mark Dindal",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1663
- },
- {
- "Title": "Catwoman",
- "US Gross": 40202379,
- "Worldwide Gross": 82102379,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jul 23 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 3.2,
- "IMDB Votes": 34651
- },
- {
- "Title": "Cecil B. Demented",
- "US Gross": 1276984,
- "Worldwide Gross": 1953882,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 11 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Waters",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 5.9,
- "IMDB Votes": 7565
- },
- {
- "Title": "The Country Bears",
- "US Gross": 16988996,
- "Worldwide Gross": 16988996,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jul 26 2002",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Disney Ride",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 3.8,
- "IMDB Votes": 2021
- },
- {
- "Title": "Center Stage",
- "US Gross": 17200925,
- "Worldwide Gross": 17200925,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "May 12 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.2,
- "IMDB Votes": 7968
- },
- {
- "Title": "The Corpse Bride",
- "US Gross": 53359111,
- "Worldwide Gross": 117359111,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "PG",
- "Running Time min": 77,
- "Distributor": "Warner Bros.",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Critical Care",
- "US Gross": 220175,
- "Worldwide Gross": 220175,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 31 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6,
- "IMDB Votes": 895
- },
- {
- "Title": "Connie & Carla",
- "US Gross": 8047525,
- "Worldwide Gross": 8047525,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 16 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Lembeck",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6,
- "IMDB Votes": 4359
- },
- {
- "Title": "Collateral Damage",
- "US Gross": 40048332,
- "Worldwide Gross": 78353508,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Feb 08 2002",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Davis",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 24358
- },
- {
- "Title": "Crocodile Dundee in Los Angeles",
- "US Gross": 25590119,
- "Worldwide Gross": 39393111,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 20 2001",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Simon Wincer",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.6,
- "IMDB Votes": 7082
- },
- {
- "Title": "Celebrity",
- "US Gross": 5078660,
- "Worldwide Gross": 6200000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.1,
- "IMDB Votes": 10978
- },
- {
- "Title": "The Cell",
- "US Gross": 61280963,
- "Worldwide Gross": 61280963,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Aug 18 2000",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.2,
- "IMDB Votes": 36961
- },
- {
- "Title": "Cellular",
- "US Gross": 32003620,
- "Worldwide Gross": 45261739,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Sep 10 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David R. Ellis",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.5,
- "IMDB Votes": 32534
- },
- {
- "Title": "City of Ember",
- "US Gross": 7871693,
- "Worldwide Gross": 11817059,
- "US DVD Sales": 6086988,
- "Production Budget": 38000000,
- "Release Date": "Oct 10 2008",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Gil Kenan",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.4,
- "IMDB Votes": 14905
- },
- {
- "Title": "Charlie and the Chocolate Factory",
- "US Gross": 206459076,
- "Worldwide Gross": 474459076,
- "US DVD Sales": null,
- "Production Budget": 150000000,
- "Release Date": "Jul 15 2005",
- "MPAA Rating": "PG",
- "Running Time min": 115,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.1,
- "IMDB Votes": 102437
- },
- {
- "Title": "Catch a Fire",
- "US Gross": 4299773,
- "Worldwide Gross": 5699773,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 27 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Focus Features",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Dramatization",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.8,
- "IMDB Votes": 5959
- },
- {
- "Title": "Charlie's Angels: Full Throttle",
- "US Gross": 100814328,
- "Worldwide Gross": 227200000,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Jun 27 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joseph McGinty Nichol",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 43942
- },
- {
- "Title": "Charlie's Angels",
- "US Gross": 125305545,
- "Worldwide Gross": 263200000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Nov 03 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joseph McGinty Nichol",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 5.5,
- "IMDB Votes": 60791
- },
- {
- "Title": "Chasing Amy",
- "US Gross": 12006514,
- "Worldwide Gross": 15155095,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Apr 04 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.5,
- "IMDB Votes": 63591
- },
- {
- "Title": "Chicago",
- "US Gross": 170687518,
- "Worldwide Gross": 307687518,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Miramax",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Rob Marshall",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.2,
- "IMDB Votes": 82650
- },
- {
- "Title": "Chicken Little",
- "US Gross": 135386665,
- "Worldwide Gross": 314432738,
- "US DVD Sales": 142108745,
- "Production Budget": 60000000,
- "Release Date": "Nov 04 2005",
- "MPAA Rating": "G",
- "Running Time min": 80,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Mark Dindal",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.8,
- "IMDB Votes": 17415
- },
- {
- "Title": "Chicken Run",
- "US Gross": 106793915,
- "Worldwide Gross": 227793915,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jun 21 2000",
- "MPAA Rating": "G",
- "Running Time min": 84,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Nick Park",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.3,
- "IMDB Votes": 48307
- },
- {
- "Title": "Cheaper by the Dozen",
- "US Gross": 138614544,
- "Worldwide Gross": 189714544,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 25 2003",
- "MPAA Rating": "PG",
- "Running Time min": 98,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.6,
- "IMDB Votes": 24283
- },
- {
- "Title": "Cheaper by the Dozen 2",
- "US Gross": 82571173,
- "Worldwide Gross": 135015330,
- "US DVD Sales": 26537982,
- "Production Budget": 60000000,
- "Release Date": "Dec 21 2005",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.2,
- "IMDB Votes": 11858
- },
- {
- "Title": "Cheri",
- "US Gross": 2715657,
- "Worldwide Gross": 2715657,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Jun 26 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.1,
- "IMDB Votes": 3307
- },
- {
- "Title": "Chill Factor",
- "US Gross": 11263966,
- "Worldwide Gross": 11263966,
- "US DVD Sales": null,
- "Production Budget": 34000000,
- "Release Date": "Sep 01 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.9,
- "IMDB Votes": 5374
- },
- {
- "Title": "Bride of Chucky",
- "US Gross": 32404188,
- "Worldwide Gross": 50692188,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 16 1998",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Ronny Yu",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.3,
- "IMDB Votes": 13735
- },
- {
- "Title": "Seed of Chucky",
- "US Gross": 17016190,
- "Worldwide Gross": 24716190,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.1,
- "IMDB Votes": 9897
- },
- {
- "Title": "Children of Men",
- "US Gross": 35552383,
- "Worldwide Gross": 69450202,
- "US DVD Sales": 25345271,
- "Production Budget": 76000000,
- "Release Date": "Dec 25 2006",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Alfonso Cuaron",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.1,
- "IMDB Votes": 158125
- },
- {
- "Title": "Chloe",
- "US Gross": 3075255,
- "Worldwide Gross": 9675172,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Mar 26 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 8772
- },
- {
- "Title": "Love in the Time of Cholera",
- "US Gross": 4617608,
- "Worldwide Gross": 31077418,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Nov 16 2007",
- "MPAA Rating": "R",
- "Running Time min": 139,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.2,
- "IMDB Votes": 8580
- },
- {
- "Title": "Chocolat",
- "US Gross": 71309760,
- "Worldwide Gross": 152500343,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 15 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 7.3,
- "IMDB Votes": 56176
- },
- {
- "Title": "The Children of Huang Shi",
- "US Gross": 1031872,
- "Worldwide Gross": 5527507,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "May 23 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 6.9,
- "IMDB Votes": 4100
- },
- {
- "Title": "Les Choristes",
- "US Gross": 3629758,
- "Worldwide Gross": 83529758,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Nov 26 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 16391
- },
- {
- "Title": "Chairman of the Board",
- "US Gross": 306715,
- "Worldwide Gross": 306715,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Mar 13 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 2.1,
- "IMDB Votes": 3164
- },
- {
- "Title": "Chuck&Buck",
- "US Gross": 1055671,
- "Worldwide Gross": 1157672,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jul 14 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Weitz",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 3455
- },
- {
- "Title": "The Chumscrubber",
- "US Gross": 49526,
- "Worldwide Gross": 49526,
- "US DVD Sales": null,
- "Production Budget": 6800000,
- "Release Date": "Aug 05 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Picturehouse",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 7,
- "IMDB Votes": 10449
- },
- {
- "Title": "Charlotte's Web",
- "US Gross": 82985708,
- "Worldwide Gross": 143985708,
- "US DVD Sales": 83571732,
- "Production Budget": 82500000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "G",
- "Running Time min": 98,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Gary Winick",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8028
- },
- {
- "Title": "Cinderella Man",
- "US Gross": 61649911,
- "Worldwide Gross": 108539911,
- "US DVD Sales": null,
- "Production Budget": 88000000,
- "Release Date": "Jun 03 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 144,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 8,
- "IMDB Votes": 63111
- },
- {
- "Title": "A Cinderella Story",
- "US Gross": 51438175,
- "Worldwide Gross": 70067909,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jul 16 2004",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Warner Bros.",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5.4,
- "IMDB Votes": 14904
- },
- {
- "Title": "City of Angels",
- "US Gross": 78750909,
- "Worldwide Gross": 198750909,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Apr 10 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Brad Silberling",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.4,
- "IMDB Votes": 40053
- },
- {
- "Title": "A Civil Action",
- "US Gross": 56709981,
- "Worldwide Gross": 56709981,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Zaillian",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.4,
- "IMDB Votes": 14244
- },
- {
- "Title": "CJ7",
- "US Gross": 206678,
- "Worldwide Gross": 47300771,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 07 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Stephen Chow",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Cookout",
- "US Gross": 11540112,
- "Worldwide Gross": 11540112,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Sep 03 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 3.2,
- "IMDB Votes": 1659
- },
- {
- "Title": "The Claim",
- "US Gross": 622023,
- "Worldwide Gross": 622023,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Dec 29 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.5,
- "IMDB Votes": 3681
- },
- {
- "Title": "The Santa Clause 2",
- "US Gross": 139225854,
- "Worldwide Gross": 172825854,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Nov 01 2002",
- "MPAA Rating": "G",
- "Running Time min": 104,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Michael Lembeck",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 9061
- },
- {
- "Title": "Cold Mountain",
- "US Gross": 95632614,
- "Worldwide Gross": 161632614,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 25 2003",
- "MPAA Rating": "R",
- "Running Time min": 152,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Anthony Minghella",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 7.3,
- "IMDB Votes": 51083
- },
- {
- "Title": "Clean",
- "US Gross": 138711,
- "Worldwide Gross": 138711,
- "US DVD Sales": null,
- "Production Budget": 10000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Palm Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Click",
- "US Gross": 137355633,
- "Worldwide Gross": 237555633,
- "US DVD Sales": 81244755,
- "Production Budget": 82500000,
- "Release Date": "Jun 23 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Frank Coraci",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5,
- "IMDB Votes": 133
- },
- {
- "Title": "Code Name: The Cleaner",
- "US Gross": 8135024,
- "Worldwide Gross": 8135024,
- "US DVD Sales": 4492233,
- "Production Budget": 20000000,
- "Release Date": "Jan 05 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Les Mayfield",
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 4,
- "IMDB Votes": 5277
- },
- {
- "Title": "Welcome to Collinwood",
- "US Gross": 378650,
- "Worldwide Gross": 378650,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 04 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.2,
- "IMDB Votes": 7887
- },
- {
- "Title": "Closer",
- "US Gross": 33987757,
- "Worldwide Gross": 115987757,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 03 2004",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Sony Pictures",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 2.9,
- "IMDB Votes": 212
- },
- {
- "Title": "Clerks II",
- "US Gross": 24148068,
- "Worldwide Gross": 25894473,
- "US DVD Sales": 26411041,
- "Production Budget": 5000000,
- "Release Date": "Jul 21 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.7,
- "IMDB Votes": 56668
- },
- {
- "Title": "Maid in Manhattan",
- "US Gross": 93932896,
- "Worldwide Gross": 154832896,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 13 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wayne Wang",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 4.6,
- "IMDB Votes": 30370
- },
- {
- "Title": "It's Complicated",
- "US Gross": 112735375,
- "Worldwide Gross": 224614744,
- "US DVD Sales": 29195673,
- "Production Budget": 75000000,
- "Release Date": "Dec 25 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nancy Meyers",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.7,
- "IMDB Votes": 17748
- },
- {
- "Title": "The Company",
- "US Gross": 2281585,
- "Worldwide Gross": 3396508,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 25 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.2,
- "IMDB Votes": 3649
- },
- {
- "Title": "Constantine",
- "US Gross": 75976178,
- "Worldwide Gross": 230884728,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Feb 18 2005",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Francis Lawrence",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.7,
- "IMDB Votes": 78705
- },
- {
- "Title": "The Contender",
- "US Gross": 17804273,
- "Worldwide Gross": 17804273,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 13 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rod Lurie",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.9,
- "IMDB Votes": 13709
- },
- {
- "Title": "Die F‰lscher",
- "US Gross": 5488570,
- "Worldwide Gross": 19416495,
- "US DVD Sales": null,
- "Production Budget": 6250000,
- "Release Date": "Feb 22 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 16525
- },
- {
- "Title": "Control",
- "US Gross": 871577,
- "Worldwide Gross": 5645350,
- "US DVD Sales": null,
- "Production Budget": 6400000,
- "Release Date": "Oct 10 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.8,
- "IMDB Votes": 19466
- },
- {
- "Title": "Centurion",
- "US Gross": 119621,
- "Worldwide Gross": 119621,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Aug 27 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.5,
- "IMDB Votes": 8997
- },
- {
- "Title": "Coach Carter",
- "US Gross": 67264877,
- "Worldwide Gross": 76669806,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jan 14 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 136,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 7.1,
- "IMDB Votes": 23526
- },
- {
- "Title": "Confessions of a Dangerous Mind",
- "US Gross": 16007718,
- "Worldwide Gross": 33013805,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Dec 31 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "George Clooney",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.1,
- "IMDB Votes": 36258
- },
- {
- "Title": "Coco avant Chanel",
- "US Gross": 6113834,
- "Worldwide Gross": 48846765,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6720
- },
- {
- "Title": "Code 46",
- "US Gross": 197148,
- "Worldwide Gross": 197148,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Aug 06 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": "Science Fiction",
- "Director": "Michael Winterbottom",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 9608
- },
- {
- "Title": "Agent Cody Banks 2: Destination London",
- "US Gross": 23514247,
- "Worldwide Gross": 28703083,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Mar 12 2004",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 4063
- },
- {
- "Title": "Agent Cody Banks",
- "US Gross": 47545060,
- "Worldwide Gross": 58240458,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 14 2003",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.1,
- "IMDB Votes": 9527
- },
- {
- "Title": "Collateral",
- "US Gross": 100170152,
- "Worldwide Gross": 217670152,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Aug 06 2004",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.8,
- "IMDB Votes": 105362
- },
- {
- "Title": "College",
- "US Gross": 4694491,
- "Worldwide Gross": 5629618,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Aug 29 2008",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 4.3,
- "IMDB Votes": 6496
- },
- {
- "Title": "Company Man",
- "US Gross": 146028,
- "Worldwide Gross": 146028,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 09 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 1305
- },
- {
- "Title": "Come Early Morning",
- "US Gross": 119452,
- "Worldwide Gross": 119452,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joey Lauren Adams",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 6.2,
- "IMDB Votes": 1511
- },
- {
- "Title": "Con Air",
- "US Gross": 101117573,
- "Worldwide Gross": 224117573,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 06 1997",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Simon West",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.6,
- "IMDB Votes": 76052
- },
- {
- "Title": "Confidence",
- "US Gross": 12212417,
- "Worldwide Gross": 12212417,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Foley",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.8,
- "IMDB Votes": 17111
- },
- {
- "Title": "Conspiracy Theory",
- "US Gross": 76118990,
- "Worldwide Gross": 137118990,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Aug 08 1997",
- "MPAA Rating": "R",
- "Running Time min": 135,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.5,
- "IMDB Votes": 35719
- },
- {
- "Title": "Contact",
- "US Gross": 100920329,
- "Worldwide Gross": 165900000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 11 1997",
- "MPAA Rating": "PG",
- "Running Time min": 150,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 7.3,
- "IMDB Votes": 73684
- },
- {
- "Title": "The Cooler",
- "US Gross": 8291572,
- "Worldwide Gross": 10464788,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Nov 26 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7,
- "IMDB Votes": 19072
- },
- {
- "Title": "Copying Beethoven",
- "US Gross": 355968,
- "Worldwide Gross": 355968,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 5017
- },
- {
- "Title": "Corky Romano",
- "US Gross": 23978402,
- "Worldwide Gross": 23978402,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Oct 12 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 4.2,
- "IMDB Votes": 6739
- },
- {
- "Title": "Coraline",
- "US Gross": 75286229,
- "Worldwide Gross": 124062750,
- "US DVD Sales": 46101073,
- "Production Budget": 60000000,
- "Release Date": "Feb 06 2009",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.8,
- "IMDB Votes": 38464
- },
- {
- "Title": "Confessions of a Teenage Drama Queen",
- "US Gross": 29331068,
- "Worldwide Gross": 33051296,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 20 2004",
- "MPAA Rating": "PG",
- "Running Time min": 89,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.3,
- "IMDB Votes": 9976
- },
- {
- "Title": "The Covenant",
- "US Gross": 23364784,
- "Worldwide Gross": 38164784,
- "US DVD Sales": 26360430,
- "Production Budget": 20000000,
- "Release Date": "Sep 08 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 4.8,
- "IMDB Votes": 17736
- },
- {
- "Title": "Cop Land",
- "US Gross": 44906632,
- "Worldwide Gross": 63706632,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Aug 15 1997",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.9,
- "IMDB Votes": 35192
- },
- {
- "Title": "Couples Retreat",
- "US Gross": 109205660,
- "Worldwide Gross": 172450423,
- "US DVD Sales": 34715888,
- "Production Budget": 60000000,
- "Release Date": "Oct 09 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Billingsley",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.5,
- "IMDB Votes": 18332
- },
- {
- "Title": "Cradle Will Rock",
- "US Gross": 2899970,
- "Worldwide Gross": 2899970,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Dec 08 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Tim Robbins",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.7,
- "IMDB Votes": 6127
- },
- {
- "Title": "Crank",
- "US Gross": 27838408,
- "Worldwide Gross": 33824696,
- "US DVD Sales": 28776986,
- "Production Budget": 12000000,
- "Release Date": "Sep 01 2006",
- "MPAA Rating": "R",
- "Running Time min": 88,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.1,
- "IMDB Votes": 71094
- },
- {
- "Title": "Crash",
- "US Gross": 3357324,
- "Worldwide Gross": 3357324,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 04 1996",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20886
- },
- {
- "Title": "The Crazies",
- "US Gross": 39123589,
- "Worldwide Gross": 43027734,
- "US DVD Sales": 8835872,
- "Production Budget": 20000000,
- "Release Date": "Feb 26 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Overture Films",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.7,
- "IMDB Votes": 21135
- },
- {
- "Title": "Crazy in Alabama",
- "US Gross": 1954202,
- "Worldwide Gross": 1954202,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antonio Banderas",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5.7,
- "IMDB Votes": 3991
- },
- {
- "Title": "The Crew",
- "US Gross": 13019253,
- "Worldwide Gross": 13019253,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Aug 25 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6,
- "IMDB Votes": 1307
- },
- {
- "Title": "Cradle 2 the Grave",
- "US Gross": 34657731,
- "Worldwide Gross": 56434942,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Feb 28 2003",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrzej Bartkowiak",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.4,
- "IMDB Votes": 14834
- },
- {
- "Title": "Crocodile Hunter: Collision Course",
- "US Gross": 28436931,
- "Worldwide Gross": 33436931,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Jul 12 2002",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "MGM",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The In Crowd",
- "US Gross": 5217498,
- "Worldwide Gross": 5217498,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jul 19 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 4.2,
- "IMDB Votes": 2720
- },
- {
- "Title": "The Corruptor",
- "US Gross": 15164492,
- "Worldwide Gross": 15164492,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Mar 12 1999",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Foley",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 5.8,
- "IMDB Votes": 9008
- },
- {
- "Title": "Man cheng jin dai huang jin jia",
- "US Gross": 6566773,
- "Worldwide Gross": 75566773,
- "US DVD Sales": 10581873,
- "Production Budget": 45000000,
- "Release Date": "Dec 21 2006",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Play",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Yimou Zhang",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 17975
- },
- {
- "Title": "Crash",
- "US Gross": 54557348,
- "Worldwide Gross": 98387109,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "May 06 2005",
- "MPAA Rating": "R",
- "Running Time min": 107,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Haggis",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20886
- },
- {
- "Title": "Crossover",
- "US Gross": 7009668,
- "Worldwide Gross": 7009668,
- "US DVD Sales": 2177636,
- "Production Budget": 5600000,
- "Release Date": "Sep 01 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 1.7,
- "IMDB Votes": 7466
- },
- {
- "Title": "Crossroads",
- "US Gross": 37188667,
- "Worldwide Gross": 57000000,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.6,
- "IMDB Votes": 4894
- },
- {
- "Title": "The Count of Monte Cristo",
- "US Gross": 54228104,
- "Worldwide Gross": 54228104,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jan 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Kevin Reynolds",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.6,
- "IMDB Votes": 40605
- },
- {
- "Title": "Cruel Intentions",
- "US Gross": 38230075,
- "Worldwide Gross": 75803716,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Mar 05 1999",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roger Kumble",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.7,
- "IMDB Votes": 66861
- },
- {
- "Title": "The Cry of the Owl",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 11500000,
- "Release Date": "Nov 27 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.2,
- "IMDB Votes": 1244
- },
- {
- "Title": "Cry Wolf",
- "US Gross": 10047674,
- "Worldwide Gross": 15585495,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.4,
- "IMDB Votes": 372
- },
- {
- "Title": "Crazy Heart",
- "US Gross": 39462438,
- "Worldwide Gross": 47163756,
- "US DVD Sales": 13929671,
- "Production Budget": 8500000,
- "Release Date": "Dec 16 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.4,
- "IMDB Votes": 17255
- },
- {
- "Title": "crazy/beautiful",
- "US Gross": 16929123,
- "Worldwide Gross": 19929123,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jun 29 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 12102
- },
- {
- "Title": "The Last Castle",
- "US Gross": 18208078,
- "Worldwide Gross": 20541668,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 19 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rod Lurie",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.5,
- "IMDB Votes": 21621
- },
- {
- "Title": "Clockstoppers",
- "US Gross": 36985501,
- "Worldwide Gross": 38788828,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Mar 29 2002",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Frakes",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5,
- "IMDB Votes": 6392
- },
- {
- "Title": "Catch That Kid",
- "US Gross": 16703799,
- "Worldwide Gross": 16930762,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Feb 06 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 3038
- },
- {
- "Title": "Cats & Dogs",
- "US Gross": 93375151,
- "Worldwide Gross": 200700000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 04 2001",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.2,
- "IMDB Votes": 16912
- },
- {
- "Title": "The City of Your Final Destination",
- "US Gross": 493296,
- "Worldwide Gross": 493296,
- "US DVD Sales": null,
- "Production Budget": 8300000,
- "Release Date": "Apr 16 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Hyde Park Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Ivory",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.6,
- "IMDB Votes": 430
- },
- {
- "Title": "Cidade de Deus",
- "US Gross": 7563397,
- "Worldwide Gross": 28763397,
- "US DVD Sales": null,
- "Production Budget": 3300000,
- "Release Date": "Jan 17 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Katia Lund",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.8,
- "IMDB Votes": 166897
- },
- {
- "Title": "City of Ghosts",
- "US Gross": 325491,
- "Worldwide Gross": 325491,
- "US DVD Sales": null,
- "Production Budget": 17500000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Matt Dillon",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 2880
- },
- {
- "Title": "City by the Sea",
- "US Gross": 22433915,
- "Worldwide Gross": 22433915,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 06 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Magazine Article",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Caton-Jones",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.1,
- "IMDB Votes": 13487
- },
- {
- "Title": "The Cube",
- "US Gross": 489220,
- "Worldwide Gross": 489220,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Sep 11 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 202
- },
- {
- "Title": "Coyote Ugly",
- "US Gross": 60786269,
- "Worldwide Gross": 115786269,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Aug 04 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.3,
- "IMDB Votes": 33808
- },
- {
- "Title": "Curious George",
- "US Gross": 58640119,
- "Worldwide Gross": 70114174,
- "US DVD Sales": 47809786,
- "Production Budget": 50000000,
- "Release Date": "Feb 10 2006",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.7,
- "IMDB Votes": 5393
- },
- {
- "Title": "Cursed",
- "US Gross": 19294901,
- "Worldwide Gross": 25114901,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 14425
- },
- {
- "Title": "Civil Brand",
- "US Gross": 254293,
- "Worldwide Gross": 254293,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Aug 29 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 340
- },
- {
- "Title": "Cloudy with a Chance of Meatballs",
- "US Gross": 124870275,
- "Worldwide Gross": 139525862,
- "US DVD Sales": 42574228,
- "Production Budget": 100000000,
- "Release Date": "Sep 18 2009",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Phil Lord",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.2,
- "IMDB Votes": 19913
- },
- {
- "Title": "Charlie Wilson's War",
- "US Gross": 66661095,
- "Worldwide Gross": 118661095,
- "US DVD Sales": 17517037,
- "Production Budget": 75000000,
- "Release Date": "Dec 21 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.3,
- "IMDB Votes": 43168
- },
- {
- "Title": "Cyrus",
- "US Gross": 7426671,
- "Worldwide Gross": 8514729,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jun 18 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Mark Duplass",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Daddy Day Camp",
- "US Gross": 13235267,
- "Worldwide Gross": 18197398,
- "US DVD Sales": 5405521,
- "Production Budget": 76000000,
- "Release Date": "Aug 08 2007",
- "MPAA Rating": "PG",
- "Running Time min": 85,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 1,
- "IMDB Rating": 2.4,
- "IMDB Votes": 6809
- },
- {
- "Title": "Daddy Day Care",
- "US Gross": 104148781,
- "Worldwide Gross": 164285587,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "May 09 2003",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Carr",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.5,
- "IMDB Votes": 14944
- },
- {
- "Title": "The Black Dahlia",
- "US Gross": 22672813,
- "Worldwide Gross": 46672813,
- "US DVD Sales": 12350794,
- "Production Budget": 60000000,
- "Release Date": "Sep 15 2006",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 35210
- },
- {
- "Title": "Diary of a Mad Black Woman",
- "US Gross": 50406346,
- "Worldwide Gross": 50425450,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Feb 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.9,
- "IMDB Votes": 5565
- },
- {
- "Title": "Dance Flick",
- "US Gross": 25662155,
- "Worldwide Gross": 32092761,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "May 22 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 83,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Damien Wayans",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 3.4,
- "IMDB Votes": 5002
- },
- {
- "Title": "Dancer, Texas Pop. 81",
- "US Gross": 574838,
- "Worldwide Gross": 574838,
- "US DVD Sales": null,
- "Production Budget": 2300000,
- "Release Date": "May 01 1998",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Daredevil",
- "US Gross": 102543518,
- "Worldwide Gross": 179179718,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Feb 14 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Mark Steven Johnson",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.5,
- "IMDB Votes": 63574
- },
- {
- "Title": "Dark City",
- "US Gross": 14435076,
- "Worldwide Gross": 27257061,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Feb 27 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Alex Proyas",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.8,
- "IMDB Votes": 62991
- },
- {
- "Title": "His Dark Materials: The Golden Compass",
- "US Gross": 70107728,
- "Worldwide Gross": 372234864,
- "US DVD Sales": 41772382,
- "Production Budget": 205000000,
- "Release Date": "Dec 01 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Chris Weitz",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Donnie Darko",
- "US Gross": 1270522,
- "Worldwide Gross": 4116307,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Newmarket Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Richard Kelly",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 8.3,
- "IMDB Votes": 210713
- },
- {
- "Title": "Dark Water",
- "US Gross": 25473093,
- "Worldwide Gross": 49473093,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 08 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Walter Salles",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 5.6,
- "IMDB Votes": 19652
- },
- {
- "Title": "Win a Date with Tad Hamilton!",
- "US Gross": 16980098,
- "Worldwide Gross": 16980098,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Jan 23 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Luketic",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 5.7,
- "IMDB Votes": 10366
- },
- {
- "Title": "Date Movie",
- "US Gross": 48548426,
- "Worldwide Gross": 84548426,
- "US DVD Sales": 18840886,
- "Production Budget": 20000000,
- "Release Date": "Feb 17 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Friedberg",
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 2.6,
- "IMDB Votes": 31821
- },
- {
- "Title": "Date Night",
- "US Gross": 98711404,
- "Worldwide Gross": 152253432,
- "US DVD Sales": 19432795,
- "Production Budget": 55000000,
- "Release Date": "Apr 09 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.5,
- "IMDB Votes": 22925
- },
- {
- "Title": "Dawn of the Dead",
- "US Gross": 58990765,
- "Worldwide Gross": 102290765,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Mar 19 2004",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Zack Snyder",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.4,
- "IMDB Votes": 73875
- },
- {
- "Title": "Daybreakers",
- "US Gross": 30101577,
- "Worldwide Gross": 48969954,
- "US DVD Sales": 11463099,
- "Production Budget": 20000000,
- "Release Date": "Jan 08 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Michael Spierig",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 28241
- },
- {
- "Title": "Day of the Dead",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Apr 08 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 8395
- },
- {
- "Title": "The Great Debaters",
- "US Gross": 30226144,
- "Worldwide Gross": 30226144,
- "US DVD Sales": 24133037,
- "Production Budget": 15000000,
- "Release Date": "Dec 25 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Denzel Washington",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.6,
- "IMDB Votes": 14530
- },
- {
- "Title": "Double Jeopardy",
- "US Gross": 116735231,
- "Worldwide Gross": 177835231,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 24 1999",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bruce Beresford",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6,
- "IMDB Votes": 28887
- },
- {
- "Title": "Der Baader Meinhof Komplex",
- "US Gross": 476270,
- "Worldwide Gross": 16498827,
- "US DVD Sales": null,
- "Production Budget": 19700000,
- "Release Date": "Aug 21 2009",
- "MPAA Rating": "R",
- "Running Time min": 149,
- "Distributor": "Vitagraph Films",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 10383
- },
- {
- "Title": "Deep Blue Sea",
- "US Gross": 73648228,
- "Worldwide Gross": 165048228,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 28 1999",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 5.6,
- "IMDB Votes": 44191
- },
- {
- "Title": "Drive Me Crazy",
- "US Gross": 17843379,
- "Worldwide Gross": 22591451,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Oct 01 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Schultz",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.1,
- "IMDB Votes": 6968
- },
- {
- "Title": "Dave Chappelle's Block Party",
- "US Gross": 11718595,
- "Worldwide Gross": 12051924,
- "US DVD Sales": 18713941,
- "Production Budget": 3000000,
- "Release Date": "Mar 03 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michel Gondry",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Dancer in the Dark",
- "US Gross": 4157491,
- "Worldwide Gross": 45557491,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Sep 22 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.8,
- "IMDB Votes": 36542
- },
- {
- "Title": "Diary of the Dead",
- "US Gross": 952620,
- "Worldwide Gross": 4726656,
- "US DVD Sales": 4653193,
- "Production Budget": 2750000,
- "Release Date": "Feb 15 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "George A. Romero",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 20792
- },
- {
- "Title": "Dear John",
- "US Gross": 80014842,
- "Worldwide Gross": 112014842,
- "US DVD Sales": 19179552,
- "Production Budget": 25000000,
- "Release Date": "Feb 05 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 7,
- "IMDB Votes": 246
- },
- {
- "Title": "Dear Wendy",
- "US Gross": 23106,
- "Worldwide Gross": 446438,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WellSpring",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Thomas Vinterberg",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.6,
- "IMDB Votes": 5574
- },
- {
- "Title": "D.E.B.S.",
- "US Gross": 96793,
- "Worldwide Gross": 96793,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Mar 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": "Angela Robinson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 6675
- },
- {
- "Title": "Deconstructing Harry",
- "US Gross": 10686841,
- "Worldwide Gross": 10686841,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 12 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 7.2,
- "IMDB Votes": 16820
- },
- {
- "Title": "Mr. Deeds",
- "US Gross": 126293452,
- "Worldwide Gross": 171269535,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 28 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.5,
- "IMDB Votes": 39756
- },
- {
- "Title": "The Deep End of the Ocean",
- "US Gross": 13508635,
- "Worldwide Gross": 13508635,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6,
- "IMDB Votes": 5790
- },
- {
- "Title": "Deep Rising",
- "US Gross": 11203026,
- "Worldwide Gross": 11203026,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jan 30 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.7,
- "IMDB Votes": 12484
- },
- {
- "Title": "Definitely, Maybe",
- "US Gross": 32241649,
- "Worldwide Gross": 55534224,
- "US DVD Sales": 12928344,
- "Production Budget": 7000000,
- "Release Date": "Feb 14 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Death at a Funeral",
- "US Gross": 42739347,
- "Worldwide Gross": 42739347,
- "US DVD Sales": 9750680,
- "Production Budget": 21000000,
- "Release Date": "Apr 16 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil LaBute",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.1,
- "IMDB Votes": 6628
- },
- {
- "Title": "DÈj‡ Vu",
- "US Gross": 64038616,
- "Worldwide Gross": 181038616,
- "US DVD Sales": 40502497,
- "Production Budget": 80000000,
- "Release Date": "Nov 22 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 66106
- },
- {
- "Title": "Delgo",
- "US Gross": 915840,
- "Worldwide Gross": 915840,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 12 2008",
- "MPAA Rating": "PG",
- "Running Time min": 88,
- "Distributor": "Freestyle Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.4,
- "IMDB Votes": 1177
- },
- {
- "Title": "Despicable Me",
- "US Gross": 244885070,
- "Worldwide Gross": 333572855,
- "US DVD Sales": null,
- "Production Budget": 69000000,
- "Release Date": "Jul 09 2010",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Universal",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.7,
- "IMDB Votes": 10529
- },
- {
- "Title": "Deuce Bigalow: European Gigolo",
- "US Gross": 22400154,
- "Worldwide Gross": 44400154,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Aug 12 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.3,
- "IMDB Votes": 18228
- },
- {
- "Title": "Deuce Bigalow: Male Gigolo",
- "US Gross": 65535067,
- "Worldwide Gross": 92935067,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 10 1999",
- "MPAA Rating": "R",
- "Running Time min": 88,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.6,
- "IMDB Votes": 25397
- },
- {
- "Title": "The Devil's Own",
- "US Gross": 42885593,
- "Worldwide Gross": 140900000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Mar 26 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alan J. Pakula",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.8,
- "IMDB Votes": 21331
- },
- {
- "Title": "Darkness Falls",
- "US Gross": 32539681,
- "Worldwide Gross": 32539681,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jan 24 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.6,
- "IMDB Votes": 12771
- },
- {
- "Title": "Defiance",
- "US Gross": 28644813,
- "Worldwide Gross": 42268745,
- "US DVD Sales": 13421577,
- "Production Budget": 50000000,
- "Release Date": "Dec 31 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 5.9,
- "IMDB Votes": 362
- },
- {
- "Title": "A Dog of Flanders",
- "US Gross": 2165637,
- "Worldwide Gross": 2165637,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.9,
- "IMDB Votes": 482
- },
- {
- "Title": "Dragonfly",
- "US Gross": 30063805,
- "Worldwide Gross": 30063805,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Feb 22 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.8,
- "IMDB Votes": 14098
- },
- {
- "Title": "The Dead Girl",
- "US Gross": 19875,
- "Worldwide Gross": 19875,
- "US DVD Sales": null,
- "Production Budget": 3300000,
- "Release Date": "Dec 29 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.8,
- "IMDB Votes": 7122
- },
- {
- "Title": "The Lords of Dogtown",
- "US Gross": 11273517,
- "Worldwide Gross": 11354893,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 03 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Catherine Hardwicke",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Dick",
- "US Gross": 6276869,
- "Worldwide Gross": 6276869,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Aug 04 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Andrew Fleming",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.1,
- "IMDB Votes": 10451
- },
- {
- "Title": "Live Free or Die Hard",
- "US Gross": 134529403,
- "Worldwide Gross": 383531464,
- "US DVD Sales": 100774964,
- "Production Budget": 110000000,
- "Release Date": "Jun 27 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Len Wiseman",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.5,
- "IMDB Votes": 130559
- },
- {
- "Title": "Digimon: The Movie",
- "US Gross": 9628751,
- "Worldwide Gross": 16628751,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 06 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.6,
- "IMDB Votes": 1727
- },
- {
- "Title": "Dirty Work",
- "US Gross": 10020081,
- "Worldwide Gross": 10020081,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jun 12 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.8,
- "IMDB Votes": 207
- },
- {
- "Title": "Banlieue 13",
- "US Gross": 1200216,
- "Worldwide Gross": 11208291,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 02 2006",
- "MPAA Rating": "R",
- "Running Time min": 85,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Pierre Morel",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 21427
- },
- {
- "Title": "Disaster Movie",
- "US Gross": 14190901,
- "Worldwide Gross": 34690901,
- "US DVD Sales": 9859088,
- "Production Budget": 20000000,
- "Release Date": "Aug 29 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 88,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Friedberg",
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 1.7,
- "IMDB Votes": 34928
- },
- {
- "Title": "District 9",
- "US Gross": 115646235,
- "Worldwide Gross": 206552113,
- "US DVD Sales": 30058184,
- "Production Budget": 30000000,
- "Release Date": "Aug 14 2009",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Neill Blomkamp",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.3,
- "IMDB Votes": 151742
- },
- {
- "Title": "Disturbing Behavior",
- "US Gross": 17507368,
- "Worldwide Gross": 17507368,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jul 24 1998",
- "MPAA Rating": "R",
- "Running Time min": 83,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.2,
- "IMDB Votes": 9394
- },
- {
- "Title": "Le Scaphandre et le Papillon",
- "US Gross": 5990075,
- "Worldwide Gross": 19689095,
- "US DVD Sales": 2354497,
- "Production Budget": 14000000,
- "Release Date": "Nov 30 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Julian Schnabel",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 31172
- },
- {
- "Title": "Dark Blue",
- "US Gross": 9237470,
- "Worldwide Gross": 11933396,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 21 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Shelton",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.6,
- "IMDB Votes": 10881
- },
- {
- "Title": "Dreaming of Joseph Lees",
- "US Gross": 7680,
- "Worldwide Gross": 7680,
- "US DVD Sales": null,
- "Production Budget": 3250000,
- "Release Date": "Oct 29 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 520
- },
- {
- "Title": "De-Lovely",
- "US Gross": 13337299,
- "Worldwide Gross": 18396382,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jun 25 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6086
- },
- {
- "Title": "Madea's Family Reunion",
- "US Gross": 63257940,
- "Worldwide Gross": 63308879,
- "US DVD Sales": 26508859,
- "Production Budget": 10000000,
- "Release Date": "Feb 24 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tyler Perry",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 3.9,
- "IMDB Votes": 5369
- },
- {
- "Title": "Dead Man on Campus",
- "US Gross": 15064948,
- "Worldwide Gross": 15064948,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Aug 21 1998",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7109
- },
- {
- "Title": "Drowning Mona",
- "US Gross": 15427192,
- "Worldwide Gross": 15427192,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Mar 03 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Destination Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.3,
- "IMDB Votes": 7606
- },
- {
- "Title": "Diamonds",
- "US Gross": 81897,
- "Worldwide Gross": 81897,
- "US DVD Sales": null,
- "Production Budget": 11900000,
- "Release Date": "Dec 10 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.3,
- "IMDB Votes": 976
- },
- {
- "Title": "Doomsday",
- "US Gross": 11008770,
- "Worldwide Gross": 21621188,
- "US DVD Sales": 8666480,
- "Production Budget": 33000000,
- "Release Date": "Mar 14 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6,
- "IMDB Votes": 34035
- },
- {
- "Title": "Donkey Punch",
- "US Gross": 19367,
- "Worldwide Gross": 19367,
- "US DVD Sales": null,
- "Production Budget": 750000,
- "Release Date": "Jan 23 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 4551
- },
- {
- "Title": "Dinosaur",
- "US Gross": 137748063,
- "Worldwide Gross": 356148063,
- "US DVD Sales": null,
- "Production Budget": 127500000,
- "Release Date": "May 19 2000",
- "MPAA Rating": "PG",
- "Running Time min": 82,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.2,
- "IMDB Votes": 13962
- },
- {
- "Title": "DOA: Dead or Alive",
- "US Gross": 480314,
- "Worldwide Gross": 2670860,
- "US DVD Sales": 1370874,
- "Production Budget": 30000000,
- "Release Date": "Jun 15 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Weinstein/Dimension",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Corey Yuen",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 4.9,
- "IMDB Votes": 16646
- },
- {
- "Title": "Doogal",
- "US Gross": 7578946,
- "Worldwide Gross": 26942802,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 31 2005",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.5,
- "IMDB Votes": 2709
- },
- {
- "Title": "Dogma",
- "US Gross": 30651422,
- "Worldwide Gross": 43948865,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Nov 12 1999",
- "MPAA Rating": "R",
- "Running Time min": 135,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.3,
- "IMDB Votes": 100476
- },
- {
- "Title": "Domestic Disturbance",
- "US Gross": 45207112,
- "Worldwide Gross": 45207112,
- "US DVD Sales": null,
- "Production Budget": 53000000,
- "Release Date": "Nov 02 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 89,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Becker",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.3,
- "IMDB Votes": 10778
- },
- {
- "Title": "Domino",
- "US Gross": 10169202,
- "Worldwide Gross": 17759202,
- "US DVD Sales": 15573570,
- "Production Budget": 50000000,
- "Release Date": "Oct 14 2005",
- "MPAA Rating": "R",
- "Running Time min": 133,
- "Distributor": "New Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.9,
- "IMDB Votes": 32560
- },
- {
- "Title": "Donnie Brasco",
- "US Gross": 41954997,
- "Worldwide Gross": 55954997,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 28 1997",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.7,
- "IMDB Votes": 65462
- },
- {
- "Title": "Doom",
- "US Gross": 28212337,
- "Worldwide Gross": 54612337,
- "US DVD Sales": 28563264,
- "Production Budget": 70000000,
- "Release Date": "Oct 21 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Andrzej Bartkowiak",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.2,
- "IMDB Votes": 39473
- },
- {
- "Title": "Doubt",
- "US Gross": 33422556,
- "Worldwide Gross": 50923043,
- "US DVD Sales": 12876746,
- "Production Budget": 20000000,
- "Release Date": "Dec 12 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Doug's 1st Movie",
- "US Gross": 19421271,
- "Worldwide Gross": 19421271,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 26 1999",
- "MPAA Rating": "G",
- "Running Time min": 77,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 920
- },
- {
- "Title": "Downfall",
- "US Gross": 5501940,
- "Worldwide Gross": 92101940,
- "US DVD Sales": null,
- "Production Budget": 13500000,
- "Release Date": "Feb 18 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Newmarket Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 404
- },
- {
- "Title": "The Deep End",
- "US Gross": 8823109,
- "Worldwide Gross": 8823109,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 08 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.6,
- "IMDB Votes": 6734
- },
- {
- "Title": "Deep Impact",
- "US Gross": 140464664,
- "Worldwide Gross": 349464664,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "May 08 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Mimi Leder",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6,
- "IMDB Votes": 54160
- },
- {
- "Title": "The Departed",
- "US Gross": 133311000,
- "Worldwide Gross": 290539042,
- "US DVD Sales": 140689412,
- "Production Budget": 90000000,
- "Release Date": "Oct 06 2006",
- "MPAA Rating": "R",
- "Running Time min": 152,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.5,
- "IMDB Votes": 264148
- },
- {
- "Title": "Dracula 2000",
- "US Gross": 33000377,
- "Worldwide Gross": 33000377,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.8,
- "IMDB Votes": 14077
- },
- {
- "Title": "Death Race",
- "US Gross": 36316032,
- "Worldwide Gross": 72516819,
- "US DVD Sales": 24667330,
- "Production Budget": 65000000,
- "Release Date": "Aug 22 2008",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.6,
- "IMDB Votes": 40611
- },
- {
- "Title": "Drag Me To Hell",
- "US Gross": 42100625,
- "Worldwide Gross": 85724728,
- "US DVD Sales": 13123388,
- "Production Budget": 30000000,
- "Release Date": "May 29 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.1,
- "IMDB Votes": 51343
- },
- {
- "Title": "Crouching Tiger, Hidden Dragon",
- "US Gross": 128067808,
- "Worldwide Gross": 213200000,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 08 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Derailed",
- "US Gross": 36020063,
- "Worldwide Gross": 54962616,
- "US DVD Sales": 27718572,
- "Production Budget": 22000000,
- "Release Date": "Nov 11 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 3.4,
- "IMDB Votes": 3317
- },
- {
- "Title": "Doctor Dolittle 2",
- "US Gross": 112950721,
- "Worldwide Gross": 176101721,
- "US DVD Sales": null,
- "Production Budget": 72000000,
- "Release Date": "Jun 22 2001",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Steve Carr",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 2993
- },
- {
- "Title": "Doctor Dolittle",
- "US Gross": 144156605,
- "Worldwide Gross": 294156605,
- "US DVD Sales": null,
- "Production Budget": 71500000,
- "Release Date": "Jun 26 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 85,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Betty Thomas",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 25648
- },
- {
- "Title": "Dickie Roberts: Former Child Star",
- "US Gross": 22734486,
- "Worldwide Gross": 23734486,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Sep 05 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 6949
- },
- {
- "Title": "Drillbit Taylor",
- "US Gross": 32862104,
- "Worldwide Gross": 49686263,
- "US DVD Sales": 12040874,
- "Production Budget": 40000000,
- "Release Date": "Mar 21 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.9,
- "IMDB Votes": 19388
- },
- {
- "Title": "Driving Lessons",
- "US Gross": 239962,
- "Worldwide Gross": 239962,
- "US DVD Sales": null,
- "Production Budget": 4700000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.7,
- "IMDB Votes": 5380
- },
- {
- "Title": "Driven",
- "US Gross": 32616869,
- "Worldwide Gross": 54616869,
- "US DVD Sales": null,
- "Production Budget": 72000000,
- "Release Date": "Apr 27 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.2,
- "IMDB Votes": 18795
- },
- {
- "Title": "Darkness",
- "US Gross": 22163442,
- "Worldwide Gross": 34409206,
- "US DVD Sales": null,
- "Production Budget": 10600000,
- "Release Date": "Dec 25 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 5.3,
- "IMDB Votes": 9979
- },
- {
- "Title": "I Dreamed of Africa",
- "US Gross": 6543194,
- "Worldwide Gross": 6543194,
- "US DVD Sales": null,
- "Production Budget": 34000000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Hugh Hudson",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5.2,
- "IMDB Votes": 2298
- },
- {
- "Title": "Dreamcatcher",
- "US Gross": 33685268,
- "Worldwide Gross": 75685268,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Mar 21 2003",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Lawrence Kasdan",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.3,
- "IMDB Votes": 34141
- },
- {
- "Title": "Dreamgirls",
- "US Gross": 103365956,
- "Worldwide Gross": 154965956,
- "US DVD Sales": 53674555,
- "Production Budget": 75000000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Bill Condon",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.6,
- "IMDB Votes": 28016
- },
- {
- "Title": "Detroit Rock City",
- "US Gross": 4217115,
- "Worldwide Gross": 4217115,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Aug 13 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.4,
- "IMDB Votes": 15092
- },
- {
- "Title": "Drop Dead Gorgeous",
- "US Gross": 10571408,
- "Worldwide Gross": 10571408,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jul 23 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.2,
- "IMDB Votes": 16344
- },
- {
- "Title": "Drumline",
- "US Gross": 56398162,
- "Worldwide Gross": 56398162,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 13 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 5.2,
- "IMDB Votes": 18165
- },
- {
- "Title": "The Legend of Drunken Master",
- "US Gross": 11546543,
- "Worldwide Gross": 11546543,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Oct 20 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Dinner Rush",
- "US Gross": 638227,
- "Worldwide Gross": 1075504,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 28 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Access Motion Picture Group",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 2991
- },
- {
- "Title": "The Descent",
- "US Gross": 26024456,
- "Worldwide Gross": 57029609,
- "US DVD Sales": 22484444,
- "Production Budget": 7000000,
- "Release Date": "Aug 04 2006",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 58176
- },
- {
- "Title": "DysFunkTional Family",
- "US Gross": 2255000,
- "Worldwide Gross": 2255000,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 04 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Concert/Performance",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.9,
- "IMDB Votes": 501
- },
- {
- "Title": "The Master of Disguise",
- "US Gross": 40363530,
- "Worldwide Gross": 40363530,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Aug 02 2002",
- "MPAA Rating": "PG",
- "Running Time min": 80,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 3,
- "IMDB Votes": 10050
- },
- {
- "Title": "Desert Blue",
- "US Gross": 99147,
- "Worldwide Gross": 99147,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jun 04 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Goldwyn Entertainment",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 1412
- },
- {
- "Title": "Disturbia",
- "US Gross": 80209692,
- "Worldwide Gross": 117573043,
- "US DVD Sales": 34508128,
- "Production Budget": 20000000,
- "Release Date": "Apr 13 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "D.J. Caruso",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7,
- "IMDB Votes": 72231
- },
- {
- "Title": "Double Take",
- "US Gross": 29823162,
- "Worldwide Gross": 29823162,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Jan 12 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 88,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 6.8,
- "IMDB Votes": 162
- },
- {
- "Title": "Death at a Funeral",
- "US Gross": 8580428,
- "Worldwide Gross": 34743644,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 17 2007",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 5.1,
- "IMDB Votes": 6628
- },
- {
- "Title": "Deterrence",
- "US Gross": 144583,
- "Worldwide Gross": 371647,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "Mar 10 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1776
- },
- {
- "Title": "Dirty Pretty Things",
- "US Gross": 8112414,
- "Worldwide Gross": 13904766,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jul 18 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 18554
- },
- {
- "Title": "Dudley Do-Right",
- "US Gross": 9818792,
- "Worldwide Gross": 9818792,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Hugh Wilson",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 3.6,
- "IMDB Votes": 4628
- },
- {
- "Title": "Duets",
- "US Gross": 4734235,
- "Worldwide Gross": 4734235,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Sep 15 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.7,
- "IMDB Votes": 5340
- },
- {
- "Title": "The Dukes of Hazzard",
- "US Gross": 80270227,
- "Worldwide Gross": 110570227,
- "US DVD Sales": null,
- "Production Budget": 53000000,
- "Release Date": "Aug 05 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Chandrasekhar",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.7,
- "IMDB Votes": 27016
- },
- {
- "Title": "Duma",
- "US Gross": 870067,
- "Worldwide Gross": 994790,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.2,
- "IMDB Votes": 2966
- },
- {
- "Title": "Dumb and Dumberer: When Harry Met Lloyd",
- "US Gross": 26214846,
- "Worldwide Gross": 26214846,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 13 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 85,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 3.3,
- "IMDB Votes": 14813
- },
- {
- "Title": "Dungeons & Dragons 2: The Elemental Might",
- "US Gross": 0,
- "Worldwide Gross": 909822,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 08 2005",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Game",
- "Major Genre": null,
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Dungeons and Dragons",
- "US Gross": 15185241,
- "Worldwide Gross": 33771965,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 08 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Game",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.6,
- "IMDB Votes": 16954
- },
- {
- "Title": "Duplex",
- "US Gross": 9652000,
- "Worldwide Gross": 10070651,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Danny De Vito",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 19238
- },
- {
- "Title": "You, Me and Dupree",
- "US Gross": 75802010,
- "Worldwide Gross": 130402010,
- "US DVD Sales": 41651251,
- "Production Budget": 54000000,
- "Release Date": "Jul 14 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 6.1,
- "IMDB Votes": 164
- },
- {
- "Title": "Devil's Advocate",
- "US Gross": 61007424,
- "Worldwide Gross": 153007424,
- "US DVD Sales": null,
- "Production Budget": 57000000,
- "Release Date": "Oct 17 1997",
- "MPAA Rating": "R",
- "Running Time min": 144,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Taylor Hackford",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Da Vinci Code",
- "US Gross": 217536138,
- "Worldwide Gross": 757236138,
- "US DVD Sales": 100178981,
- "Production Budget": 125000000,
- "Release Date": "May 19 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6.4,
- "IMDB Votes": 116903
- },
- {
- "Title": "D-War",
- "US Gross": 10977721,
- "Worldwide Gross": 79915361,
- "US DVD Sales": 7614486,
- "Production Budget": 32000000,
- "Release Date": "Sep 14 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Freestyle Releasing",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.8,
- "IMDB Votes": 14081
- },
- {
- "Title": "Deuces Wild",
- "US Gross": 6044618,
- "Worldwide Gross": 6044618,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "May 03 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 5.3,
- "IMDB Votes": 4010
- },
- {
- "Title": "Down to Earth",
- "US Gross": 64172251,
- "Worldwide Gross": 71172251,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Feb 16 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 87,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5,
- "IMDB Votes": 9193
- },
- {
- "Title": "Down to You",
- "US Gross": 20035310,
- "Worldwide Gross": 20035310,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jan 21 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 4.4,
- "IMDB Votes": 7095
- },
- {
- "Title": "I'm Not There",
- "US Gross": 4017609,
- "Worldwide Gross": 11498547,
- "US DVD Sales": 6017494,
- "Production Budget": 20000000,
- "Release Date": "Nov 21 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Todd Haynes",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.1,
- "IMDB Votes": 23078
- },
- {
- "Title": "Easy A",
- "US Gross": 21056221,
- "Worldwide Gross": 22156221,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Sep 17 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.7,
- "IMDB Votes": 483
- },
- {
- "Title": "The Eclipse",
- "US Gross": 133411,
- "Worldwide Gross": 133411,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 26 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 790
- },
- {
- "Title": "Edge of Darkness",
- "US Gross": 43313890,
- "Worldwide Gross": 78739628,
- "US DVD Sales": 12665512,
- "Production Budget": 60000000,
- "Release Date": "Jan 29 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.7,
- "IMDB Votes": 24174
- },
- {
- "Title": "EDtv",
- "US Gross": 22508689,
- "Worldwide Gross": 35319689,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Mar 26 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6,
- "IMDB Votes": 21734
- },
- {
- "Title": "An Education",
- "US Gross": 12574914,
- "Worldwide Gross": 14134502,
- "US DVD Sales": 1765115,
- "Production Budget": 7500000,
- "Release Date": "Oct 09 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.5,
- "IMDB Votes": 22855
- },
- {
- "Title": "East is East",
- "US Gross": 4170647,
- "Worldwide Gross": 4170647,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 14 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8351
- },
- {
- "Title": "8 Heads in a Duffel Bag",
- "US Gross": 3602884,
- "Worldwide Gross": 4002884,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 18 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Orion Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.8,
- "IMDB Votes": 5127
- },
- {
- "Title": "Eagle Eye",
- "US Gross": 101440743,
- "Worldwide Gross": 178066569,
- "US DVD Sales": 38374936,
- "Production Budget": 80000000,
- "Release Date": "Sep 26 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "D.J. Caruso",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.6,
- "IMDB Votes": 52336
- },
- {
- "Title": "8MM",
- "US Gross": 36443442,
- "Worldwide Gross": 96398826,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 26 1999",
- "MPAA Rating": "R",
- "Running Time min": 119,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6.3,
- "IMDB Votes": 47753
- },
- {
- "Title": "Iris",
- "US Gross": 5580479,
- "Worldwide Gross": 15035827,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Dec 14 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 5.8,
- "IMDB Votes": 44
- },
- {
- "Title": "Election",
- "US Gross": 14943582,
- "Worldwide Gross": 14943582,
- "US DVD Sales": null,
- "Production Budget": 8500000,
- "Release Date": "Apr 23 1999",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alexander Payne",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.4,
- "IMDB Votes": 37454
- },
- {
- "Title": "Elektra",
- "US Gross": 24409722,
- "Worldwide Gross": 56409722,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jan 14 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Spin-Off",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.9,
- "IMDB Votes": 27283
- },
- {
- "Title": "Elf",
- "US Gross": 173398518,
- "Worldwide Gross": 220443451,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Nov 07 2003",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Jon Favreau",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.8,
- "IMDB Votes": 42123
- },
- {
- "Title": "Elizabeth",
- "US Gross": 30082699,
- "Worldwide Gross": 82150642,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 06 1998",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Gramercy",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Shekhar Kapur",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.6,
- "IMDB Votes": 33773
- },
- {
- "Title": "Ella Enchanted",
- "US Gross": 22913677,
- "Worldwide Gross": 22913677,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Apr 09 2004",
- "MPAA Rating": "PG",
- "Running Time min": 96,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.3,
- "IMDB Votes": 12020
- },
- {
- "Title": "Once Upon a Time in Mexico",
- "US Gross": 56330657,
- "Worldwide Gross": 98156459,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Sep 12 2003",
- "MPAA Rating": "R",
- "Running Time min": 102,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.2,
- "IMDB Votes": 54413
- },
- {
- "Title": "The Adventures of Elmo in Grouchland",
- "US Gross": 11634458,
- "Worldwide Gross": 11634458,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 01 1999",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 5.4,
- "IMDB Votes": 1059
- },
- {
- "Title": "The Emperor's Club",
- "US Gross": 14060950,
- "Worldwide Gross": 16124074,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Nov 22 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8165
- },
- {
- "Title": "Empire",
- "US Gross": 17504595,
- "Worldwide Gross": 18495444,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Dec 06 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 6.5,
- "IMDB Votes": 63
- },
- {
- "Title": "La marche de l'empereur",
- "US Gross": 77437223,
- "Worldwide Gross": 129437223,
- "US DVD Sales": null,
- "Production Budget": 3400000,
- "Release Date": "Jun 24 2005",
- "MPAA Rating": "G",
- "Running Time min": 80,
- "Distributor": "Warner Independent",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 23674
- },
- {
- "Title": "Employee of the Month",
- "US Gross": 28444855,
- "Worldwide Gross": 38117718,
- "US DVD Sales": 21177885,
- "Production Budget": 10000000,
- "Release Date": "Oct 06 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 5.4,
- "IMDB Votes": 17845
- },
- {
- "Title": "The Emperor's New Groove",
- "US Gross": 89296573,
- "Worldwide Gross": 169296573,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Dec 15 2000",
- "MPAA Rating": "G",
- "Running Time min": 78,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Mark Dindal",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.4,
- "IMDB Votes": 23355
- },
- {
- "Title": "Enchanted",
- "US Gross": 127706877,
- "Worldwide Gross": 340384141,
- "US DVD Sales": 87698079,
- "Production Budget": 85000000,
- "Release Date": "Nov 21 2007",
- "MPAA Rating": "PG",
- "Running Time min": 108,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Fantasy",
- "Director": "Kevin Lima",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.5,
- "IMDB Votes": 55697
- },
- {
- "Title": "The End of the Affair",
- "US Gross": 10660147,
- "Worldwide Gross": 10660147,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Dec 03 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.9,
- "IMDB Votes": 9969
- },
- {
- "Title": "End of Days",
- "US Gross": 66889043,
- "Worldwide Gross": 212026975,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Nov 24 1999",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Peter Hyams",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.4,
- "IMDB Votes": 43513
- },
- {
- "Title": "End of the Spear",
- "US Gross": 11748661,
- "Worldwide Gross": 11748661,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 20 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "M Power Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2884
- },
- {
- "Title": "Enemy at the Gates",
- "US Gross": 51396781,
- "Worldwide Gross": 96971293,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Mar 16 2001",
- "MPAA Rating": "R",
- "Running Time min": 131,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Jean-Jacques Annaud",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7.4,
- "IMDB Votes": 59916
- },
- {
- "Title": "Enemy of the State",
- "US Gross": 111549836,
- "Worldwide Gross": 250649836,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 7.2,
- "IMDB Votes": 66700
- },
- {
- "Title": "Entrapment",
- "US Gross": 87707396,
- "Worldwide Gross": 211700000,
- "US DVD Sales": null,
- "Production Budget": 66000000,
- "Release Date": "Apr 30 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Amiel",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.1,
- "IMDB Votes": 40764
- },
- {
- "Title": "Enough",
- "US Gross": 39177215,
- "Worldwide Gross": 39177215,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "May 24 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Apted",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 6.5,
- "IMDB Votes": 92
- },
- {
- "Title": "Envy",
- "US Gross": 13548322,
- "Worldwide Gross": 14566246,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.6,
- "IMDB Votes": 15655
- },
- {
- "Title": "Epic Movie",
- "US Gross": 39739367,
- "Worldwide Gross": 86858578,
- "US DVD Sales": 16839362,
- "Production Budget": 20000000,
- "Release Date": "Jan 26 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Friedberg",
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 2.2,
- "IMDB Votes": 48975
- },
- {
- "Title": "Eragon",
- "US Gross": 75030163,
- "Worldwide Gross": 249488115,
- "US DVD Sales": 87700229,
- "Production Budget": 100000000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5,
- "IMDB Votes": 43555
- },
- {
- "Title": "Erin Brockovich",
- "US Gross": 125548685,
- "Worldwide Gross": 258400000,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 17 2000",
- "MPAA Rating": "R",
- "Running Time min": 133,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.2,
- "IMDB Votes": 54977
- },
- {
- "Title": "Elizabethtown",
- "US Gross": 26850426,
- "Worldwide Gross": 50719373,
- "US DVD Sales": 15854391,
- "Production Budget": 54000000,
- "Release Date": "Oct 14 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 133,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Cameron Crowe",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 6.4,
- "IMDB Votes": 31775
- },
- {
- "Title": "Eat Pray Love",
- "US Gross": 78146373,
- "Worldwide Gross": 81846373,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Aug 13 2010",
- "MPAA Rating": "R",
- "Running Time min": 143,
- "Distributor": "Sony Pictures",
- "Source": "Based on Magazine Article",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 4.7,
- "IMDB Votes": 3019
- },
- {
- "Title": "Eternal Sunshine of the Spotless Mind",
- "US Gross": 34366518,
- "Worldwide Gross": 47066518,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 19 2004",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Michel Gondry",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.5,
- "IMDB Votes": 219986
- },
- {
- "Title": "Eulogy",
- "US Gross": 70527,
- "Worldwide Gross": 70527,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 15 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.6,
- "IMDB Votes": 5205
- },
- {
- "Title": "Eureka",
- "US Gross": 49388,
- "Worldwide Gross": 76654,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 04 2001",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 1391
- },
- {
- "Title": "Eurotrip",
- "US Gross": 17718223,
- "Worldwide Gross": 20718223,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Feb 20 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.5,
- "IMDB Votes": 52548
- },
- {
- "Title": "Eve's Bayou",
- "US Gross": 14843425,
- "Worldwide Gross": 14843425,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Nov 07 1997",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Kasi Lemmons",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7,
- "IMDB Votes": 4509
- },
- {
- "Title": "Event Horizon",
- "US Gross": 26673242,
- "Worldwide Gross": 26673242,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Aug 15 1997",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 6.3,
- "IMDB Votes": 44671
- },
- {
- "Title": "Ever After: A Cinderella Story",
- "US Gross": 65705772,
- "Worldwide Gross": 65705772,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Jul 31 1998",
- "MPAA Rating": "PG",
- "Running Time min": 122,
- "Distributor": "20th Century Fox",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Andy Tennant",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Evita",
- "US Gross": 50047179,
- "Worldwide Gross": 151947179,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 25 1996",
- "MPAA Rating": "PG",
- "Running Time min": 134,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Dramatization",
- "Director": "Alan Parker",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.1,
- "IMDB Votes": 16769
- },
- {
- "Title": "Evolution",
- "US Gross": 38311134,
- "Worldwide Gross": 98341932,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 08 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.9,
- "IMDB Votes": 39590
- },
- {
- "Title": "An Everlasting Piece",
- "US Gross": 75078,
- "Worldwide Gross": 75078,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 25 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6,
- "IMDB Votes": 1097
- },
- {
- "Title": "Fong juk",
- "US Gross": 51957,
- "Worldwide Gross": 51957,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Aug 31 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": 100,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 3699
- },
- {
- "Title": "Exit Wounds",
- "US Gross": 51758599,
- "Worldwide Gross": 79958599,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Mar 16 2001",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrzej Bartkowiak",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.2,
- "IMDB Votes": 14528
- },
- {
- "Title": "The Exorcism of Emily Rose",
- "US Gross": 75072454,
- "Worldwide Gross": 144216468,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 09 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Dramatization",
- "Director": "Scott Derrickson",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.8,
- "IMDB Votes": 32425
- },
- {
- "Title": "Exorcist: The Beginning",
- "US Gross": 41814863,
- "Worldwide Gross": 43957541,
- "US DVD Sales": null,
- "Production Budget": 78000000,
- "Release Date": "Aug 20 2004",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 15901
- },
- {
- "Title": "The Express",
- "US Gross": 9793406,
- "Worldwide Gross": 9808102,
- "US DVD Sales": 6580715,
- "Production Budget": 37500000,
- "Release Date": "Oct 04 2008",
- "MPAA Rating": "PG",
- "Running Time min": 129,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.1,
- "IMDB Votes": 4749
- },
- {
- "Title": "eXistenZ",
- "US Gross": 2840417,
- "Worldwide Gross": 2840417,
- "US DVD Sales": null,
- "Production Budget": 20700000,
- "Release Date": "Apr 23 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.8,
- "IMDB Votes": 35788
- },
- {
- "Title": "Extract",
- "US Gross": 10823158,
- "Worldwide Gross": 10849158,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Sep 04 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Judge",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.4,
- "IMDB Votes": 12371
- },
- {
- "Title": "Extreme Ops",
- "US Gross": 4835968,
- "Worldwide Gross": 12624471,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christian Duguay",
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 4.1,
- "IMDB Votes": 3195
- },
- {
- "Title": "Eyes Wide Shut",
- "US Gross": 55691208,
- "Worldwide Gross": 86257553,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jul 16 1999",
- "MPAA Rating": "R",
- "Running Time min": 159,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stanley Kubrick",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.2,
- "IMDB Votes": 93880
- },
- {
- "Title": "The Faculty",
- "US Gross": 40283321,
- "Worldwide Gross": 40283321,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": "R",
- "Running Time min": 102,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.3,
- "IMDB Votes": 36139
- },
- {
- "Title": "Failure to Launch",
- "US Gross": 88715192,
- "Worldwide Gross": 128402901,
- "US DVD Sales": 41348843,
- "Production Budget": 50000000,
- "Release Date": "Mar 10 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Dey",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20324
- },
- {
- "Title": "Keeping the Faith",
- "US Gross": 37036404,
- "Worldwide Gross": 45336404,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Apr 14 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 129,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.5,
- "IMDB Votes": 25485
- },
- {
- "Title": "Fame",
- "US Gross": 22455510,
- "Worldwide Gross": 77956957,
- "US DVD Sales": 4950732,
- "Production Budget": 18000000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.5,
- "IMDB Votes": 4973
- },
- {
- "Title": "The Family Stone",
- "US Gross": 60062868,
- "Worldwide Gross": 91762868,
- "US DVD Sales": 23961409,
- "Production Budget": 18000000,
- "Release Date": "Dec 16 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.3,
- "IMDB Votes": 24434
- },
- {
- "Title": "Lisa Picard is Famous",
- "US Gross": 113433,
- "Worldwide Gross": 113433,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 22 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Griffin Dunne",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Fantasia 2000 (Theatrical Release)",
- "US Gross": 9103630,
- "Worldwide Gross": 9103630,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 16 2000",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Compilation",
- "Major Genre": "Musical",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Far From Heaven",
- "US Gross": 15901849,
- "Worldwide Gross": 29027914,
- "US DVD Sales": null,
- "Production Budget": 13500000,
- "Release Date": "Nov 08 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Todd Haynes",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.5,
- "IMDB Votes": 20239
- },
- {
- "Title": "Fascination",
- "US Gross": 16670,
- "Worldwide Gross": 83356,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jan 28 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.5,
- "IMDB Votes": 1016
- },
- {
- "Title": "Father's Day",
- "US Gross": 28681080,
- "Worldwide Gross": 35681080,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "May 09 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 6654
- },
- {
- "Title": "Facing the Giants",
- "US Gross": 10178331,
- "Worldwide Gross": 10178331,
- "US DVD Sales": 20091582,
- "Production Budget": 100000,
- "Release Date": "Sep 29 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alex Kendrick",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 6,
- "IMDB Votes": 4901
- },
- {
- "Title": "Face/Off",
- "US Gross": 112276146,
- "Worldwide Gross": 241200000,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 27 1997",
- "MPAA Rating": "R",
- "Running Time min": 138,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.3,
- "IMDB Votes": 102001
- },
- {
- "Title": "Final Destination 2",
- "US Gross": 46896664,
- "Worldwide Gross": 89626226,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Jan 31 2003",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "David R. Ellis",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.4,
- "IMDB Votes": 35737
- },
- {
- "Title": "Final Destination 3",
- "US Gross": 54098051,
- "Worldwide Gross": 112798051,
- "US DVD Sales": 18646884,
- "Production Budget": 25000000,
- "Release Date": "Feb 10 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "James Wong",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.9,
- "IMDB Votes": 32263
- },
- {
- "Title": "The Final Destination",
- "US Gross": 66477700,
- "Worldwide Gross": 185777700,
- "US DVD Sales": 10148305,
- "Production Budget": 40000000,
- "Release Date": "Aug 28 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "David R. Ellis",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.9,
- "IMDB Votes": 20319
- },
- {
- "Title": "FearDotCom",
- "US Gross": 13208023,
- "Worldwide Gross": 13208023,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 30 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Malone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.1,
- "IMDB Votes": 11438
- },
- {
- "Title": "Fear and Loathing in Las Vegas",
- "US Gross": 10680275,
- "Worldwide Gross": 13711903,
- "US DVD Sales": null,
- "Production Budget": 18500000,
- "Release Date": "May 22 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 7.6,
- "IMDB Votes": 81560
- },
- {
- "Title": "Feast",
- "US Gross": 56131,
- "Worldwide Gross": 341808,
- "US DVD Sales": 3570398,
- "Production Budget": 3200000,
- "Release Date": "Sep 22 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.4,
- "IMDB Votes": 12023
- },
- {
- "Title": "The Fifth Element",
- "US Gross": 63570862,
- "Worldwide Gross": 263900000,
- "US DVD Sales": null,
- "Production Budget": 95000000,
- "Release Date": "May 09 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.4,
- "IMDB Votes": 131252
- },
- {
- "Title": "Femme Fatale",
- "US Gross": 6592103,
- "Worldwide Gross": 6592103,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 06 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.3,
- "IMDB Votes": 16693
- },
- {
- "Title": "Bring it On",
- "US Gross": 68353550,
- "Worldwide Gross": 90453550,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 25 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peyton Reed",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 5.9,
- "IMDB Votes": 30309
- },
- {
- "Title": "Fantastic Four",
- "US Gross": 154696080,
- "Worldwide Gross": 330579719,
- "US DVD Sales": 4702358,
- "Production Budget": 87500000,
- "Release Date": "Jul 08 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Tim Story",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.7,
- "IMDB Votes": 71675
- },
- {
- "Title": 54,
- "US Gross": 16757163,
- "Worldwide Gross": 16757163,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Aug 28 1998",
- "MPAA Rating": "R",
- "Running Time min": 92,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.6,
- "IMDB Votes": 15023
- },
- {
- "Title": "2 Fast 2 Furious",
- "US Gross": 127120058,
- "Worldwide Gross": 236220058,
- "US DVD Sales": null,
- "Production Budget": 76000000,
- "Release Date": "Jun 06 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Universal",
- "Source": "Based on Magazine Article",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.1,
- "IMDB Votes": 44151
- },
- {
- "Title": "The Fast and the Furious",
- "US Gross": 144512310,
- "Worldwide Gross": 206512310,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Jun 22 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Universal",
- "Source": "Based on Magazine Article",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6,
- "IMDB Votes": 67939
- },
- {
- "Title": "Fool's Gold",
- "US Gross": 70231041,
- "Worldwide Gross": 109362966,
- "US DVD Sales": 20620930,
- "Production Budget": 72500000,
- "Release Date": "Feb 08 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Tennant",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 93
- },
- {
- "Title": "Fahrenheit 9/11",
- "US Gross": 119114517,
- "Worldwide Gross": 222414517,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jun 23 2004",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michael Moore",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.6,
- "IMDB Votes": 74424
- },
- {
- "Title": "Capitalism: A Love Story",
- "US Gross": 14363397,
- "Worldwide Gross": 14678228,
- "US DVD Sales": 2987505,
- "Production Budget": 20000000,
- "Release Date": "Sep 23 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Overture Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michael Moore",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.3,
- "IMDB Votes": 11829
- },
- {
- "Title": "From Hell",
- "US Gross": 31598308,
- "Worldwide Gross": 31598308,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Oct 19 2001",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Albert Hughes",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.8,
- "IMDB Votes": 53477
- },
- {
- "Title": "Fido",
- "US Gross": 298110,
- "Worldwide Gross": 419801,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jun 15 2007",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 11683
- },
- {
- "Title": "Fight Club",
- "US Gross": 37030102,
- "Worldwide Gross": 100853753,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Oct 15 1999",
- "MPAA Rating": "R",
- "Running Time min": 139,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 8.8,
- "IMDB Votes": 382470
- },
- {
- "Title": "Final Fantasy: The Spirits Within",
- "US Gross": 32131830,
- "Worldwide Gross": 85131830,
- "US DVD Sales": null,
- "Production Budget": 137000000,
- "Release Date": "Jul 11 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Sony Pictures",
- "Source": "Based on Game",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 36227
- },
- {
- "Title": "Finding Forrester",
- "US Gross": 51768623,
- "Worldwide Gross": 80013623,
- "US DVD Sales": null,
- "Production Budget": 43000000,
- "Release Date": "Dec 19 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 137,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.2,
- "IMDB Votes": 35966
- },
- {
- "Title": "Freddy Got Fingered",
- "US Gross": 14249005,
- "Worldwide Gross": 14249005,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 20 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4,
- "IMDB Votes": 25033
- },
- {
- "Title": "Firestorm",
- "US Gross": 8123860,
- "Worldwide Gross": 8123860,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jan 09 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 2118
- },
- {
- "Title": "Fish Tank",
- "US Gross": 374675,
- "Worldwide Gross": 374675,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Jan 15 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 5940
- },
- {
- "Title": "Felicia's Journey",
- "US Gross": 824295,
- "Worldwide Gross": 1970268,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.9,
- "IMDB Votes": 4790
- },
- {
- "Title": "From Justin to Kelly",
- "US Gross": 4922166,
- "Worldwide Gross": 4922166,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jun 20 2003",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 1.6,
- "IMDB Votes": 17596
- },
- {
- "Title": "Final Destination",
- "US Gross": 53302314,
- "Worldwide Gross": 112802314,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Mar 17 2000",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "James Wong",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 6.8,
- "IMDB Votes": 52618
- },
- {
- "Title": "Flags of Our Fathers",
- "US Gross": 33602376,
- "Worldwide Gross": 61902376,
- "US DVD Sales": 45105366,
- "Production Budget": 53000000,
- "Release Date": "Oct 20 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.2,
- "IMDB Votes": 42788
- },
- {
- "Title": "Flawless",
- "US Gross": 4485485,
- "Worldwide Gross": 4485485,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Nov 24 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8125
- },
- {
- "Title": "Flammen og Citronen",
- "US Gross": 148089,
- "Worldwide Gross": 1635241,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jul 31 2009",
- "MPAA Rating": null,
- "Running Time min": 132,
- "Distributor": "IFC Films",
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 4182
- },
- {
- "Title": "Flicka",
- "US Gross": 21000147,
- "Worldwide Gross": 21893591,
- "US DVD Sales": 49974754,
- "Production Budget": 15000000,
- "Release Date": "Oct 20 2006",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 5.7,
- "IMDB Votes": 2832
- },
- {
- "Title": "Flight of the Phoenix",
- "US Gross": 21009180,
- "Worldwide Gross": 34009180,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 6,
- "IMDB Votes": 18568
- },
- {
- "Title": "United 93",
- "US Gross": 31567134,
- "Worldwide Gross": 76366864,
- "US DVD Sales": 17832230,
- "Production Budget": 18000000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Paul Greengrass",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.8,
- "IMDB Votes": 46691
- },
- {
- "Title": "Flubber",
- "US Gross": 92993801,
- "Worldwide Gross": 177993801,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 26 1997",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Les Mayfield",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.6,
- "IMDB Votes": 18890
- },
- {
- "Title": "Flushed Away",
- "US Gross": 64665672,
- "Worldwide Gross": 177665672,
- "US DVD Sales": 71025931,
- "Production Budget": 149000000,
- "Release Date": "Nov 03 2006",
- "MPAA Rating": "PG",
- "Running Time min": 85,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Sam Fell",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7,
- "IMDB Votes": 21334
- },
- {
- "Title": "Flyboys",
- "US Gross": 13090630,
- "Worldwide Gross": 14816379,
- "US DVD Sales": 23631077,
- "Production Budget": 60000000,
- "Release Date": "Sep 22 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 139,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Tony Bill",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6.5,
- "IMDB Votes": 13934
- },
- {
- "Title": "Fly Me To the Moon",
- "US Gross": 14543943,
- "Worldwide Gross": 40098231,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 15 2008",
- "MPAA Rating": "G",
- "Running Time min": 89,
- "Distributor": "Summit Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.7,
- "IMDB Votes": 1653
- },
- {
- "Title": "Find Me Guilty",
- "US Gross": 1173673,
- "Worldwide Gross": 1788077,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.1,
- "IMDB Votes": 12800
- },
- {
- "Title": "The Family Man",
- "US Gross": 75764085,
- "Worldwide Gross": 124715863,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.6,
- "IMDB Votes": 34090
- },
- {
- "Title": "Friends with Money",
- "US Gross": 13368437,
- "Worldwide Gross": 15328368,
- "US DVD Sales": 7822762,
- "Production Budget": 6500000,
- "Release Date": "Apr 07 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.1,
- "IMDB Votes": 11087
- },
- {
- "Title": "Finding Nemo",
- "US Gross": 339714978,
- "Worldwide Gross": 867894287,
- "US DVD Sales": null,
- "Production Budget": 94000000,
- "Release Date": "May 30 2003",
- "MPAA Rating": "G",
- "Running Time min": 100,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Andrew Stanton",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.2,
- "IMDB Votes": 165006
- },
- {
- "Title": "Finishing the Game",
- "US Gross": 52850,
- "Worldwide Gross": 52850,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Oct 05 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IFC First Take",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Justin Lin",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Foodfight!",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 31 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Formula 51",
- "US Gross": 5204007,
- "Worldwide Gross": 5204007,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Oct 18 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Screen Media Films",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Fountain",
- "US Gross": 10144010,
- "Worldwide Gross": 15461638,
- "US DVD Sales": 8752844,
- "Production Budget": 35000000,
- "Release Date": "Nov 22 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Darren Aronofsky",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 7.4,
- "IMDB Votes": 72562
- },
- {
- "Title": "Fantastic Four: Rise of the Silver Surfer",
- "US Gross": 131921738,
- "Worldwide Gross": 288215319,
- "US DVD Sales": 62277740,
- "Production Budget": 120000000,
- "Release Date": "Jun 15 2007",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Tim Story",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Farce of the Penguins",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": 1619183,
- "Production Budget": 5000000,
- "Release Date": "Jan 30 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 3186
- },
- {
- "Title": "Flightplan",
- "US Gross": 89706988,
- "Worldwide Gross": 225706988,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 93,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.2,
- "IMDB Votes": 45305
- },
- {
- "Title": "Frailty",
- "US Gross": 13110448,
- "Worldwide Gross": 17423030,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Apr 12 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.3,
- "IMDB Votes": 27629
- },
- {
- "Title": "The Forbidden Kingdom",
- "US Gross": 52075270,
- "Worldwide Gross": 129075270,
- "US DVD Sales": 23318686,
- "Production Budget": 55000000,
- "Release Date": "Apr 18 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Rob Minkoff",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.7,
- "IMDB Votes": 36548
- },
- {
- "Title": "Freedom Writers",
- "US Gross": 36605602,
- "Worldwide Gross": 43090741,
- "US DVD Sales": 20532539,
- "Production Budget": 21000000,
- "Release Date": "Jan 05 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Richard LaGravenese",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.5,
- "IMDB Votes": 18065
- },
- {
- "Title": "Next Friday",
- "US Gross": 57176582,
- "Worldwide Gross": 59675307,
- "US DVD Sales": null,
- "Production Budget": 9500000,
- "Release Date": "Jan 12 2000",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Carr",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.3,
- "IMDB Votes": 10176
- },
- {
- "Title": "Freaky Friday",
- "US Gross": 110222438,
- "Worldwide Gross": 160822438,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 06 2003",
- "MPAA Rating": "PG",
- "Running Time min": 97,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark Waters",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.5,
- "IMDB Votes": 29137
- },
- {
- "Title": "Frequency",
- "US Gross": 44983704,
- "Worldwide Gross": 68079671,
- "US DVD Sales": null,
- "Production Budget": 31000000,
- "Release Date": "Apr 28 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.3,
- "IMDB Votes": 35968
- },
- {
- "Title": "Serenity",
- "US Gross": 25514517,
- "Worldwide Gross": 38514517,
- "US DVD Sales": null,
- "Production Budget": 39000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Joss Whedon",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 8,
- "IMDB Votes": 106648
- },
- {
- "Title": "The Forgotton",
- "US Gross": 66711892,
- "Worldwide Gross": 111311892,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 24 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joseph Ruben",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1169
- },
- {
- "Title": "Jason X",
- "US Gross": 13121555,
- "Worldwide Gross": 16951798,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Apr 26 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 4.4,
- "IMDB Votes": 17964
- },
- {
- "Title": "Friday the 13th",
- "US Gross": 65002019,
- "Worldwide Gross": 91700771,
- "US DVD Sales": 9566980,
- "Production Budget": 17000000,
- "Release Date": "Feb 13 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.6,
- "IMDB Votes": 26798
- },
- {
- "Title": "Friday After Next",
- "US Gross": 33253609,
- "Worldwide Gross": 33526835,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Nov 22 2002",
- "MPAA Rating": "R",
- "Running Time min": 85,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.3,
- "IMDB Votes": 6742
- },
- {
- "Title": "Frida",
- "US Gross": 25885000,
- "Worldwide Gross": 56298474,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.3,
- "IMDB Votes": 26243
- },
- {
- "Title": "Friday Night Lights",
- "US Gross": 61255921,
- "Worldwide Gross": 61950770,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Oct 08 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Berg",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.2,
- "IMDB Votes": 20868
- },
- {
- "Title": "Frozen River",
- "US Gross": 2503902,
- "Worldwide Gross": 5281776,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 01 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.2,
- "IMDB Votes": 10447
- },
- {
- "Title": "The Princess and the Frog",
- "US Gross": 104374107,
- "Worldwide Gross": 263467382,
- "US DVD Sales": 68101150,
- "Production Budget": 105000000,
- "Release Date": "Nov 25 2009",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "John Musker",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.4,
- "IMDB Votes": 16232
- },
- {
- "Title": "Full Frontal",
- "US Gross": 2512846,
- "Worldwide Gross": 3438804,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 02 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 4.8,
- "IMDB Votes": 6660
- },
- {
- "Title": "Fireproof",
- "US Gross": 33451479,
- "Worldwide Gross": 33451479,
- "US DVD Sales": 31898934,
- "Production Budget": 500000,
- "Release Date": "Sep 26 2008",
- "MPAA Rating": "PG",
- "Running Time min": 122,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alex Kendrick",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.6,
- "IMDB Votes": 5498
- },
- {
- "Title": "The Forsaken",
- "US Gross": 6755271,
- "Worldwide Gross": 6755271,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 27 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.1,
- "IMDB Votes": 4679
- },
- {
- "Title": "Frost/Nixon",
- "US Gross": 18622031,
- "Worldwide Gross": 28144586,
- "US DVD Sales": 6677601,
- "Production Budget": 29000000,
- "Release Date": "Dec 05 2008",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Universal",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.9,
- "IMDB Votes": 36366
- },
- {
- "Title": "Factory Girl",
- "US Gross": 1661464,
- "Worldwide Gross": 1661464,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Dec 29 2006",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6.1,
- "IMDB Votes": 8680
- },
- {
- "Title": "Fateless",
- "US Gross": 196857,
- "Worldwide Gross": 196857,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Jan 06 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 462
- },
- {
- "Title": "The Full Monty",
- "US Gross": 45950122,
- "Worldwide Gross": 257938649,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Aug 13 1997",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Cattaneo",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.2,
- "IMDB Votes": 40877
- },
- {
- "Title": "Fun With Dick And Jane",
- "US Gross": 110550000,
- "Worldwide Gross": 202250000,
- "US DVD Sales": 29638269,
- "Production Budget": 140000000,
- "Release Date": "Dec 21 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1788
- },
- {
- "Title": "Funny People",
- "US Gross": 51855045,
- "Worldwide Gross": 71880305,
- "US DVD Sales": 13721109,
- "Production Budget": 70000000,
- "Release Date": "Jul 31 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Judd Apatow",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.8,
- "IMDB Votes": 37791
- },
- {
- "Title": "Fur",
- "US Gross": 223202,
- "Worldwide Gross": 2281089,
- "US DVD Sales": null,
- "Production Budget": 16800000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Picturehouse",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Furry Vengeance",
- "US Gross": 17630465,
- "Worldwide Gross": 21630465,
- "US DVD Sales": 4335991,
- "Production Budget": 35000000,
- "Release Date": "Apr 30 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Roger Kumble",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 2.6,
- "IMDB Votes": 3458
- },
- {
- "Title": "Fever Pitch",
- "US Gross": 42071069,
- "Worldwide Gross": 50071069,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 08 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 16736
- },
- {
- "Title": "For Your Consideration",
- "US Gross": 5549923,
- "Worldwide Gross": 5549923,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Nov 17 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Warner Independent",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Guest",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.2,
- "IMDB Votes": 7780
- },
- {
- "Title": "The Game",
- "US Gross": 48265581,
- "Worldwide Gross": 48265581,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 12 1997",
- "MPAA Rating": "R",
- "Running Time min": 128,
- "Distributor": "Polygram",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.7,
- "IMDB Votes": 74136
- },
- {
- "Title": "Gangs of New York",
- "US Gross": 77730500,
- "Worldwide Gross": 190400000,
- "US DVD Sales": null,
- "Production Budget": 97000000,
- "Release Date": "Dec 20 2002",
- "MPAA Rating": "R",
- "Running Time min": 168,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.4,
- "IMDB Votes": 113378
- },
- {
- "Title": "Garfield",
- "US Gross": 75367693,
- "Worldwide Gross": 200802638,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 11 2004",
- "MPAA Rating": "PG",
- "Running Time min": 80,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Hewitt",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 19870
- },
- {
- "Title": "Georgia Rule",
- "US Gross": 18882880,
- "Worldwide Gross": 20819601,
- "US DVD Sales": 19382312,
- "Production Budget": 20000000,
- "Release Date": "May 11 2007",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.8,
- "IMDB Votes": 10902
- },
- {
- "Title": "Gattaca",
- "US Gross": 12532777,
- "Worldwide Gross": 12532777,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Oct 24 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Andrew Niccol",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.8,
- "IMDB Votes": 70906
- },
- {
- "Title": "Gone, Baby, Gone",
- "US Gross": 20300218,
- "Worldwide Gross": 34619699,
- "US DVD Sales": 11406490,
- "Production Budget": 19000000,
- "Release Date": "Oct 19 2007",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ben Affleck",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Goodbye, Lenin!",
- "US Gross": 4063859,
- "Worldwide Gross": 79316616,
- "US DVD Sales": null,
- "Production Budget": 6400000,
- "Release Date": "Feb 27 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.3,
- "IMDB Votes": 198
- },
- {
- "Title": "Good Boy!",
- "US Gross": 37667746,
- "Worldwide Gross": 45312217,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 10 2003",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5,
- "IMDB Votes": 1961
- },
- {
- "Title": "Gods and Generals",
- "US Gross": 12882934,
- "Worldwide Gross": 12923936,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Feb 21 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 6,
- "IMDB Votes": 7437
- },
- {
- "Title": "The Good German",
- "US Gross": 1308696,
- "Worldwide Gross": 1308696,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.1,
- "IMDB Votes": 13007
- },
- {
- "Title": "Gods and Monsters",
- "US Gross": 6451628,
- "Worldwide Gross": 6451628,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Nov 06 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Bill Condon",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.5,
- "IMDB Votes": 15946
- },
- {
- "Title": "The Good Night",
- "US Gross": 22441,
- "Worldwide Gross": 22441,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 05 2007",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6,
- "IMDB Votes": 4332
- },
- {
- "Title": "The Good Thief",
- "US Gross": 3517797,
- "Worldwide Gross": 3517797,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 02 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "George and the Dragon",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Dec 31 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1762
- },
- {
- "Title": "Gerry",
- "US Gross": 254683,
- "Worldwide Gross": 254683,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Feb 14 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 8583
- },
- {
- "Title": "G-Force",
- "US Gross": 119436770,
- "Worldwide Gross": 287389685,
- "US DVD Sales": 44145849,
- "Production Budget": 82500000,
- "Release Date": "Jul 24 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5,
- "IMDB Votes": 9633
- },
- {
- "Title": "Gridiron Gang",
- "US Gross": 38432823,
- "Worldwide Gross": 41480851,
- "US DVD Sales": 34066576,
- "Production Budget": 30000000,
- "Release Date": "Sep 15 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Phil Joanou",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.8,
- "IMDB Votes": 12400
- },
- {
- "Title": "The Good Girl",
- "US Gross": 14018296,
- "Worldwide Gross": 15976468,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Aug 07 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.6,
- "IMDB Votes": 21460
- },
- {
- "Title": "Ghost Ship",
- "US Gross": 30113491,
- "Worldwide Gross": 68349884,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.3,
- "IMDB Votes": 25891
- },
- {
- "Title": "Ghosts of Mississippi",
- "US Gross": 13052741,
- "Worldwide Gross": 13052741,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Dec 20 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.4,
- "IMDB Votes": 5276
- },
- {
- "Title": "The Glass House",
- "US Gross": 17951431,
- "Worldwide Gross": 22861785,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Sep 14 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.6,
- "IMDB Votes": 10629
- },
- {
- "Title": "Ghost Rider",
- "US Gross": 115802596,
- "Worldwide Gross": 237702596,
- "US DVD Sales": 103730683,
- "Production Budget": 120000000,
- "Release Date": "Feb 16 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Mark Steven Johnson",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.2,
- "IMDB Votes": 63235
- },
- {
- "Title": "Ghost Town",
- "US Gross": 13252641,
- "Worldwide Gross": 26612350,
- "US DVD Sales": 7574314,
- "Production Budget": 20000000,
- "Release Date": "Sep 19 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Fantasy",
- "Director": "David Koepp",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 4.7,
- "IMDB Votes": 310
- },
- {
- "Title": "The Gift",
- "US Gross": 12008642,
- "Worldwide Gross": 44567606,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 19 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.7,
- "IMDB Votes": 28488
- },
- {
- "Title": "Gigli",
- "US Gross": 6087542,
- "Worldwide Gross": 7266209,
- "US DVD Sales": null,
- "Production Budget": 54000000,
- "Release Date": "Aug 01 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Brest",
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 2.4,
- "IMDB Votes": 29031
- },
- {
- "Title": "G.I.Jane",
- "US Gross": 48169156,
- "Worldwide Gross": 48169156,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Aug 22 1997",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 23807
- },
- {
- "Title": "G.I. Joe: The Rise of Cobra",
- "US Gross": 150201498,
- "Worldwide Gross": 302469019,
- "US DVD Sales": 69866155,
- "Production Budget": 175000000,
- "Release Date": "Aug 07 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Toy",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 47052
- },
- {
- "Title": "Girl, Interrupted",
- "US Gross": 28871190,
- "Worldwide Gross": 28871190,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Dec 21 1999",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Gladiator",
- "US Gross": 187683805,
- "Worldwide Gross": 457683805,
- "US DVD Sales": null,
- "Production Budget": 103000000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "R",
- "Running Time min": 150,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 8.3,
- "IMDB Votes": 279512
- },
- {
- "Title": "Glitter",
- "US Gross": 4273372,
- "Worldwide Gross": 4273372,
- "US DVD Sales": null,
- "Production Budget": 8500000,
- "Release Date": "Sep 21 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "Vondie Curtis-Hall",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 2,
- "IMDB Votes": 13778
- },
- {
- "Title": "Gloria",
- "US Gross": 4167493,
- "Worldwide Gross": 4967493,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jan 22 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sidney Lumet",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 4.7,
- "IMDB Votes": 2726
- },
- {
- "Title": "Good Luck Chuck",
- "US Gross": 35017297,
- "Worldwide Gross": 59183821,
- "US DVD Sales": 26234476,
- "Production Budget": 25000000,
- "Release Date": "Sep 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 5.6,
- "IMDB Votes": 29013
- },
- {
- "Title": "John Carpenter's Ghosts of Mars",
- "US Gross": 8434601,
- "Worldwide Gross": 8434601,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Aug 24 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Screen Media Films",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Green Mile",
- "US Gross": 136801374,
- "Worldwide Gross": 286601374,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 10 1999",
- "MPAA Rating": "R",
- "Running Time min": 187,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Frank Darabont",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 8.4,
- "IMDB Votes": 198916
- },
- {
- "Title": "The Game of Their Lives",
- "US Gross": 375474,
- "Worldwide Gross": 375474,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 22 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6,
- "IMDB Votes": 1443
- },
- {
- "Title": "Gandhi, My Father",
- "US Gross": 240425,
- "Worldwide Gross": 1375194,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Aug 03 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Eros Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 8.1,
- "IMDB Votes": 50881
- },
- {
- "Title": "Good Night and Good Luck",
- "US Gross": 31501218,
- "Worldwide Gross": 54601218,
- "US DVD Sales": 20967273,
- "Production Budget": 7000000,
- "Release Date": "Oct 07 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Independent",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "George Clooney",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 42797
- },
- {
- "Title": "The General's Daughter",
- "US Gross": 102705852,
- "Worldwide Gross": 149705852,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jun 18 1999",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Simon West",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23570
- },
- {
- "Title": "Gun Shy",
- "US Gross": 1638202,
- "Worldwide Gross": 1638202,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 04 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.4,
- "IMDB Votes": 3607
- },
- {
- "Title": "Go!",
- "US Gross": 16875273,
- "Worldwide Gross": 28383441,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Apr 09 1999",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Doug Liman",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Goal!",
- "US Gross": 4283255,
- "Worldwide Gross": 27610873,
- "US DVD Sales": 12616824,
- "Production Budget": 33000000,
- "Release Date": "May 12 2006",
- "MPAA Rating": "PG",
- "Running Time min": 121,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 16809
- },
- {
- "Title": "Godzilla 2000",
- "US Gross": 10037390,
- "Worldwide Gross": 10037390,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 18 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Godsend",
- "US Gross": 14334645,
- "Worldwide Gross": 16910708,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 4.7,
- "IMDB Votes": 13866
- },
- {
- "Title": "Godzilla",
- "US Gross": 136314294,
- "Worldwide Gross": 376000000,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "May 19 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 139,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.8,
- "IMDB Votes": 59455
- },
- {
- "Title": "Smiling Fish and Goat on Fire",
- "US Gross": 277233,
- "Worldwide Gross": 277233,
- "US DVD Sales": null,
- "Production Budget": 40000,
- "Release Date": "Aug 25 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Gone in 60 Seconds",
- "US Gross": 101643008,
- "Worldwide Gross": 232643008,
- "US DVD Sales": null,
- "Production Budget": 103300000,
- "Release Date": "Jun 09 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 2940
- },
- {
- "Title": "Good",
- "US Gross": 27276,
- "Worldwide Gross": 27276,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 31 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 6.2,
- "IMDB Votes": 1926
- },
- {
- "Title": "Good Will Hunting",
- "US Gross": 138433435,
- "Worldwide Gross": 225933435,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 20 1987",
- "MPAA Rating": "R",
- "Running Time min": 126,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.1,
- "IMDB Votes": 150415
- },
- {
- "Title": "Gosford Park",
- "US Gross": 41300105,
- "Worldwide Gross": 41300105,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 26 2001",
- "MPAA Rating": "R",
- "Running Time min": 137,
- "Distributor": "USA Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Robert Altman",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.3,
- "IMDB Votes": 36648
- },
- {
- "Title": "Gossip",
- "US Gross": 5108820,
- "Worldwide Gross": 12591270,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Apr 21 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Game Plan",
- "US Gross": 90648202,
- "Worldwide Gross": 147914546,
- "US DVD Sales": 50113315,
- "Production Budget": 22000000,
- "Release Date": "Sep 22 2007",
- "MPAA Rating": "PG",
- "Running Time min": 110,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Fickman",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.3,
- "IMDB Votes": 14984
- },
- {
- "Title": "Girl with a Pearl Earring",
- "US Gross": 11634362,
- "Worldwide Gross": 22106210,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 12 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Peter Webber",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.1,
- "IMDB Votes": 23493
- },
- {
- "Title": "Galaxy Quest",
- "US Gross": 71423726,
- "Worldwide Gross": 90523726,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 25 1999",
- "MPAA Rating": "PG",
- "Running Time min": 104,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.2,
- "IMDB Votes": 52507
- },
- {
- "Title": "Saving Grace",
- "US Gross": 12178602,
- "Worldwide Gross": 24325623,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Aug 04 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8543
- },
- {
- "Title": "Gracie",
- "US Gross": 2956339,
- "Worldwide Gross": 3036736,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jun 01 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Picturehouse",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2084
- },
- {
- "Title": "The Great Raid",
- "US Gross": 10166502,
- "Worldwide Gross": 10597070,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Aug 12 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "John Dahl",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8894
- },
- {
- "Title": "The Grand",
- "US Gross": 115879,
- "Worldwide Gross": 115879,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Mar 21 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Anchor Bay Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Zak Penn",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 3346
- },
- {
- "Title": "The Constant Gardener",
- "US Gross": 33579798,
- "Worldwide Gross": 81079798,
- "US DVD Sales": null,
- "Production Budget": 25500000,
- "Release Date": "Aug 31 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Fernando Meirelles",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.6,
- "IMDB Votes": 50763
- },
- {
- "Title": "Garden State",
- "US Gross": 26782316,
- "Worldwide Gross": 32381151,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Jul 28 2004",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Zach Braff",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.9,
- "IMDB Votes": 92594
- },
- {
- "Title": "Grease",
- "US Gross": 305260,
- "Worldwide Gross": 206005260,
- "US DVD Sales": 21249794,
- "Production Budget": 6000000,
- "Release Date": "Jun 16 1978",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Randal Kleiser",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7,
- "IMDB Votes": 60146
- },
- {
- "Title": "Green Zone",
- "US Gross": 35053660,
- "Worldwide Gross": 84788541,
- "US DVD Sales": 14424476,
- "Production Budget": 100000000,
- "Release Date": "Mar 12 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Paul Greengrass",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 7.1,
- "IMDB Votes": 26759
- },
- {
- "Title": "George Of The Jungle",
- "US Gross": 105263257,
- "Worldwide Gross": 174463257,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jul 16 1997",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 5.3,
- "IMDB Votes": 19685
- },
- {
- "Title": "The Brothers Grimm",
- "US Gross": 37899638,
- "Worldwide Gross": 105299638,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Aug 26 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.9,
- "IMDB Votes": 43532
- },
- {
- "Title": "The Girl Next Door",
- "US Gross": 14589444,
- "Worldwide Gross": 18589444,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 09 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luke Greenfield",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 7,
- "IMDB Votes": 5614
- },
- {
- "Title": "How the Grinch Stole Christmas",
- "US Gross": 260044825,
- "Worldwide Gross": 345141403,
- "US DVD Sales": null,
- "Production Budget": 123000000,
- "Release Date": "Nov 17 2000",
- "MPAA Rating": "PG",
- "Running Time min": 104,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.7,
- "IMDB Votes": 40310
- },
- {
- "Title": "Grindhouse",
- "US Gross": 25031037,
- "Worldwide Gross": 50187789,
- "US DVD Sales": 31070911,
- "Production Budget": 53000000,
- "Release Date": "Apr 06 2007",
- "MPAA Rating": "R",
- "Running Time min": 191,
- "Distributor": "Weinstein/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 82770
- },
- {
- "Title": "Get Rich or Die Tryin'",
- "US Gross": 30981850,
- "Worldwide Gross": 46437122,
- "US DVD Sales": 9906347,
- "Production Budget": 40000000,
- "Release Date": "Nov 09 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jim Sheridan",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4,
- "IMDB Votes": 18126
- },
- {
- "Title": "Wallace & Gromit: The Curse of the Were-Rabbit",
- "US Gross": 56068547,
- "Worldwide Gross": 185724838,
- "US DVD Sales": 35069986,
- "Production Budget": 30000000,
- "Release Date": "Oct 05 2005",
- "MPAA Rating": "G",
- "Running Time min": 85,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Nick Park",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.9,
- "IMDB Votes": 38158
- },
- {
- "Title": "Groove",
- "US Gross": 1115313,
- "Worldwide Gross": 1167524,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jun 09 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 5.8,
- "IMDB Votes": 2486
- },
- {
- "Title": "Grosse Point Blank",
- "US Gross": 28084357,
- "Worldwide Gross": 28084357,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 11 1997",
- "MPAA Rating": "R",
- "Running Time min": 106,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 41523
- },
- {
- "Title": "The Grudge 2",
- "US Gross": 39143839,
- "Worldwide Gross": 68643839,
- "US DVD Sales": 8293678,
- "Production Budget": 20000000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.6,
- "IMDB Votes": 16024
- },
- {
- "Title": "The Grudge",
- "US Gross": 110359362,
- "Worldwide Gross": 187281115,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 22 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.7,
- "IMDB Votes": 43218
- },
- {
- "Title": "Grown Ups",
- "US Gross": 161094625,
- "Worldwide Gross": 250294625,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jun 25 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5.8,
- "IMDB Votes": 13488
- },
- {
- "Title": "Ghost Dog: Way of the Samurai",
- "US Gross": 3330230,
- "Worldwide Gross": 6030230,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Mar 03 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jim Jarmusch",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Guess Who",
- "US Gross": 68915888,
- "Worldwide Gross": 102115888,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.7,
- "IMDB Votes": 15789
- },
- {
- "Title": "Get Carter",
- "US Gross": 14967182,
- "Worldwide Gross": 19417182,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Oct 06 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.8,
- "IMDB Votes": 14196
- },
- {
- "Title": "Get Over It",
- "US Gross": 11560259,
- "Worldwide Gross": 11560259,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Mar 09 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.5,
- "IMDB Votes": 9350
- },
- {
- "Title": "Veronica Guerin",
- "US Gross": 1569918,
- "Worldwide Gross": 9438074,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 17 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8778
- },
- {
- "Title": "The Guru",
- "US Gross": 3051221,
- "Worldwide Gross": 23788368,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Jan 31 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 9239
- },
- {
- "Title": "A Guy Thing",
- "US Gross": 15543862,
- "Worldwide Gross": 17430594,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jan 17 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 8147
- },
- {
- "Title": "Ghost World",
- "US Gross": 6217849,
- "Worldwide Gross": 8764007,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Jul 20 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Terry Zwigoff",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.7,
- "IMDB Votes": 42973
- },
- {
- "Title": "Halloween 2",
- "US Gross": 33392973,
- "Worldwide Gross": 38512850,
- "US DVD Sales": 6646073,
- "Production Budget": 15000000,
- "Release Date": "Aug 28 2009",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Weinstein/Dimension",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Rob Zombie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 9284
- },
- {
- "Title": "Hairspray",
- "US Gross": 118823091,
- "Worldwide Gross": 202823091,
- "US DVD Sales": 104104829,
- "Production Budget": 75000000,
- "Release Date": "Jul 20 2007",
- "MPAA Rating": "PG",
- "Running Time min": 117,
- "Distributor": "New Line",
- "Source": "Remake",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.2,
- "IMDB Votes": 41511
- },
- {
- "Title": "Half Baked",
- "US Gross": 17394881,
- "Worldwide Gross": 17394881,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jan 16 1998",
- "MPAA Rating": "R",
- "Running Time min": 84,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.3,
- "IMDB Votes": 18791
- },
- {
- "Title": "Hamlet",
- "US Gross": 4501094,
- "Worldwide Gross": 7129670,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 25 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 6,
- "IMDB Votes": 5147
- },
- {
- "Title": "Hamlet",
- "US Gross": 1577287,
- "Worldwide Gross": 2288841,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 12 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6,
- "IMDB Votes": 5147
- },
- {
- "Title": "Hannibal the Conqueror",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": null,
- "Creative Type": "Dramatization",
- "Director": "Vin Diesel",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Hancock",
- "US Gross": 227946274,
- "Worldwide Gross": 624346274,
- "US DVD Sales": 89352567,
- "Production Budget": 150000000,
- "Release Date": "Jul 02 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Peter Berg",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.5,
- "IMDB Votes": 100822
- },
- {
- "Title": "Happily N'Ever After",
- "US Gross": 15849032,
- "Worldwide Gross": 38344430,
- "US DVD Sales": 16559473,
- "Production Budget": 47000000,
- "Release Date": "Jan 05 2007",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.9,
- "IMDB Votes": 4678
- },
- {
- "Title": "The Happening",
- "US Gross": 64506874,
- "Worldwide Gross": 163403799,
- "US DVD Sales": 21432877,
- "Production Budget": 60000000,
- "Release Date": "Jun 13 2008",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 5.2,
- "IMDB Votes": 72259
- },
- {
- "Title": "Happy, Texas",
- "US Gross": 2039192,
- "Worldwide Gross": 2039192,
- "US DVD Sales": null,
- "Production Budget": 1700000,
- "Release Date": "Oct 01 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.5,
- "IMDB Votes": 198
- },
- {
- "Title": "Hard Candy",
- "US Gross": 1024640,
- "Worldwide Gross": 1881243,
- "US DVD Sales": null,
- "Production Budget": 950000,
- "Release Date": "Apr 14 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 45791
- },
- {
- "Title": "Harsh Times",
- "US Gross": 3337931,
- "Worldwide Gross": 5963961,
- "US DVD Sales": 2638319,
- "Production Budget": 2000000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 7,
- "IMDB Votes": 26347
- },
- {
- "Title": "Harvard Man",
- "US Gross": 56653,
- "Worldwide Gross": 56653,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "May 17 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 2758
- },
- {
- "Title": "Harry Brown",
- "US Gross": 1818681,
- "Worldwide Gross": 6294140,
- "US DVD Sales": null,
- "Production Budget": 7300000,
- "Release Date": "Apr 30 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 14297
- },
- {
- "Title": "The House Bunny",
- "US Gross": 48237389,
- "Worldwide Gross": 70237389,
- "US DVD Sales": 15442818,
- "Production Budget": 25000000,
- "Release Date": "Aug 22 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Fred Wolf",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.5,
- "IMDB Votes": 18964
- },
- {
- "Title": "The Devil's Rejects",
- "US Gross": 17044981,
- "Worldwide Gross": 20940428,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jul 22 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Zombie",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.9,
- "IMDB Votes": 36082
- },
- {
- "Title": "House of 1,000 Corpses",
- "US Gross": 12634962,
- "Worldwide Gross": 16829545,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Apr 11 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Zombie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 3311
- },
- {
- "Title": "The House of the Dead",
- "US Gross": 10199354,
- "Worldwide Gross": 13767816,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Oct 10 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Uwe Boll",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 5541
- },
- {
- "Title": "Hidalgo",
- "US Gross": 67286731,
- "Worldwide Gross": 107336658,
- "US DVD Sales": null,
- "Production Budget": 78000000,
- "Release Date": "Mar 05 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 136,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Joe Johnston",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.6,
- "IMDB Votes": 23604
- },
- {
- "Title": "Hide and Seek",
- "US Gross": 51100486,
- "Worldwide Gross": 123100486,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jan 28 2005",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.6,
- "IMDB Votes": 30891
- },
- {
- "Title": "Hoodwinked",
- "US Gross": 51386611,
- "Worldwide Gross": 110011106,
- "US DVD Sales": 31171440,
- "Production Budget": 17500000,
- "Release Date": "Dec 16 2005",
- "MPAA Rating": "PG",
- "Running Time min": 80,
- "Distributor": "Weinstein Co.",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 20461
- },
- {
- "Title": "How Do You Know?",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Dec 17 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Head of State",
- "US Gross": 37788228,
- "Worldwide Gross": 38283765,
- "US DVD Sales": null,
- "Production Budget": 35200000,
- "Release Date": "Mar 28 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Rock",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.1,
- "IMDB Votes": 8447
- },
- {
- "Title": "Hedwig and the Angry Inch",
- "US Gross": 3067312,
- "Worldwide Gross": 3643900,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jul 20 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.6,
- "IMDB Votes": 14766
- },
- {
- "Title": "Pooh's Heffalump Movie",
- "US Gross": 18098433,
- "Worldwide Gross": 52858433,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 11 2005",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1605
- },
- {
- "Title": "He Got Game",
- "US Gross": 21567853,
- "Worldwide Gross": 21567853,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "May 01 1998",
- "MPAA Rating": "R",
- "Running Time min": 134,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.8,
- "IMDB Votes": 14494
- },
- {
- "Title": "Heist",
- "US Gross": 23483357,
- "Worldwide Gross": 28483168,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 09 2001",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Mamet",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 3.2,
- "IMDB Votes": 77
- },
- {
- "Title": "Hellboy 2: The Golden Army",
- "US Gross": 75986503,
- "Worldwide Gross": 160388063,
- "US DVD Sales": 43689202,
- "Production Budget": 82500000,
- "Release Date": "Jul 11 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Guillermo Del Toro",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 61902
- },
- {
- "Title": "Hellboy",
- "US Gross": 59623958,
- "Worldwide Gross": 99823958,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 02 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Guillermo Del Toro",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.8,
- "IMDB Votes": 67763
- },
- {
- "Title": "Raising Helen",
- "US Gross": 37485528,
- "Worldwide Gross": 43340302,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "May 28 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.7,
- "IMDB Votes": 10526
- },
- {
- "Title": "A Home at the End of the World",
- "US Gross": 1029017,
- "Worldwide Gross": 1033810,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Jul 23 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Independent",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.7,
- "IMDB Votes": 7180
- },
- {
- "Title": "Jet Li's Hero",
- "US Gross": 53652140,
- "Worldwide Gross": 177352140,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 27 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Yimou Zhang",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Here on Earth",
- "US Gross": 10494147,
- "Worldwide Gross": 10845127,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 24 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 4.6,
- "IMDB Votes": 4929
- },
- {
- "Title": "House of Flying Daggers",
- "US Gross": 11050094,
- "Worldwide Gross": 92863945,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 03 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Yimou Zhang",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Head Over Heels",
- "US Gross": 10397365,
- "Worldwide Gross": 10397365,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Feb 02 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark Waters",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.8,
- "IMDB Votes": 6574
- },
- {
- "Title": "The Haunting",
- "US Gross": 91188905,
- "Worldwide Gross": 180188905,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jul 23 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jan De Bont",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.6,
- "IMDB Votes": 31808
- },
- {
- "Title": "High Crimes",
- "US Gross": 41543207,
- "Worldwide Gross": 63781100,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Apr 05 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Carl Franklin",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 6.1,
- "IMDB Votes": 14428
- },
- {
- "Title": "High Fidelity",
- "US Gross": 27277055,
- "Worldwide Gross": 47881663,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 31 2000",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 7.6,
- "IMDB Votes": 69740
- },
- {
- "Title": "Highlander: Endgame",
- "US Gross": 12801190,
- "Worldwide Gross": 12801190,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 01 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 8421
- },
- {
- "Title": "High Heels and Low Lifes",
- "US Gross": 226792,
- "Worldwide Gross": 226792,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2205
- },
- {
- "Title": "High School Musical 3: Senior Year",
- "US Gross": 90556401,
- "Worldwide Gross": 251056401,
- "US DVD Sales": 59373004,
- "Production Budget": 11000000,
- "Release Date": "Oct 24 2008",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 3.7,
- "IMDB Votes": 18587
- },
- {
- "Title": "The History Boys",
- "US Gross": 2730296,
- "Worldwide Gross": 13425589,
- "US DVD Sales": null,
- "Production Budget": 3700000,
- "Release Date": "Nov 21 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.7,
- "IMDB Votes": 10293
- },
- {
- "Title": "A History of Violence",
- "US Gross": 31493782,
- "Worldwide Gross": 59993782,
- "US DVD Sales": 38659936,
- "Production Budget": 32000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.6,
- "IMDB Votes": 79738
- },
- {
- "Title": "Hitch",
- "US Gross": 177784257,
- "Worldwide Gross": 366784257,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Feb 11 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Tennant",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 5.7,
- "IMDB Votes": 89
- },
- {
- "Title": "Hitman",
- "US Gross": 39687694,
- "Worldwide Gross": 99965792,
- "US DVD Sales": 28077100,
- "Production Budget": 17500000,
- "Release Date": "Nov 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.8,
- "IMDB Votes": 520
- },
- {
- "Title": "Harold & Kumar Escape from Guantanamo Bay",
- "US Gross": 38108728,
- "Worldwide Gross": 43231984,
- "US DVD Sales": 24609630,
- "Production Budget": 12000000,
- "Release Date": "Apr 25 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.7,
- "IMDB Votes": 42358
- },
- {
- "Title": "Harold & Kumar Go to White Castle",
- "US Gross": 18225165,
- "Worldwide Gross": 18225165,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jul 30 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.2,
- "IMDB Votes": 56030
- },
- {
- "Title": "Held Up",
- "US Gross": 4714090,
- "Worldwide Gross": 4714090,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "May 12 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.7,
- "IMDB Votes": 1840
- },
- {
- "Title": "The Hills Have Eyes II",
- "US Gross": 20804166,
- "Worldwide Gross": 37466538,
- "US DVD Sales": 30512461,
- "Production Budget": 15000000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "R",
- "Running Time min": 88,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 17948
- },
- {
- "Title": "The Hills Have Eyes",
- "US Gross": 41778863,
- "Worldwide Gross": 69623713,
- "US DVD Sales": 20576805,
- "Production Budget": 17000000,
- "Release Date": "Mar 10 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alexandre Aja",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.5,
- "IMDB Votes": 43747
- },
- {
- "Title": "How to Lose Friends & Alienate People",
- "US Gross": 2775593,
- "Worldwide Gross": 12031443,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Oct 03 2008",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.7,
- "IMDB Votes": 25756
- },
- {
- "Title": "Half Past Dead",
- "US Gross": 15567860,
- "Worldwide Gross": 19233280,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 4.1,
- "IMDB Votes": 6909
- },
- {
- "Title": "Halloween: H2O",
- "US Gross": 55041738,
- "Worldwide Gross": 55041738,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 05 1998",
- "MPAA Rating": "R",
- "Running Time min": 85,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Halloween: Resurrection",
- "US Gross": 30259652,
- "Worldwide Gross": 37659652,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jul 12 2002",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "Miramax/Dimension",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rick Rosenthal",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.9,
- "IMDB Votes": 13181
- },
- {
- "Title": "Holy Man",
- "US Gross": 12069719,
- "Worldwide Gross": 12069719,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 09 1998",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.7,
- "IMDB Votes": 9105
- },
- {
- "Title": "Milk",
- "US Gross": 31841299,
- "Worldwide Gross": 50164027,
- "US DVD Sales": 11075466,
- "Production Budget": 20000000,
- "Release Date": "Nov 26 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 3.6,
- "IMDB Votes": 479
- },
- {
- "Title": "Hamlet 2",
- "US Gross": 4886216,
- "Worldwide Gross": 4898285,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Aug 22 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Fleming",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.4,
- "IMDB Votes": 9017
- },
- {
- "Title": "Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour",
- "US Gross": 65281781,
- "Worldwide Gross": 71281781,
- "US DVD Sales": 18154740,
- "Production Budget": 6500000,
- "Release Date": "Feb 01 2008",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Concert/Performance",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Home on the Range",
- "US Gross": 50026353,
- "Worldwide Gross": 76482461,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Apr 02 2004",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 5.4,
- "IMDB Votes": 4772
- },
- {
- "Title": "Hannibal Rising",
- "US Gross": 27669725,
- "Worldwide Gross": 80583311,
- "US DVD Sales": 23365803,
- "Production Budget": 50000000,
- "Release Date": "Feb 09 2007",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Peter Webber",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 6,
- "IMDB Votes": 28690
- },
- {
- "Title": "The Hangover",
- "US Gross": 277322503,
- "Worldwide Gross": 465132119,
- "US DVD Sales": 165916727,
- "Production Budget": 35000000,
- "Release Date": "Jun 05 2009",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Phillips",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.9,
- "IMDB Votes": 127634
- },
- {
- "Title": "Hanging Up",
- "US Gross": 36037909,
- "Worldwide Gross": 51867723,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 18 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.3,
- "IMDB Votes": 6098
- },
- {
- "Title": "The Hoax",
- "US Gross": 7164995,
- "Worldwide Gross": 7164995,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 06 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.9,
- "IMDB Votes": 9171
- },
- {
- "Title": "Holes",
- "US Gross": 67383924,
- "Worldwide Gross": 72383924,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 18 2003",
- "MPAA Rating": "PG",
- "Running Time min": 117,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Davis",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.1,
- "IMDB Votes": 19388
- },
- {
- "Title": "The Holiday",
- "US Gross": 63280000,
- "Worldwide Gross": 205190324,
- "US DVD Sales": 71449071,
- "Production Budget": 85000000,
- "Release Date": "Dec 08 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nancy Meyers",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.9,
- "IMDB Votes": 48215
- },
- {
- "Title": "Hollow Man",
- "US Gross": 73209340,
- "Worldwide Gross": 191200000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Aug 04 2000",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.5,
- "IMDB Votes": 41499
- },
- {
- "Title": "Holy Girl",
- "US Gross": 304124,
- "Worldwide Gross": 1261792,
- "US DVD Sales": null,
- "Production Budget": 1400000,
- "Release Date": "Apr 29 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Home Fries",
- "US Gross": 10513979,
- "Worldwide Gross": 10513979,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Nov 25 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 4.7,
- "IMDB Votes": 4806
- },
- {
- "Title": "Honey",
- "US Gross": 30272254,
- "Worldwide Gross": 62192232,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 05 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 94,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bille Woodruff",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.6,
- "IMDB Votes": 13026
- },
- {
- "Title": "The Honeymooners",
- "US Gross": 12834849,
- "Worldwide Gross": 13174426,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jun 10 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Schultz",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 2.6,
- "IMDB Votes": 5012
- },
- {
- "Title": "Hoot",
- "US Gross": 8117637,
- "Worldwide Gross": 8224998,
- "US DVD Sales": 11095119,
- "Production Budget": 15000000,
- "Release Date": "May 05 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2830
- },
- {
- "Title": "Hope Floats",
- "US Gross": 60110313,
- "Worldwide Gross": 81529000,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "May 29 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Forest Whitaker",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.3,
- "IMDB Votes": 9168
- },
- {
- "Title": "Horton Hears a Who",
- "US Gross": 154529439,
- "Worldwide Gross": 297133947,
- "US DVD Sales": 73524948,
- "Production Budget": 85000000,
- "Release Date": "Mar 14 2008",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 31323
- },
- {
- "Title": "Hostel: Part II",
- "US Gross": 17544812,
- "Worldwide Gross": 33606409,
- "US DVD Sales": 16230816,
- "Production Budget": 7500000,
- "Release Date": "Jun 08 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Eli Roth",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.4,
- "IMDB Votes": 31511
- },
- {
- "Title": "Hostage",
- "US Gross": 34636443,
- "Worldwide Gross": 77636443,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Mar 11 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 3070
- },
- {
- "Title": "Hostel",
- "US Gross": 47326473,
- "Worldwide Gross": 80578934,
- "US DVD Sales": 23835218,
- "Production Budget": 4800000,
- "Release Date": "Jan 06 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Eli Roth",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 64642
- },
- {
- "Title": "Hot Rod",
- "US Gross": 13938332,
- "Worldwide Gross": 14334401,
- "US DVD Sales": 24152720,
- "Production Budget": 25000000,
- "Release Date": "Aug 03 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 83,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.5,
- "IMDB Votes": 22250
- },
- {
- "Title": "The Hours",
- "US Gross": 41675994,
- "Worldwide Gross": 108775994,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Daldry",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.6,
- "IMDB Votes": 44618
- },
- {
- "Title": "Life as a House",
- "US Gross": 15652637,
- "Worldwide Gross": 23889158,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 7.5,
- "IMDB Votes": 19308
- },
- {
- "Title": "Bringing Down the House",
- "US Gross": 132675402,
- "Worldwide Gross": 164675402,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 07 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.4,
- "IMDB Votes": 16242
- },
- {
- "Title": "House of Wax",
- "US Gross": 32064800,
- "Worldwide Gross": 70064800,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "May 06 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.4,
- "IMDB Votes": 32159
- },
- {
- "Title": "How to Deal",
- "US Gross": 14108518,
- "Worldwide Gross": 14108518,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jul 18 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.4,
- "IMDB Votes": 5292
- },
- {
- "Title": "How High",
- "US Gross": 31155435,
- "Worldwide Gross": 31260435,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 21 2001",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.5,
- "IMDB Votes": 14470
- },
- {
- "Title": "Def Jam's How To Be a Player",
- "US Gross": 14010363,
- "Worldwide Gross": 14010363,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Aug 06 1997",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Harry Potter and the Chamber of Secrets",
- "US Gross": 261987880,
- "Worldwide Gross": 878987880,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Nov 15 2002",
- "MPAA Rating": "PG",
- "Running Time min": 161,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.2,
- "IMDB Votes": 120063
- },
- {
- "Title": "Harry Potter and the Prisoner of Azkaban",
- "US Gross": 249538952,
- "Worldwide Gross": 795538952,
- "US DVD Sales": null,
- "Production Budget": 130000000,
- "Release Date": "Jun 04 2004",
- "MPAA Rating": "PG",
- "Running Time min": 141,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Alfonso Cuaron",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.7,
- "IMDB Votes": 108928
- },
- {
- "Title": "Harry Potter and the Goblet of Fire",
- "US Gross": 290013036,
- "Worldwide Gross": 896013036,
- "US DVD Sales": 215701005,
- "Production Budget": 150000000,
- "Release Date": "Nov 18 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 157,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.6,
- "IMDB Votes": 111946
- },
- {
- "Title": "Harry Potter and the Order of the Phoenix",
- "US Gross": 292004738,
- "Worldwide Gross": 938468864,
- "US DVD Sales": 220867077,
- "Production Budget": 150000000,
- "Release Date": "Jul 11 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "David Yates",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.4,
- "IMDB Votes": 104074
- },
- {
- "Title": "Harry Potter and the Half-Blood Prince",
- "US Gross": 301959197,
- "Worldwide Gross": 937499905,
- "US DVD Sales": 103574938,
- "Production Budget": 250000000,
- "Release Date": "Jul 15 2009",
- "MPAA Rating": "PG",
- "Running Time min": 153,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "David Yates",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.3,
- "IMDB Votes": 73720
- },
- {
- "Title": "Harry Potter and the Sorcerer's Stone",
- "US Gross": 317557891,
- "Worldwide Gross": 976457891,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "Nov 16 2001",
- "MPAA Rating": "PG",
- "Running Time min": 152,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 132238
- },
- {
- "Title": "Happy Feet",
- "US Gross": 198000317,
- "Worldwide Gross": 385000317,
- "US DVD Sales": 203263968,
- "Production Budget": 85000000,
- "Release Date": "Nov 17 2006",
- "MPAA Rating": "PG",
- "Running Time min": 108,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "George Miller",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.7,
- "IMDB Votes": 42369
- },
- {
- "Title": "Hercules",
- "US Gross": 99112101,
- "Worldwide Gross": 250700000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jun 15 1997",
- "MPAA Rating": "G",
- "Running Time min": 92,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.8,
- "IMDB Votes": 21902
- },
- {
- "Title": "Hardball",
- "US Gross": 40222729,
- "Worldwide Gross": 44102389,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Sep 14 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian Robbins",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 4.1,
- "IMDB Votes": 165
- },
- {
- "Title": "Hard Rain",
- "US Gross": 19870567,
- "Worldwide Gross": 19870567,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jan 16 1998",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.6,
- "IMDB Votes": 14375
- },
- {
- "Title": "The Horse Whisperer",
- "US Gross": 75383563,
- "Worldwide Gross": 75383563,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "May 15 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 168,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Redford",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.3,
- "IMDB Votes": 15831
- },
- {
- "Title": "The Heart of Me",
- "US Gross": 196067,
- "Worldwide Gross": 196067,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jun 13 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1342
- },
- {
- "Title": "Casa de Areia",
- "US Gross": 539285,
- "Worldwide Gross": 1178175,
- "US DVD Sales": null,
- "Production Budget": 3750000,
- "Release Date": "Aug 11 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 1519
- },
- {
- "Title": "Sorority Row",
- "US Gross": 11965282,
- "Worldwide Gross": 26735797,
- "US DVD Sales": 1350584,
- "Production Budget": 12500000,
- "Release Date": "Sep 11 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.1,
- "IMDB Votes": 7097
- },
- {
- "Title": "Hart's War",
- "US Gross": 19076815,
- "Worldwide Gross": 33076815,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.2,
- "IMDB Votes": 19541
- },
- {
- "Title": "The Hitchhiker's Guide to the Galaxy",
- "US Gross": 51019112,
- "Worldwide Gross": 104019112,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Apr 29 2005",
- "MPAA Rating": "PG",
- "Running Time min": 103,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.6,
- "IMDB Votes": 61513
- },
- {
- "Title": "High Tension",
- "US Gross": 3681066,
- "Worldwide Gross": 5208449,
- "US DVD Sales": null,
- "Production Budget": 2850000,
- "Release Date": "Jun 10 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 165
- },
- {
- "Title": "Hot Fuzz",
- "US Gross": 23618786,
- "Worldwide Gross": 79197493,
- "US DVD Sales": 33391776,
- "Production Budget": 16000000,
- "Release Date": "Apr 20 2007",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edgar Wright",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8,
- "IMDB Votes": 129779
- },
- {
- "Title": "Human Traffic",
- "US Gross": 104257,
- "Worldwide Gross": 5422740,
- "US DVD Sales": null,
- "Production Budget": 3300000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 9455
- },
- {
- "Title": "How to Train Your Dragon",
- "US Gross": 217581231,
- "Worldwide Gross": 491581231,
- "US DVD Sales": null,
- "Production Budget": 165000000,
- "Release Date": "Mar 26 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.2,
- "IMDB Votes": 28556
- },
- {
- "Title": "I Heart Huckabees",
- "US Gross": 12784713,
- "Worldwide Gross": 14584713,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Oct 01 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.8,
- "IMDB Votes": 35878
- },
- {
- "Title": "Hulk",
- "US Gross": 132177234,
- "Worldwide Gross": 245360480,
- "US DVD Sales": null,
- "Production Budget": 137000000,
- "Release Date": "Jun 20 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 5.7,
- "IMDB Votes": 70844
- },
- {
- "Title": "The Incredible Hulk",
- "US Gross": 134806913,
- "Worldwide Gross": 263349257,
- "US DVD Sales": 58503066,
- "Production Budget": 137500000,
- "Release Date": "Jun 13 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Louis Leterrier",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.1,
- "IMDB Votes": 82419
- },
- {
- "Title": "The Hunchback of Notre Dame",
- "US Gross": 100138851,
- "Worldwide Gross": 325500000,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jun 21 1996",
- "MPAA Rating": "G",
- "Running Time min": 86,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Gary Trousdale",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.5,
- "IMDB Votes": 19479
- },
- {
- "Title": "The Hunted",
- "US Gross": 34234008,
- "Worldwide Gross": 45016494,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Mar 14 2003",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5.8,
- "IMDB Votes": 18941
- },
- {
- "Title": "Hurricane Streets",
- "US Gross": 334041,
- "Worldwide Gross": 367582,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Feb 13 1998",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Hurt Locker",
- "US Gross": 14700000,
- "Worldwide Gross": 44468574,
- "US DVD Sales": 31304710,
- "Production Budget": 15000000,
- "Release Date": "Jun 26 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kathryn Bigelow",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 83679
- },
- {
- "Title": "Hustle & Flow",
- "US Gross": 22202809,
- "Worldwide Gross": 23563727,
- "US DVD Sales": null,
- "Production Budget": 2800000,
- "Release Date": "Jul 22 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 18688
- },
- {
- "Title": "Starsky & Hutch",
- "US Gross": 88200225,
- "Worldwide Gross": 170200225,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Mar 05 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Todd Phillips",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.2,
- "IMDB Votes": 48935
- },
- {
- "Title": "Hollywood Ending",
- "US Gross": 4839383,
- "Worldwide Gross": 14839383,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "May 03 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.3,
- "IMDB Votes": 10486
- },
- {
- "Title": "Hollywood Homicide",
- "US Gross": 30207785,
- "Worldwide Gross": 51107785,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jun 13 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Sony/Columbia",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Shelton",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.2,
- "IMDB Votes": 16452
- },
- {
- "Title": "Whatever it Takes",
- "US Gross": 8735529,
- "Worldwide Gross": 8735529,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 24 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.2,
- "IMDB Votes": 4192
- },
- {
- "Title": "Ice Age: The Meltdown",
- "US Gross": 195330621,
- "Worldwide Gross": 651899282,
- "US DVD Sales": 131919814,
- "Production Budget": 75000000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Carlos Saldanha",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 50981
- },
- {
- "Title": "Ice Age: Dawn of the Dinosaurs",
- "US Gross": 196573705,
- "Worldwide Gross": 886685941,
- "US DVD Sales": 87544387,
- "Production Budget": 90000000,
- "Release Date": "Jul 01 2009",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Carlos Saldanha",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 33289
- },
- {
- "Title": "Ice Age",
- "US Gross": 176387405,
- "Worldwide Gross": 383257136,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Mar 15 2002",
- "MPAA Rating": "PG",
- "Running Time min": 81,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Chris Wedge",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.4,
- "IMDB Votes": 75552
- },
- {
- "Title": "Ice Princess",
- "US Gross": 24381334,
- "Worldwide Gross": 25732334,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 18 2005",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6,
- "IMDB Votes": 7106
- },
- {
- "Title": "The Ice Storm",
- "US Gross": 8038061,
- "Worldwide Gross": 16011975,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Sep 27 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.5,
- "IMDB Votes": 27544
- },
- {
- "Title": "I Come with the Rain",
- "US Gross": 0,
- "Worldwide Gross": 627422,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Dec 31 1969",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 618
- },
- {
- "Title": "Identity",
- "US Gross": 52131264,
- "Worldwide Gross": 90231264,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 7.3,
- "IMDB Votes": 57909
- },
- {
- "Title": "An Ideal Husband",
- "US Gross": 18542974,
- "Worldwide Gross": 18542974,
- "US DVD Sales": null,
- "Production Budget": 10700000,
- "Release Date": "Jun 18 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8078
- },
- {
- "Title": "Idlewild",
- "US Gross": 12669914,
- "Worldwide Gross": 12669914,
- "US DVD Sales": 3120029,
- "Production Budget": 15000000,
- "Release Date": "Aug 25 2006",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.8,
- "IMDB Votes": 3056
- },
- {
- "Title": "Igby Goes Down",
- "US Gross": 4777465,
- "Worldwide Gross": 4777465,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Sep 13 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7,
- "IMDB Votes": 19050
- },
- {
- "Title": "Igor",
- "US Gross": 19528188,
- "Worldwide Gross": 26608350,
- "US DVD Sales": 12361783,
- "Production Budget": 30000000,
- "Release Date": "Sep 19 2008",
- "MPAA Rating": "PG",
- "Running Time min": 86,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6,
- "IMDB Votes": 6614
- },
- {
- "Title": "I Got the Hook-Up!",
- "US Gross": 10317779,
- "Worldwide Gross": 10317779,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "May 27 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 3.3,
- "IMDB Votes": 985
- },
- {
- "Title": "Idle Hands",
- "US Gross": 4023741,
- "Worldwide Gross": 4023741,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 30 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.8,
- "IMDB Votes": 16157
- },
- {
- "Title": "Imaginary Heroes",
- "US Gross": 228524,
- "Worldwide Gross": 290875,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 7.2,
- "IMDB Votes": 6057
- },
- {
- "Title": "I Still Know What You Did Last Summer",
- "US Gross": 40020622,
- "Worldwide Gross": 40020622,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Nov 13 1998",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.1,
- "IMDB Votes": 23268
- },
- {
- "Title": "I Know What You Did Last Summer",
- "US Gross": 72250091,
- "Worldwide Gross": 125250091,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 17 1997",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.4,
- "IMDB Votes": 36807
- },
- {
- "Title": "I Love You, Beth Cooper",
- "US Gross": 14800725,
- "Worldwide Gross": 16382538,
- "US DVD Sales": 5475072,
- "Production Budget": 18000000,
- "Release Date": "Jul 10 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 179
- },
- {
- "Title": "The Illusionist",
- "US Gross": 39868642,
- "Worldwide Gross": 84276175,
- "US DVD Sales": 38200717,
- "Production Budget": 16500000,
- "Release Date": "Aug 18 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Yari Film Group Releasing",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.7,
- "IMDB Votes": 92040
- },
- {
- "Title": "But I'm a Cheerleader",
- "US Gross": 2205627,
- "Worldwide Gross": 2595216,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Jul 07 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 10073
- },
- {
- "Title": "The Imaginarium of Doctor Parnassus",
- "US Gross": 7689458,
- "Worldwide Gross": 58692979,
- "US DVD Sales": 5387124,
- "Production Budget": 30000000,
- "Release Date": "Dec 25 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Terry Gilliam",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.1,
- "IMDB Votes": 33374
- },
- {
- "Title": "Imagine Me & You",
- "US Gross": 672243,
- "Worldwide Gross": 972243,
- "US DVD Sales": null,
- "Production Budget": 7900000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 9534
- },
- {
- "Title": "Imagine That",
- "US Gross": 16123323,
- "Worldwide Gross": 16123323,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jun 12 2009",
- "MPAA Rating": "PG",
- "Running Time min": 107,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Karey Kirkpatrick",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.4,
- "IMDB Votes": 3092
- },
- {
- "Title": "Impostor",
- "US Gross": 6114237,
- "Worldwide Gross": 6114237,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jan 04 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 9020
- },
- {
- "Title": "Inception",
- "US Gross": 285630280,
- "Worldwide Gross": 753830280,
- "US DVD Sales": null,
- "Production Budget": 160000000,
- "Release Date": "Jul 16 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 147,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 9.1,
- "IMDB Votes": 188247
- },
- {
- "Title": "In the Cut",
- "US Gross": 4717455,
- "Worldwide Gross": 23693646,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 22 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jane Campion",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.2,
- "IMDB Votes": 11590
- },
- {
- "Title": "In Too Deep",
- "US Gross": 14026509,
- "Worldwide Gross": 14026509,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Aug 25 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.5,
- "IMDB Votes": 2529
- },
- {
- "Title": "IndigËnes",
- "US Gross": 320700,
- "Worldwide Gross": 6877936,
- "US DVD Sales": null,
- "Production Budget": 18900000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 5775
- },
- {
- "Title": "Indiana Jones and the Kingdom of the Crystal Skull",
- "US Gross": 317023851,
- "Worldwide Gross": 786558145,
- "US DVD Sales": 109654917,
- "Production Budget": 185000000,
- "Release Date": "May 22 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.6,
- "IMDB Votes": 135071
- },
- {
- "Title": "In Dreams",
- "US Gross": 12017369,
- "Worldwide Gross": 12017369,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jan 15 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil Jordan",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.3,
- "IMDB Votes": 7138
- },
- {
- "Title": "Infamous",
- "US Gross": 1151330,
- "Worldwide Gross": 2613717,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Warner Independent",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.1,
- "IMDB Votes": 6917
- },
- {
- "Title": "The Informant",
- "US Gross": 33316821,
- "Worldwide Gross": 41771168,
- "US DVD Sales": 6212437,
- "Production Budget": 22000000,
- "Release Date": "Sep 18 2009",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Warner Bros.",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 380
- },
- {
- "Title": "The Informers",
- "US Gross": 315000,
- "Worldwide Gross": 315000,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Apr 24 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Senator Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 7595
- },
- {
- "Title": "Inkheart",
- "US Gross": 17303424,
- "Worldwide Gross": 58051454,
- "US DVD Sales": 8342886,
- "Production Budget": 60000000,
- "Release Date": "Jan 23 2009",
- "MPAA Rating": "PG",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Iain Softley",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.1,
- "IMDB Votes": 14157
- },
- {
- "Title": "In & Out",
- "US Gross": 63826569,
- "Worldwide Gross": 83226569,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 19 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.1,
- "IMDB Votes": 18773
- },
- {
- "Title": "I Now Pronounce You Chuck and Larry",
- "US Gross": 119725280,
- "Worldwide Gross": 185708462,
- "US DVD Sales": 69334335,
- "Production Budget": 85000000,
- "Release Date": "Jul 20 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennis Dugan",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.1,
- "IMDB Votes": 46347
- },
- {
- "Title": "Inside Man",
- "US Gross": 88634237,
- "Worldwide Gross": 184634237,
- "US DVD Sales": 37712869,
- "Production Budget": 50000000,
- "Release Date": "Mar 24 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.7,
- "IMDB Votes": 86229
- },
- {
- "Title": "The Insider",
- "US Gross": 28965197,
- "Worldwide Gross": 60265197,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Nov 05 1999",
- "MPAA Rating": "R",
- "Running Time min": 157,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8,
- "IMDB Votes": 68747
- },
- {
- "Title": "Insomnia",
- "US Gross": 67263182,
- "Worldwide Gross": 113622499,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "May 24 2002",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 6.3,
- "IMDB Votes": 33
- },
- {
- "Title": "Inspector Gadget",
- "US Gross": 97387965,
- "Worldwide Gross": 97387965,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jul 23 1999",
- "MPAA Rating": "PG",
- "Running Time min": 77,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 3.9,
- "IMDB Votes": 13881
- },
- {
- "Title": "Instinct",
- "US Gross": 34105207,
- "Worldwide Gross": 34105207,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jun 04 1999",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Turteltaub",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.2,
- "IMDB Votes": 15388
- },
- {
- "Title": "The Invention of Lying",
- "US Gross": 18451251,
- "Worldwide Gross": 32679264,
- "US DVD Sales": 4548709,
- "Production Budget": 18500000,
- "Release Date": "Oct 02 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Ricky Gervais",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.5,
- "IMDB Votes": 24578
- },
- {
- "Title": "The Invasion",
- "US Gross": 15074191,
- "Worldwide Gross": 40147042,
- "US DVD Sales": 4845943,
- "Production Budget": 80000000,
- "Release Date": "Aug 17 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6,
- "IMDB Votes": 28605
- },
- {
- "Title": "Ira and Abby",
- "US Gross": 221096,
- "Worldwide Gross": 221096,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Sep 14 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 855
- },
- {
- "Title": "I, Robot",
- "US Gross": 144801023,
- "Worldwide Gross": 348601023,
- "US DVD Sales": null,
- "Production Budget": 105000000,
- "Release Date": "Jul 16 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Alex Proyas",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Iron Man 2",
- "US Gross": 312128345,
- "Worldwide Gross": 622128345,
- "US DVD Sales": null,
- "Production Budget": 170000000,
- "Release Date": "May 07 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Jon Favreau",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.3,
- "IMDB Votes": 61256
- },
- {
- "Title": "Iron Man",
- "US Gross": 318604126,
- "Worldwide Gross": 582604126,
- "US DVD Sales": 169251757,
- "Production Budget": 186000000,
- "Release Date": "May 02 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Jon Favreau",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.9,
- "IMDB Votes": 174040
- },
- {
- "Title": "The Iron Giant",
- "US Gross": 23159305,
- "Worldwide Gross": 31333917,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Aug 04 1999",
- "MPAA Rating": "PG",
- "Running Time min": 86,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Brad Bird",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.9,
- "IMDB Votes": 38791
- },
- {
- "Title": "Obsluhoval jsem anglickÈho kr·le",
- "US Gross": 617228,
- "Worldwide Gross": 7174984,
- "US DVD Sales": null,
- "Production Budget": 4900000,
- "Release Date": "Aug 29 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 3048
- },
- {
- "Title": "The Island",
- "US Gross": 35818913,
- "Worldwide Gross": 163018913,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Jul 22 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.9,
- "IMDB Votes": 82601
- },
- {
- "Title": "Isn't She Great",
- "US Gross": 2954405,
- "Worldwide Gross": 2954405,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Jan 28 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Magazine Article",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Bergman",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1426
- },
- {
- "Title": "I Spy",
- "US Gross": 33561137,
- "Worldwide Gross": 33561137,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Nov 01 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Betty Thomas",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.3,
- "IMDB Votes": 18061
- },
- {
- "Title": "The Italian Job",
- "US Gross": 106126012,
- "Worldwide Gross": 175826012,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "May 30 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.9,
- "IMDB Votes": 76835
- },
- {
- "Title": "I Think I Love My Wife",
- "US Gross": 12559771,
- "Worldwide Gross": 13205411,
- "US DVD Sales": 13566229,
- "Production Budget": 14000000,
- "Release Date": "Mar 16 2007",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "Fox Searchlight",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Rock",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.5,
- "IMDB Votes": 8643
- },
- {
- "Title": "Jack Frost",
- "US Gross": 34645374,
- "Worldwide Gross": 34645374,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 11 1998",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.6,
- "IMDB Votes": 6932
- },
- {
- "Title": "Jackie Brown",
- "US Gross": 39673162,
- "Worldwide Gross": 72673162,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Dec 25 1997",
- "MPAA Rating": "R",
- "Running Time min": 154,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.6,
- "IMDB Votes": 84068
- },
- {
- "Title": "The Jackal",
- "US Gross": 54956941,
- "Worldwide Gross": 159356941,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Nov 14 1997",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Caton-Jones",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 6,
- "IMDB Votes": 35540
- },
- {
- "Title": "The Jacket",
- "US Gross": 6301131,
- "Worldwide Gross": 15452978,
- "US DVD Sales": null,
- "Production Budget": 28500000,
- "Release Date": "Mar 04 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Independent",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 7.1,
- "IMDB Votes": 35932
- },
- {
- "Title": "Jakob the Liar",
- "US Gross": 4956401,
- "Worldwide Gross": 4956401,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 24 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 6.1,
- "IMDB Votes": 6636
- },
- {
- "Title": "Jarhead",
- "US Gross": 62647540,
- "Worldwide Gross": 96947540,
- "US DVD Sales": 52209103,
- "Production Budget": 72000000,
- "Release Date": "Nov 04 2005",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Sam Mendes",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.2,
- "IMDB Votes": 60650
- },
- {
- "Title": "Jawbreaker",
- "US Gross": 3076820,
- "Worldwide Gross": 3076820,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 19 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.8,
- "IMDB Votes": 9329
- },
- {
- "Title": "The World is Not Enough",
- "US Gross": 126930660,
- "Worldwide Gross": 361730660,
- "US DVD Sales": null,
- "Production Budget": 135000000,
- "Release Date": "Nov 19 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Apted",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.3,
- "IMDB Votes": 59406
- },
- {
- "Title": "Die Another Day",
- "US Gross": 160942139,
- "Worldwide Gross": 431942139,
- "US DVD Sales": null,
- "Production Budget": 142000000,
- "Release Date": "Nov 22 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 133,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lee Tamahori",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6,
- "IMDB Votes": 67476
- },
- {
- "Title": "Casino Royale",
- "US Gross": 167365000,
- "Worldwide Gross": 596365000,
- "US DVD Sales": 79681613,
- "Production Budget": 102000000,
- "Release Date": "Nov 17 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 144,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8,
- "IMDB Votes": 172936
- },
- {
- "Title": "Quantum of Solace",
- "US Gross": 169368427,
- "Worldwide Gross": 576368427,
- "US DVD Sales": 44912115,
- "Production Budget": 230000000,
- "Release Date": "Nov 14 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Marc Forster",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.8,
- "IMDB Votes": 93596
- },
- {
- "Title": "Jennifer's Body",
- "US Gross": 16204793,
- "Worldwide Gross": 32832166,
- "US DVD Sales": 4998385,
- "Production Budget": 16000000,
- "Release Date": "Sep 18 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.3,
- "IMDB Votes": 24265
- },
- {
- "Title": "Jackass: Number Two",
- "US Gross": 72778712,
- "Worldwide Gross": 83578712,
- "US DVD Sales": 49050925,
- "Production Budget": 11000000,
- "Release Date": "Sep 22 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.2,
- "IMDB Votes": 24434
- },
- {
- "Title": "Jackass: The Movie",
- "US Gross": 64282312,
- "Worldwide Gross": 75466905,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "R",
- "Running Time min": 92,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 27454
- },
- {
- "Title": "Journey to the Center of the Earth",
- "US Gross": 101704370,
- "Worldwide Gross": 240904370,
- "US DVD Sales": 26253886,
- "Production Budget": 45000000,
- "Release Date": "Jul 11 2008",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23756
- },
- {
- "Title": "Joe Dirt",
- "US Gross": 27087695,
- "Worldwide Gross": 30987695,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Apr 11 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennie Gordon",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.4,
- "IMDB Votes": 18666
- },
- {
- "Title": "The Curse of the Jade Scorpion",
- "US Gross": 7496522,
- "Worldwide Gross": 18496522,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 24 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.7,
- "IMDB Votes": 15897
- },
- {
- "Title": "Jeepers Creepers",
- "US Gross": 37904175,
- "Worldwide Gross": 55026845,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 31 2001",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.7,
- "IMDB Votes": 30610
- },
- {
- "Title": "Johnny English",
- "US Gross": 28013509,
- "Worldwide Gross": 160323929,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 18 2003",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.8,
- "IMDB Votes": 29246
- },
- {
- "Title": "Jeepers Creepers II",
- "US Gross": 35623801,
- "Worldwide Gross": 35623801,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 29 2003",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 15975
- },
- {
- "Title": "The Assassination of Jesse James by the Coward Robert Ford",
- "US Gross": 3909149,
- "Worldwide Gross": 15001776,
- "US DVD Sales": 9871881,
- "Production Budget": 30000000,
- "Release Date": "Sep 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 160,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.7,
- "IMDB Votes": 57465
- },
- {
- "Title": "Johnson Family Vacation",
- "US Gross": 31203964,
- "Worldwide Gross": 31462753,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Apr 07 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 3.8,
- "IMDB Votes": 3278
- },
- {
- "Title": "Jersey Girl",
- "US Gross": 25266129,
- "Worldwide Gross": 37066129,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 26 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.2,
- "IMDB Votes": 27370
- },
- {
- "Title": "The Jimmy Show",
- "US Gross": 703,
- "Worldwide Gross": 703,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 13 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.1,
- "IMDB Votes": 358
- },
- {
- "Title": "Jindabyne",
- "US Gross": 399879,
- "Worldwide Gross": 2862544,
- "US DVD Sales": null,
- "Production Budget": 10800000,
- "Release Date": "Apr 27 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 3920
- },
- {
- "Title": "Jackpot",
- "US Gross": 44452,
- "Worldwide Gross": 44452,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Jul 27 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Michael Polish",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.7,
- "IMDB Votes": 408
- },
- {
- "Title": "Just Like Heaven",
- "US Gross": 48318130,
- "Worldwide Gross": 100687083,
- "US DVD Sales": 37588463,
- "Production Budget": 58000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark Waters",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.8,
- "IMDB Votes": 29457
- },
- {
- "Title": "Just My Luck",
- "US Gross": 17326650,
- "Worldwide Gross": 38326650,
- "US DVD Sales": 11051609,
- "Production Budget": 28000000,
- "Release Date": "May 12 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5,
- "IMDB Votes": 13368
- },
- {
- "Title": "The Messenger: The Story of Joan of Arc",
- "US Gross": 14271297,
- "Worldwide Gross": 14271297,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 12 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Luc Besson",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Jungle Book 2",
- "US Gross": 47901582,
- "Worldwide Gross": 135703599,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 14 2003",
- "MPAA Rating": "G",
- "Running Time min": 72,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.2,
- "IMDB Votes": 2740
- },
- {
- "Title": "Joe Somebody",
- "US Gross": 22770864,
- "Worldwide Gross": 24515990,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Dec 21 2001",
- "MPAA Rating": "PG",
- "Running Time min": 98,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Pasquin",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.3,
- "IMDB Votes": 5313
- },
- {
- "Title": "Jonah Hex",
- "US Gross": 10547117,
- "Worldwide Gross": 10547117,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Jun 18 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 81,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.3,
- "IMDB Votes": 2316
- },
- {
- "Title": "John Q",
- "US Gross": 71026631,
- "Worldwide Gross": 102226631,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nick Cassavetes",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6.6,
- "IMDB Votes": 32338
- },
- {
- "Title": "Jonah: A VeggieTales Movie",
- "US Gross": 25571351,
- "Worldwide Gross": 25606175,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 04 2002",
- "MPAA Rating": "G",
- "Running Time min": 82,
- "Distributor": "Artisan",
- "Source": "Based on Short Film",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 1704
- },
- {
- "Title": "The Joneses",
- "US Gross": 1475746,
- "Worldwide Gross": 1475746,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Apr 16 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Roadside Attractions",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 4345
- },
- {
- "Title": "Josie and the Pussycats",
- "US Gross": 14252830,
- "Worldwide Gross": 14252830,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Apr 11 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.1,
- "IMDB Votes": 11284
- },
- {
- "Title": "Joy Ride",
- "US Gross": 21973182,
- "Worldwide Gross": 21973182,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Oct 05 2001",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Dahl",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 118
- },
- {
- "Title": "Jerry Maguire",
- "US Gross": 153952592,
- "Worldwide Gross": 274000000,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 13 1996",
- "MPAA Rating": "R",
- "Running Time min": 138,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Cameron Crowe",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.2,
- "IMDB Votes": 78603
- },
- {
- "Title": "Jay and Silent Bob Strike Back",
- "US Gross": 30059386,
- "Worldwide Gross": 33762400,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Aug 24 2001",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Miramax/Dimension",
- "Source": "Spin-Off",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.8,
- "IMDB Votes": 62692
- },
- {
- "Title": "Jesus' Son",
- "US Gross": 1282084,
- "Worldwide Gross": 1687548,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Jun 16 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 4620
- },
- {
- "Title": "Being Julia",
- "US Gross": 7739049,
- "Worldwide Gross": 11039049,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Oct 15 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.1,
- "IMDB Votes": 7067
- },
- {
- "Title": "Julie & Julia",
- "US Gross": 94125426,
- "Worldwide Gross": 126646119,
- "US DVD Sales": 40846498,
- "Production Budget": 40000000,
- "Release Date": "Aug 07 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nora Ephron",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.2,
- "IMDB Votes": 22269
- },
- {
- "Title": "Jumper",
- "US Gross": 80172128,
- "Worldwide Gross": 222117068,
- "US DVD Sales": 33679094,
- "Production Budget": 82500000,
- "Release Date": "Feb 14 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Doug Liman",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.9,
- "IMDB Votes": 69161
- },
- {
- "Title": "Junebug",
- "US Gross": 2678010,
- "Worldwide Gross": 2678010,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 03 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.1,
- "IMDB Votes": 11457
- },
- {
- "Title": "Juno",
- "US Gross": 143495265,
- "Worldwide Gross": 230327671,
- "US DVD Sales": 57612374,
- "Production Budget": 7000000,
- "Release Date": "Dec 05 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Reitman",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.9,
- "IMDB Votes": 149855
- },
- {
- "Title": "Jurassic Park 3",
- "US Gross": 181166115,
- "Worldwide Gross": 365900000,
- "US DVD Sales": null,
- "Production Budget": 93000000,
- "Release Date": "Jul 18 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Joe Johnston",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.9,
- "IMDB Votes": 151365
- },
- {
- "Title": "Just Looking",
- "US Gross": 39852,
- "Worldwide Gross": 39852,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Oct 13 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Jason Alexander",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 949
- },
- {
- "Title": "Just Married",
- "US Gross": 56127162,
- "Worldwide Gross": 56127162,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jan 10 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 5.1,
- "IMDB Votes": 19508
- },
- {
- "Title": "Juwanna Man",
- "US Gross": 13571817,
- "Worldwide Gross": 13771817,
- "US DVD Sales": null,
- "Production Budget": 15600000,
- "Release Date": "Jun 21 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 3062
- },
- {
- "Title": "Freddy vs. Jason",
- "US Gross": 82622655,
- "Worldwide Gross": 114326122,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 15 2003",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "New Line",
- "Source": "Spin-Off",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ronny Yu",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.8,
- "IMDB Votes": 39182
- },
- {
- "Title": "K-19: The Widowmaker",
- "US Gross": 35168966,
- "Worldwide Gross": 65716126,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 19 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Kathryn Bigelow",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.5,
- "IMDB Votes": 22288
- },
- {
- "Title": "Kate and Leopold",
- "US Gross": 47095453,
- "Worldwide Gross": 70937778,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Dec 25 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Fantasy",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 23600
- },
- {
- "Title": "Kama Sutra",
- "US Gross": 4109095,
- "Worldwide Gross": 4109095,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 28 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Trimark",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Kangaroo Jack",
- "US Gross": 66723216,
- "Worldwide Gross": 90723216,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jan 17 2003",
- "MPAA Rating": "PG",
- "Running Time min": 89,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 9994
- },
- {
- "Title": "Kick-Ass",
- "US Gross": 48071303,
- "Worldwide Gross": 76252166,
- "US DVD Sales": 18666874,
- "Production Budget": 28000000,
- "Release Date": "Apr 16 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Matthew Vaughn",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 8.1,
- "IMDB Votes": 86990
- },
- {
- "Title": "The Original Kings of Comedy",
- "US Gross": 38168022,
- "Worldwide Gross": 38236338,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 18 2000",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Concert/Performance",
- "Creative Type": "Factual",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.2,
- "IMDB Votes": 3258
- },
- {
- "Title": "Kiss of the Dragon",
- "US Gross": 36833473,
- "Worldwide Gross": 36833473,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 06 2001",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Nahon",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.3,
- "IMDB Votes": 22087
- },
- {
- "Title": "Kung Fu Hustle",
- "US Gross": 17104669,
- "Worldwide Gross": 101004669,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 08 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Chow",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Karate Kid",
- "US Gross": 176591618,
- "Worldwide Gross": 350591618,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jun 11 2010",
- "MPAA Rating": "PG",
- "Running Time min": 140,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20039
- },
- {
- "Title": "The Kentucky Fried Movie",
- "US Gross": 15000000,
- "Worldwide Gross": 20000000,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Aug 10 1977",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "United Film Distribution Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "John Landis",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.4,
- "IMDB Votes": 8342
- },
- {
- "Title": "Kicking and Screaming",
- "US Gross": 52842724,
- "Worldwide Gross": 55842724,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3841
- },
- {
- "Title": "Kill Bill: Volume 2",
- "US Gross": 66207920,
- "Worldwide Gross": 150907920,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Apr 16 2004",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 182834
- },
- {
- "Title": "Kill Bill: Volume 1",
- "US Gross": 70098138,
- "Worldwide Gross": 180098138,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Oct 10 2003",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Quentin Tarantino",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 8.2,
- "IMDB Votes": 231761
- },
- {
- "Title": "Kingdom Come",
- "US Gross": 23247539,
- "Worldwide Gross": 23393939,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Apr 11 2001",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Kingdom of Heaven",
- "US Gross": 47398413,
- "Worldwide Gross": 211398413,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "May 06 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 7.1,
- "IMDB Votes": 83189
- },
- {
- "Title": "Kinsey",
- "US Gross": 10214647,
- "Worldwide Gross": 13000959,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Bill Condon",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.2,
- "IMDB Votes": 20135
- },
- {
- "Title": "Kissing Jessica Stein",
- "US Gross": 7025722,
- "Worldwide Gross": 8915268,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Mar 13 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Play",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8291
- },
- {
- "Title": "Kiss the Girls",
- "US Gross": 60527873,
- "Worldwide Gross": 60527873,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Oct 03 1997",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.4,
- "IMDB Votes": 20932
- },
- {
- "Title": "King Kong",
- "US Gross": 218080025,
- "Worldwide Gross": 550517357,
- "US DVD Sales": 140752353,
- "Production Budget": 207000000,
- "Release Date": "Dec 14 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 187,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.6,
- "IMDB Votes": 132720
- },
- {
- "Title": "Knocked Up",
- "US Gross": 148761765,
- "Worldwide Gross": 218994109,
- "US DVD Sales": 117601397,
- "Production Budget": 27500000,
- "Release Date": "Jun 01 2007",
- "MPAA Rating": "R",
- "Running Time min": 132,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Judd Apatow",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.5,
- "IMDB Votes": 111192
- },
- {
- "Title": "Knight and Day",
- "US Gross": 76373029,
- "Worldwide Gross": 228937227,
- "US DVD Sales": null,
- "Production Budget": 117000000,
- "Release Date": "Jun 23 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 13887
- },
- {
- "Title": "The Kingdom",
- "US Gross": 47467250,
- "Worldwide Gross": 86509602,
- "US DVD Sales": 34065220,
- "Production Budget": 72500000,
- "Release Date": "Sep 28 2007",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Berg",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 7.1,
- "IMDB Votes": 47200
- },
- {
- "Title": "Black Knight",
- "US Gross": 33422806,
- "Worldwide Gross": 33422806,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 21 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.3,
- "IMDB Votes": 12747
- },
- {
- "Title": "Knockaround Guys",
- "US Gross": 11660180,
- "Worldwide Gross": 12419700,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 11019
- },
- {
- "Title": "Knowing",
- "US Gross": 79957634,
- "Worldwide Gross": 187858642,
- "US DVD Sales": 23450931,
- "Production Budget": 50000000,
- "Release Date": "Mar 20 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 121,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alex Proyas",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.4,
- "IMDB Votes": 58138
- },
- {
- "Title": "Knock Off",
- "US Gross": 10319915,
- "Worldwide Gross": 10319915,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 04 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.1,
- "IMDB Votes": 5852
- },
- {
- "Title": "K-PAX",
- "US Gross": 50315140,
- "Worldwide Gross": 50315140,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 121,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Iain Softley",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 7.3,
- "IMDB Votes": 50475
- },
- {
- "Title": "Christmas with the Kranks",
- "US Gross": 73701902,
- "Worldwide Gross": 96501902,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 24 2004",
- "MPAA Rating": "PG",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 4.7,
- "IMDB Votes": 9126
- },
- {
- "Title": "King's Ransom",
- "US Gross": 4008527,
- "Worldwide Gross": 4049527,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 22 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jeffrey W. Byrd",
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 3.5,
- "IMDB Votes": 2251
- },
- {
- "Title": "Kiss Kiss, Bang Bang",
- "US Gross": 4235837,
- "Worldwide Gross": 13105837,
- "US DVD Sales": 6863163,
- "Production Budget": 15000000,
- "Release Date": "Oct 21 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "A Knight's Tale",
- "US Gross": 56083966,
- "Worldwide Gross": 56083966,
- "US DVD Sales": null,
- "Production Budget": 41000000,
- "Release Date": "May 11 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.6,
- "IMDB Votes": 47609
- },
- {
- "Title": "The Kite Runner",
- "US Gross": 15800078,
- "Worldwide Gross": 73222245,
- "US DVD Sales": 6563936,
- "Production Budget": 20000000,
- "Release Date": "Dec 14 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Marc Forster",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.8,
- "IMDB Votes": 26816
- },
- {
- "Title": "Kundun",
- "US Gross": 5686694,
- "Worldwide Gross": 5686694,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Dec 25 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7,
- "IMDB Votes": 10248
- },
- {
- "Title": "Kung Pow: Enter the Fist",
- "US Gross": 16033556,
- "Worldwide Gross": 16033556,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Oedekerk",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 19348
- },
- {
- "Title": "L.A. Confidential",
- "US Gross": 64604977,
- "Worldwide Gross": 110604977,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 19 1997",
- "MPAA Rating": "R",
- "Running Time min": 137,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Curtis Hanson",
- "Rotten Tomatoes Rating": 99,
- "IMDB Rating": 8.4,
- "IMDB Votes": 165161
- },
- {
- "Title": "Law Abiding Citizen",
- "US Gross": 73357727,
- "Worldwide Gross": 113190972,
- "US DVD Sales": 20038881,
- "Production Budget": 53000000,
- "Release Date": "Oct 16 2009",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Overture Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 7.2,
- "IMDB Votes": 45577
- },
- {
- "Title": "Ladder 49",
- "US Gross": 74541707,
- "Worldwide Gross": 102332848,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 01 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Russell",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.5,
- "IMDB Votes": 23369
- },
- {
- "Title": "The Ladykillers",
- "US Gross": 39692139,
- "Worldwide Gross": 77692139,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 26 2004",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.2,
- "IMDB Votes": 39242
- },
- {
- "Title": "Lady in the Water",
- "US Gross": 42285169,
- "Worldwide Gross": 72785169,
- "US DVD Sales": 12440849,
- "Production Budget": 75000000,
- "Release Date": "Jul 21 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.8,
- "IMDB Votes": 47535
- },
- {
- "Title": "The Lake House",
- "US Gross": 52330111,
- "Worldwide Gross": 114830111,
- "US DVD Sales": 39758509,
- "Production Budget": 40000000,
- "Release Date": "Jun 16 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.8,
- "IMDB Votes": 36613
- },
- {
- "Title": "Lakeview Terrace",
- "US Gross": 39263506,
- "Worldwide Gross": 44263506,
- "US DVD Sales": 21455006,
- "Production Budget": 20000000,
- "Release Date": "Sep 19 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil LaBute",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.3,
- "IMDB Votes": 18547
- },
- {
- "Title": "The Ladies Man",
- "US Gross": 13592872,
- "Worldwide Gross": 13719474,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Oct 13 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.7,
- "IMDB Votes": 6556
- },
- {
- "Title": "Land of the Lost",
- "US Gross": 49438370,
- "Worldwide Gross": 69548641,
- "US DVD Sales": 18953806,
- "Production Budget": 100000000,
- "Release Date": "Jun 05 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Brad Silberling",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.3,
- "IMDB Votes": 16830
- },
- {
- "Title": "Changing Lanes",
- "US Gross": 66790248,
- "Worldwide Gross": 66790248,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Apr 12 2002",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.5,
- "IMDB Votes": 29222
- },
- {
- "Title": "Lars and the Real Girl",
- "US Gross": 5956480,
- "Worldwide Gross": 10553442,
- "US DVD Sales": 2560922,
- "Production Budget": 12500000,
- "Release Date": "Oct 12 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.5,
- "IMDB Votes": 32423
- },
- {
- "Title": "L'auberge espagnole",
- "US Gross": 3895664,
- "Worldwide Gross": 3895664,
- "US DVD Sales": null,
- "Production Budget": 5900000,
- "Release Date": "May 16 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 15696
- },
- {
- "Title": "Laws of Attraction",
- "US Gross": 17848322,
- "Worldwide Gross": 29948322,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Apr 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 5.7,
- "IMDB Votes": 9266
- },
- {
- "Title": "Little Black Book",
- "US Gross": 20422207,
- "Worldwide Gross": 21758371,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 06 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.2,
- "IMDB Votes": 7625
- },
- {
- "Title": "Layer Cake",
- "US Gross": 2339957,
- "Worldwide Gross": 11850214,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Matthew Vaughn",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 39857
- },
- {
- "Title": "Larry the Cable Guy: Health Inspector",
- "US Gross": 15680099,
- "Worldwide Gross": 15680099,
- "US DVD Sales": 13180936,
- "Production Budget": 17000000,
- "Release Date": "Mar 24 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 2.8,
- "IMDB Votes": 7547
- },
- {
- "Title": "Little Children",
- "US Gross": 5463019,
- "Worldwide Gross": 14763019,
- "US DVD Sales": 3657245,
- "Production Budget": 14000000,
- "Release Date": "Oct 06 2006",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Field",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.8,
- "IMDB Votes": 37162
- },
- {
- "Title": "Save the Last Dance",
- "US Gross": 91038276,
- "Worldwide Gross": 131638276,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Jan 12 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.9,
- "IMDB Votes": 20355
- },
- {
- "Title": "George A. Romero's Land of the Dead",
- "US Gross": 20700082,
- "Worldwide Gross": 45900082,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 24 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "George A. Romero",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Left Behind",
- "US Gross": 4221341,
- "Worldwide Gross": 4221341,
- "US DVD Sales": null,
- "Production Budget": 18500000,
- "Release Date": "Feb 02 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Cloud Ten Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 43
- },
- {
- "Title": "Legion",
- "US Gross": 40122938,
- "Worldwide Gross": 64622938,
- "US DVD Sales": 16715657,
- "Production Budget": 26000000,
- "Release Date": "Jan 22 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5,
- "IMDB Votes": 19962
- },
- {
- "Title": "I am Legend",
- "US Gross": 256393010,
- "Worldwide Gross": 585055701,
- "US DVD Sales": 129742540,
- "Production Budget": 150000000,
- "Release Date": "Dec 14 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 100,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Francis Lawrence",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.1,
- "IMDB Votes": 153631
- },
- {
- "Title": "Leatherheads",
- "US Gross": 31373938,
- "Worldwide Gross": 40830862,
- "US DVD Sales": 8871266,
- "Production Budget": 58000000,
- "Release Date": "Apr 04 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "George Clooney",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.1,
- "IMDB Votes": 14504
- },
- {
- "Title": "Life Before Her Eyes",
- "US Gross": 303439,
- "Worldwide Gross": 303439,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Apr 18 2008",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Letters from Iwo Jima",
- "US Gross": 13756082,
- "Worldwide Gross": 68756082,
- "US DVD Sales": 13625847,
- "Production Budget": 13000000,
- "Release Date": "Dec 20 2006",
- "MPAA Rating": "R",
- "Running Time min": 141,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.1,
- "IMDB Votes": 56872
- },
- {
- "Title": "Life, or Something Like It",
- "US Gross": 14448589,
- "Worldwide Gross": 14448589,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 26 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Last Holiday",
- "US Gross": 38399961,
- "Worldwide Gross": 43343247,
- "US DVD Sales": 29881643,
- "Production Budget": 45000000,
- "Release Date": "Jan 13 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wayne Wang",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.3,
- "IMDB Votes": 8060
- },
- {
- "Title": "The Hurricane",
- "US Gross": 50699241,
- "Worldwide Gross": 73956241,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Dec 29 1999",
- "MPAA Rating": "R",
- "Running Time min": 125,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.4,
- "IMDB Votes": 32172
- },
- {
- "Title": "Liar Liar",
- "US Gross": 181410615,
- "Worldwide Gross": 302710615,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Mar 21 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 87,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.7,
- "IMDB Votes": 67798
- },
- {
- "Title": "Equilibrium",
- "US Gross": 1190018,
- "Worldwide Gross": 5345869,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 06 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 7.7,
- "IMDB Votes": 86428
- },
- {
- "Title": "Chasing Liberty",
- "US Gross": 12189514,
- "Worldwide Gross": 12291975,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Jan 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.8,
- "IMDB Votes": 7855
- },
- {
- "Title": "The Libertine",
- "US Gross": 4835065,
- "Worldwide Gross": 9448623,
- "US DVD Sales": 2836487,
- "Production Budget": 22000000,
- "Release Date": "Nov 23 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 16266
- },
- {
- "Title": "L.I.E.",
- "US Gross": 1138836,
- "Worldwide Gross": 1138836,
- "US DVD Sales": null,
- "Production Budget": 700000,
- "Release Date": "Sep 07 2001",
- "MPAA Rating": "Open",
- "Running Time min": null,
- "Distributor": "Lot 47 Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.2,
- "IMDB Votes": 5122
- },
- {
- "Title": "The Life Aquatic with Steve Zissou",
- "US Gross": 24006726,
- "Worldwide Gross": 34806726,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 10 2004",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Anderson",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7.2,
- "IMDB Votes": 57889
- },
- {
- "Title": "The Life of David Gale",
- "US Gross": 19694635,
- "Worldwide Gross": 28920188,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 21 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alan Parker",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 7.3,
- "IMDB Votes": 37628
- },
- {
- "Title": "Life",
- "US Gross": 64062587,
- "Worldwide Gross": 73521587,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Apr 16 1999",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ted Demme",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.3,
- "IMDB Votes": 99
- },
- {
- "Title": "Like Mike",
- "US Gross": 51432423,
- "Worldwide Gross": 62432423,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jul 03 2002",
- "MPAA Rating": "PG",
- "Running Time min": 99,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "John Schultz",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 4.4,
- "IMDB Votes": 4870
- },
- {
- "Title": "Lilo & Stitch",
- "US Gross": 145771527,
- "Worldwide Gross": 245800000,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 21 2002",
- "MPAA Rating": "PG",
- "Running Time min": 85,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 25611
- },
- {
- "Title": "Limbo",
- "US Gross": 2016687,
- "Worldwide Gross": 2016687,
- "US DVD Sales": null,
- "Production Budget": 8300000,
- "Release Date": "Jun 04 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Sayles",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3855
- },
- {
- "Title": "Light It Up",
- "US Gross": 5871603,
- "Worldwide Gross": 5871603,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Nov 10 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.4,
- "IMDB Votes": 2257
- },
- {
- "Title": "Living Out Loud",
- "US Gross": 12905901,
- "Worldwide Gross": 12905901,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 30 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard LaGravenese",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.5,
- "IMDB Votes": 3040
- },
- {
- "Title": "The Lizzie McGuire Movie",
- "US Gross": 42734455,
- "Worldwide Gross": 55534455,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "May 02 2003",
- "MPAA Rating": "PG",
- "Running Time min": 94,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 4.7,
- "IMDB Votes": 10199
- },
- {
- "Title": "Letters to Juliet",
- "US Gross": 53032453,
- "Worldwide Gross": 68332453,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "May 14 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.3,
- "IMDB Votes": 4576
- },
- {
- "Title": "Lucky Break",
- "US Gross": 54606,
- "Worldwide Gross": 54606,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Apr 05 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Peter Cattaneo",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1482
- },
- {
- "Title": "The Last King of Scotland",
- "US Gross": 17606684,
- "Worldwide Gross": 48363516,
- "US DVD Sales": 16836991,
- "Production Budget": 6000000,
- "Release Date": "Sep 27 2006",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Kevin MacDonald",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.8,
- "IMDB Votes": 54022
- },
- {
- "Title": "Lolita",
- "US Gross": 1147784,
- "Worldwide Gross": 1147784,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jul 22 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Adrian Lyne",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 15197
- },
- {
- "Title": "Love Lisa",
- "US Gross": 211724,
- "Worldwide Gross": 211724,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 30 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 4126
- },
- {
- "Title": "Little Miss Sunshine",
- "US Gross": 59891098,
- "Worldwide Gross": 100523181,
- "US DVD Sales": 55501748,
- "Production Budget": 8000000,
- "Release Date": "Jul 26 2006",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8,
- "IMDB Votes": 151013
- },
- {
- "Title": "In the Land of Women",
- "US Gross": 11052958,
- "Worldwide Gross": 14140402,
- "US DVD Sales": 9876018,
- "Production Budget": 10500000,
- "Release Date": "Apr 20 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.7,
- "IMDB Votes": 13550
- },
- {
- "Title": "Lions for Lambs",
- "US Gross": 14998070,
- "Worldwide Gross": 63211088,
- "US DVD Sales": 9203604,
- "Production Budget": 35000000,
- "Release Date": "Nov 09 2007",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "United Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Redford",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.2,
- "IMDB Votes": 22264
- },
- {
- "Title": "London",
- "US Gross": 12667,
- "Worldwide Gross": 12667,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Feb 10 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 181
- },
- {
- "Title": "How to Lose a Guy in 10 Days",
- "US Gross": 105807520,
- "Worldwide Gross": 177079973,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 07 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.1,
- "IMDB Votes": 33866
- },
- {
- "Title": "Loser",
- "US Gross": 15464026,
- "Worldwide Gross": 18250106,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jul 21 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Amy Heckerling",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5,
- "IMDB Votes": 12877
- },
- {
- "Title": "The Losers",
- "US Gross": 23591432,
- "Worldwide Gross": 23591432,
- "US DVD Sales": 7360965,
- "Production Budget": 25000000,
- "Release Date": "Apr 23 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sylvain White",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Lost City",
- "US Gross": 2484186,
- "Worldwide Gross": 3650302,
- "US DVD Sales": null,
- "Production Budget": 9600000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Andy Garcia",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 5790
- },
- {
- "Title": "Lost In Space",
- "US Gross": 69117629,
- "Worldwide Gross": 136117629,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Apr 03 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "New Line",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Stephen Hopkins",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 4.8,
- "IMDB Votes": 31611
- },
- {
- "Title": "Lost and Found",
- "US Gross": 6552255,
- "Worldwide Gross": 6552255,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Apr 23 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.8,
- "IMDB Votes": 118
- },
- {
- "Title": "Lottery Ticket",
- "US Gross": 23602581,
- "Worldwide Gross": 23602581,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 20 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Love and Basketball",
- "US Gross": 27441122,
- "Worldwide Gross": 27709625,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 21 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Gina Prince-Bythewood",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.7,
- "IMDB Votes": 5835
- },
- {
- "Title": "Love Jones",
- "US Gross": 12554569,
- "Worldwide Gross": 12554569,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Mar 14 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1165
- },
- {
- "Title": "The Love Letter",
- "US Gross": 8322608,
- "Worldwide Gross": 8322608,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "May 21 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.1,
- "IMDB Votes": 2446
- },
- {
- "Title": "Lovely and Amazing",
- "US Gross": 4210379,
- "Worldwide Gross": 4695781,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jun 28 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 3936
- },
- {
- "Title": "The Lord of the Rings: The Two Towers",
- "US Gross": 341784377,
- "Worldwide Gross": 926284377,
- "US DVD Sales": null,
- "Production Budget": 94000000,
- "Release Date": "Dec 18 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 179,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.7,
- "IMDB Votes": 326950
- },
- {
- "Title": "The Lord of the Rings: The Return of the King",
- "US Gross": 377027325,
- "Worldwide Gross": 1133027325,
- "US DVD Sales": null,
- "Production Budget": 94000000,
- "Release Date": "Dec 17 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 201,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.8,
- "IMDB Votes": 364077
- },
- {
- "Title": "The Lord of the Rings: The Fellowship of the Ring",
- "US Gross": 314776170,
- "Worldwide Gross": 868621686,
- "US DVD Sales": null,
- "Production Budget": 109000000,
- "Release Date": "Dec 19 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 178,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.8,
- "IMDB Votes": 387438
- },
- {
- "Title": "Lord of War",
- "US Gross": 24149632,
- "Worldwide Gross": 62142629,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrew Niccol",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.7,
- "IMDB Votes": 80124
- },
- {
- "Title": "Lock, Stock and Two Smoking Barrels",
- "US Gross": 3897569,
- "Worldwide Gross": 25297569,
- "US DVD Sales": null,
- "Production Budget": 1350000,
- "Release Date": "Mar 05 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gramercy",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Guy Ritchie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Last Shot",
- "US Gross": 463730,
- "Worldwide Gross": 463730,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 24 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 5.7,
- "IMDB Votes": 2711
- },
- {
- "Title": "Lonesome Jim",
- "US Gross": 154187,
- "Worldwide Gross": 154187,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Mar 24 2006",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Buscemi",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 4585
- },
- {
- "Title": "The Last Legion",
- "US Gross": 5932060,
- "Worldwide Gross": 21439015,
- "US DVD Sales": null,
- "Production Budget": 67000000,
- "Release Date": "Aug 17 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Weinstein/Dimension",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.4,
- "IMDB Votes": 12250
- },
- {
- "Title": "The Last Samurai",
- "US Gross": 111110575,
- "Worldwide Gross": 456810575,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Dec 05 2003",
- "MPAA Rating": "R",
- "Running Time min": 154,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 7.8,
- "IMDB Votes": 106002
- },
- {
- "Title": "The Last Sin Eater",
- "US Gross": 388390,
- "Worldwide Gross": 388390,
- "US DVD Sales": null,
- "Production Budget": 2200000,
- "Release Date": "Feb 09 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1012
- },
- {
- "Title": "The Last Song",
- "US Gross": 62950384,
- "Worldwide Gross": 75850384,
- "US DVD Sales": 20035017,
- "Production Budget": 20000000,
- "Release Date": "Mar 31 2010",
- "MPAA Rating": "PG",
- "Running Time min": 108,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 3.9,
- "IMDB Votes": 7210
- },
- {
- "Title": "Love Stinks",
- "US Gross": 2793776,
- "Worldwide Gross": 2793776,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Sep 10 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Independent Artists",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.3,
- "IMDB Votes": 3228
- },
- {
- "Title": "Lost in Translation",
- "US Gross": 44585453,
- "Worldwide Gross": 106454000,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Sep 12 2003",
- "MPAA Rating": "R",
- "Running Time min": 102,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sofia Coppola",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.9,
- "IMDB Votes": 130998
- },
- {
- "Title": "Last Orders",
- "US Gross": 2326407,
- "Worldwide Gross": 2326407,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Fred Schepisi",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 3463
- },
- {
- "Title": "Lost Souls",
- "US Gross": 16779636,
- "Worldwide Gross": 31320293,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Oct 13 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.5,
- "IMDB Votes": 6639
- },
- {
- "Title": "The Last Station",
- "US Gross": 6616974,
- "Worldwide Gross": 6616974,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jan 15 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 3465
- },
- {
- "Title": "The Lost World: Jurassic Park",
- "US Gross": 229086679,
- "Worldwide Gross": 786686679,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "May 22 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 134,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 77124
- },
- {
- "Title": "License to Wed",
- "US Gross": 43799818,
- "Worldwide Gross": 70799818,
- "US DVD Sales": 22782913,
- "Production Budget": 35000000,
- "Release Date": "Jul 03 2007",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ken Kwapis",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.1,
- "IMDB Votes": 15422
- },
- {
- "Title": "Looney Tunes: Back in Action",
- "US Gross": 20950820,
- "Worldwide Gross": 54540662,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 14 2003",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Short Film",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Joe Dante",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6,
- "IMDB Votes": 8604
- },
- {
- "Title": "Letters to God",
- "US Gross": 2848587,
- "Worldwide Gross": 2848587,
- "US DVD Sales": 3346596,
- "Production Budget": 3000000,
- "Release Date": "Apr 09 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Vivendi Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.4,
- "IMDB Votes": 839
- },
- {
- "Title": "Lethal Weapon 4",
- "US Gross": 130444603,
- "Worldwide Gross": 285400000,
- "US DVD Sales": null,
- "Production Budget": 140000000,
- "Release Date": "Jul 10 1998",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.4,
- "IMDB Votes": 47846
- },
- {
- "Title": "Little Man",
- "US Gross": 58636047,
- "Worldwide Gross": 101636047,
- "US DVD Sales": 32799301,
- "Production Budget": 64000000,
- "Release Date": "Jul 14 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Keenen Ivory Wayans",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.7,
- "IMDB Votes": 97
- },
- {
- "Title": "The Lucky Ones",
- "US Gross": 266967,
- "Worldwide Gross": 266967,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Sep 26 2008",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 7.1,
- "IMDB Votes": 4719
- },
- {
- "Title": "Lucky You",
- "US Gross": 5755286,
- "Worldwide Gross": 6521829,
- "US DVD Sales": 853973,
- "Production Budget": 55000000,
- "Release Date": "May 04 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Curtis Hanson",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.9,
- "IMDB Votes": 9870
- },
- {
- "Title": "Luminarias",
- "US Gross": 428535,
- "Worldwide Gross": 428535,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "May 05 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 467
- },
- {
- "Title": "Se jie",
- "US Gross": 4604982,
- "Worldwide Gross": 65696051,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 28 2007",
- "MPAA Rating": "NC-17",
- "Running Time min": 156,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 15440
- },
- {
- "Title": "Luther",
- "US Gross": 5781086,
- "Worldwide Gross": 29465190,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "RS Entertainment",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.8,
- "IMDB Votes": 5909
- },
- {
- "Title": "Love Actually",
- "US Gross": 59472278,
- "Worldwide Gross": 247967903,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Nov 07 2003",
- "MPAA Rating": "R",
- "Running Time min": 135,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.9,
- "IMDB Votes": 97921
- },
- {
- "Title": "The Little Vampire",
- "US Gross": 13555988,
- "Worldwide Gross": 13555988,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Oct 27 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2202
- },
- {
- "Title": "The Lovely Bones",
- "US Gross": 44028238,
- "Worldwide Gross": 94702568,
- "US DVD Sales": 8474087,
- "Production Budget": 65000000,
- "Release Date": "Dec 11 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Peter Jackson",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.6,
- "IMDB Votes": 32049
- },
- {
- "Title": "Herbie: Fully Loaded",
- "US Gross": 66010682,
- "Worldwide Gross": 144110682,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 22 2005",
- "MPAA Rating": "G",
- "Running Time min": 95,
- "Distributor": "Walt Disney Pictures",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Angela Robinson",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 4.7,
- "IMDB Votes": 14178
- },
- {
- "Title": "For Love of the Game",
- "US Gross": 35188640,
- "Worldwide Gross": 46112640,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 17 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 137,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.2,
- "IMDB Votes": 13612
- },
- {
- "Title": "Leaves of Grass",
- "US Gross": 20987,
- "Worldwide Gross": 20987,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Apr 02 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tim Blake Nelson",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.9,
- "IMDB Votes": 4541
- },
- {
- "Title": "Love Happens",
- "US Gross": 22965110,
- "Worldwide Gross": 30206355,
- "US DVD Sales": 7174988,
- "Production Budget": 18000000,
- "Release Date": "Sep 18 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.5,
- "IMDB Votes": 6111
- },
- {
- "Title": "Just Visiting",
- "US Gross": 4777007,
- "Worldwide Gross": 16172200,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 06 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 6923
- },
- {
- "Title": "Das Leben der Anderen",
- "US Gross": 11284657,
- "Worldwide Gross": 75284657,
- "US DVD Sales": 4225830,
- "Production Budget": 2000000,
- "Release Date": "Feb 09 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.5,
- "IMDB Votes": 75070
- },
- {
- "Title": "Love Ranch",
- "US Gross": 134904,
- "Worldwide Gross": 134904,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 30 2010",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": null,
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Taylor Hackford",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.6,
- "IMDB Votes": 163
- },
- {
- "Title": "La MÙme",
- "US Gross": 10299782,
- "Worldwide Gross": 83499782,
- "US DVD Sales": null,
- "Production Budget": 15500000,
- "Release Date": "Jun 08 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Picturehouse",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 21412
- },
- {
- "Title": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe",
- "US Gross": 291710957,
- "Worldwide Gross": 748806957,
- "US DVD Sales": 352582053,
- "Production Budget": 180000000,
- "Release Date": "Dec 09 2005",
- "MPAA Rating": "PG",
- "Running Time min": 140,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Andrew Adamson",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Longest Yard",
- "US Gross": 158119460,
- "Worldwide Gross": 190320568,
- "US DVD Sales": null,
- "Production Budget": 82000000,
- "Release Date": "May 27 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 6.2,
- "IMDB Votes": 39752
- },
- {
- "Title": "Mad City",
- "US Gross": 10561038,
- "Worldwide Gross": 10561038,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Nov 07 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Costa-Gavras",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.1,
- "IMDB Votes": 9611
- },
- {
- "Title": "Made",
- "US Gross": 5308707,
- "Worldwide Gross": 5476060,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jul 13 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.3,
- "IMDB Votes": 9720
- },
- {
- "Title": "Madagascar: Escape 2 Africa",
- "US Gross": 180010950,
- "Worldwide Gross": 599516844,
- "US DVD Sales": 108725804,
- "Production Budget": 150000000,
- "Release Date": "Nov 07 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Eric Darnell",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.8,
- "IMDB Votes": 30285
- },
- {
- "Title": "Madagascar",
- "US Gross": 193595521,
- "Worldwide Gross": 532680671,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "May 27 2005",
- "MPAA Rating": "PG",
- "Running Time min": 83,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Eric Darnell",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.6,
- "IMDB Votes": 56480
- },
- {
- "Title": "Mad Hot Ballroom",
- "US Gross": 8117961,
- "Worldwide Gross": 9079042,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.4,
- "IMDB Votes": 2562
- },
- {
- "Title": "Madison",
- "US Gross": 517262,
- "Worldwide Gross": 517262,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Apr 22 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 536
- },
- {
- "Title": "Jane Austen's Mafia",
- "US Gross": 19843795,
- "Worldwide Gross": 30143795,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jul 24 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 83,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jim Abrahams",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 7706
- },
- {
- "Title": "Paul Blart: Mall Cop",
- "US Gross": 146336178,
- "Worldwide Gross": 180449670,
- "US DVD Sales": 53105030,
- "Production Budget": 26000000,
- "Release Date": "Jan 16 2009",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Carr",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.3,
- "IMDB Votes": 23753
- },
- {
- "Title": "A Man Apart",
- "US Gross": 26500000,
- "Worldwide Gross": 44114828,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Apr 04 2003",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.7,
- "IMDB Votes": 14953
- },
- {
- "Title": "Man on Fire",
- "US Gross": 77906816,
- "Worldwide Gross": 118706816,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 23 2004",
- "MPAA Rating": "R",
- "Running Time min": 146,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 7.7,
- "IMDB Votes": 75256
- },
- {
- "Title": "Man of the House",
- "US Gross": 19699706,
- "Worldwide Gross": 22099706,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.2,
- "IMDB Votes": 3432
- },
- {
- "Title": "Man on the Moon",
- "US Gross": 34580635,
- "Worldwide Gross": 47407635,
- "US DVD Sales": null,
- "Production Budget": 52000000,
- "Release Date": "Dec 22 1999",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Milos Forman",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 7.4,
- "IMDB Votes": 49481
- },
- {
- "Title": "The Man Who Knew Too Little",
- "US Gross": 13801755,
- "Worldwide Gross": 13801755,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 14 1997",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Amiel",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.3,
- "IMDB Votes": 11307
- },
- {
- "Title": "Marci X",
- "US Gross": 1646664,
- "Worldwide Gross": 1646664,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 22 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Benjamin",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 2.4,
- "IMDB Votes": 3449
- },
- {
- "Title": "Married Life",
- "US Gross": 1506998,
- "Worldwide Gross": 1506998,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 07 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4358
- },
- {
- "Title": "The Marine",
- "US Gross": 18844784,
- "Worldwide Gross": 22165608,
- "US DVD Sales": 26786370,
- "Production Budget": 15000000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.5,
- "IMDB Votes": 13157
- },
- {
- "Title": "Son of the Mask",
- "US Gross": 17018422,
- "Worldwide Gross": 59918422,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Feb 18 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 2,
- "IMDB Votes": 15800
- },
- {
- "Title": "The Matador",
- "US Gross": 12578537,
- "Worldwide Gross": 17290120,
- "US DVD Sales": 5309636,
- "Production Budget": 10000000,
- "Release Date": "Dec 30 2005",
- "MPAA Rating": "R",
- "Running Time min": 74,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.9,
- "IMDB Votes": 25035
- },
- {
- "Title": "The Matrix",
- "US Gross": 171479930,
- "Worldwide Gross": 460279930,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Mar 31 1999",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Andy Wachowski",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 8.7,
- "IMDB Votes": 380934
- },
- {
- "Title": "Max Keeble's Big Move",
- "US Gross": 17292381,
- "Worldwide Gross": 17292381,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Oct 05 2001",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Hill",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.1,
- "IMDB Votes": 2490
- },
- {
- "Title": "May",
- "US Gross": 145540,
- "Worldwide Gross": 145540,
- "US DVD Sales": null,
- "Production Budget": 1750000,
- "Release Date": "Feb 07 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 41
- },
- {
- "Title": "Murderball",
- "US Gross": 1531154,
- "Worldwide Gross": 1722277,
- "US DVD Sales": null,
- "Production Budget": 350000,
- "Release Date": "Jul 08 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 7.8,
- "IMDB Votes": 5699
- },
- {
- "Title": "Vicky Cristina Barcelona",
- "US Gross": 23213577,
- "Worldwide Gross": 77213577,
- "US DVD Sales": 8276490,
- "Production Budget": 16000000,
- "Release Date": "Aug 15 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.4,
- "IMDB Votes": 51760
- },
- {
- "Title": "My Big Fat Greek Wedding",
- "US Gross": 241438208,
- "Worldwide Gross": 368744044,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 19 2002",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "IFC Films",
- "Source": "Based on Play",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Zwick",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.6,
- "IMDB Votes": 46548
- },
- {
- "Title": "My Best Friend's Girl",
- "US Gross": 19219250,
- "Worldwide Gross": 34787111,
- "US DVD Sales": 18449619,
- "Production Budget": 20000000,
- "Release Date": "Sep 19 2008",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Howard Deutch",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.8,
- "IMDB Votes": 14617
- },
- {
- "Title": "Monkeybone",
- "US Gross": 5409517,
- "Worldwide Gross": 5409517,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Feb 23 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.5,
- "IMDB Votes": 8211
- },
- {
- "Title": "Meet the Browns",
- "US Gross": 41975388,
- "Worldwide Gross": 41975388,
- "US DVD Sales": 18271961,
- "Production Budget": 20000000,
- "Release Date": "Mar 21 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tyler Perry",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 3.1,
- "IMDB Votes": 3362
- },
- {
- "Title": "My Bloody Valentine",
- "US Gross": 51545952,
- "Worldwide Gross": 98817028,
- "US DVD Sales": 20831900,
- "Production Budget": 14000000,
- "Release Date": "Jan 16 2009",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Lionsgate",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 18037
- },
- {
- "Title": "Wu ji",
- "US Gross": 669625,
- "Worldwide Gross": 35869934,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "May 05 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Warner Independent",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 5733
- },
- {
- "Title": "McHale's Navy",
- "US Gross": 4408420,
- "Worldwide Gross": 4408420,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Apr 18 1997",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 3.9,
- "IMDB Votes": 3466
- },
- {
- "Title": "The Martian Child",
- "US Gross": 7500310,
- "Worldwide Gross": 9076823,
- "US DVD Sales": 7705880,
- "Production Budget": 27000000,
- "Release Date": "Nov 02 2007",
- "MPAA Rating": "PG",
- "Running Time min": 107,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Manchurian Candidate",
- "US Gross": 65948711,
- "Worldwide Gross": 96148711,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jul 30 2004",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Jonathan Demme",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.7,
- "IMDB Votes": 36553
- },
- {
- "Title": "Mickey Blue Eyes",
- "US Gross": 33864342,
- "Worldwide Gross": 53864342,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 20 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.7,
- "IMDB Votes": 16646
- },
- {
- "Title": "Michael Clayton",
- "US Gross": 49033882,
- "Worldwide Gross": 92987651,
- "US DVD Sales": 18802372,
- "Production Budget": 21500000,
- "Release Date": "Oct 05 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Gilroy",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.5,
- "IMDB Votes": 59493
- },
- {
- "Title": "Master and Commander: The Far Side of the World",
- "US Gross": 93926386,
- "Worldwide Gross": 209486484,
- "US DVD Sales": null,
- "Production Budget": 135000000,
- "Release Date": "Nov 14 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 138,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Peter Weir",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.5,
- "IMDB Votes": 63632
- },
- {
- "Title": "Nanny McPhee and the Big Bang",
- "US Gross": 27776620,
- "Worldwide Gross": 90676620,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Aug 20 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2326
- },
- {
- "Title": "Nanny McPhee",
- "US Gross": 47279279,
- "Worldwide Gross": 122540909,
- "US DVD Sales": 42041450,
- "Production Budget": 25000000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.7,
- "IMDB Votes": 13391
- },
- {
- "Title": "Mean Creek",
- "US Gross": 603951,
- "Worldwide Gross": 967749,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Aug 20 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 14472
- },
- {
- "Title": "The Medallion",
- "US Gross": 22108977,
- "Worldwide Gross": 22108977,
- "US DVD Sales": null,
- "Production Budget": 41000000,
- "Release Date": "Aug 22 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 4.7,
- "IMDB Votes": 10121
- },
- {
- "Title": "Meet Dave",
- "US Gross": 11803254,
- "Worldwide Gross": 50648806,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 11 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Brian Robbins",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 4.8,
- "IMDB Votes": 13381
- },
- {
- "Title": "Million Dollar Baby",
- "US Gross": 100492203,
- "Worldwide Gross": 216763646,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 15 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.2,
- "IMDB Votes": 141212
- },
- {
- "Title": "Madea Goes To Jail",
- "US Gross": 90508336,
- "Worldwide Gross": 90508336,
- "US DVD Sales": 27100919,
- "Production Budget": 17500000,
- "Release Date": "Feb 20 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tyler Perry",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 3.1,
- "IMDB Votes": 5468
- },
- {
- "Title": "Made of Honor",
- "US Gross": 46012734,
- "Worldwide Gross": 105508112,
- "US DVD Sales": 14330761,
- "Production Budget": 40000000,
- "Release Date": "May 02 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Weiland",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5.5,
- "IMDB Votes": 15260
- },
- {
- "Title": "Mean Girls",
- "US Gross": 86047227,
- "Worldwide Gross": 128947227,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Apr 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark Waters",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7,
- "IMDB Votes": 63607
- },
- {
- "Title": "Mean Machine",
- "US Gross": 92723,
- "Worldwide Gross": 92723,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Feb 22 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 12754
- },
- {
- "Title": "Meet the Deedles",
- "US Gross": 4356126,
- "Worldwide Gross": 4356126,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Mar 27 1998",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 3.4,
- "IMDB Votes": 1379
- },
- {
- "Title": "Me, Myself & Irene",
- "US Gross": 90570999,
- "Worldwide Gross": 149270999,
- "US DVD Sales": null,
- "Production Budget": 51000000,
- "Release Date": "Jun 23 2000",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.9,
- "IMDB Votes": 215
- },
- {
- "Title": "Memoirs of a Geisha",
- "US Gross": 57010853,
- "Worldwide Gross": 161510853,
- "US DVD Sales": 32837435,
- "Production Budget": 85000000,
- "Release Date": "Dec 09 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 145,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Rob Marshall",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 7.1,
- "IMDB Votes": 38695
- },
- {
- "Title": "Men in Black",
- "US Gross": 250690539,
- "Worldwide Gross": 587790539,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 01 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7,
- "IMDB Votes": 119704
- },
- {
- "Title": "Men of Honor",
- "US Gross": 48814909,
- "Worldwide Gross": 82339483,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Nov 10 2000",
- "MPAA Rating": "R",
- "Running Time min": 128,
- "Distributor": "20th Century Fox",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.8,
- "IMDB Votes": 30630
- },
- {
- "Title": "Memento",
- "US Gross": 25544867,
- "Worldwide Gross": 39665950,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 16 2001",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "Newmarket Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.7,
- "IMDB Votes": 274524
- },
- {
- "Title": "Mercury Rising",
- "US Gross": 32983332,
- "Worldwide Gross": 32983332,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 03 1998",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Harold Becker",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.8,
- "IMDB Votes": 21449
- },
- {
- "Title": "Mercy Streets",
- "US Gross": 173599,
- "Worldwide Gross": 173599,
- "US DVD Sales": null,
- "Production Budget": 600000,
- "Release Date": "Oct 31 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 4.9,
- "IMDB Votes": 307
- },
- {
- "Title": "Joyeux NoÎl",
- "US Gross": 1054361,
- "Worldwide Gross": 1054361,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Mar 03 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 9363
- },
- {
- "Title": "Message in a Bottle",
- "US Gross": 52880016,
- "Worldwide Gross": 52880016,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Feb 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5.6,
- "IMDB Votes": 13108
- },
- {
- "Title": "Meet Joe Black",
- "US Gross": 44650003,
- "Worldwide Gross": 44650003,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Nov 13 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 154,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Martin Brest",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.9,
- "IMDB Votes": 56067
- },
- {
- "Title": "Maria Full of Grace",
- "US Gross": 6529624,
- "Worldwide Gross": 9892434,
- "US DVD Sales": null,
- "Production Budget": 3200000,
- "Release Date": "Jul 16 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 16134
- },
- {
- "Title": "Megiddo: Omega Code 2",
- "US Gross": 6047691,
- "Worldwide Gross": 6047691,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Sep 21 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "8X Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Magnolia",
- "US Gross": 22450975,
- "Worldwide Gross": 48446802,
- "US DVD Sales": null,
- "Production Budget": 37000000,
- "Release Date": "Dec 17 1999",
- "MPAA Rating": "R",
- "Running Time min": 188,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Thomas Anderson",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 8,
- "IMDB Votes": 121540
- },
- {
- "Title": "The Men Who Stare at Goats",
- "US Gross": 32428195,
- "Worldwide Gross": 67348218,
- "US DVD Sales": 8155901,
- "Production Budget": 24000000,
- "Release Date": "Nov 06 2009",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Overture Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Grant Heslov",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.4,
- "IMDB Votes": 33763
- },
- {
- "Title": "Marilyn Hotchkiss' Ballroom Dancing and Charm School",
- "US Gross": 349132,
- "Worldwide Gross": 399114,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": "Remake",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 1351
- },
- {
- "Title": "Men in Black 2",
- "US Gross": 190418803,
- "Worldwide Gross": 441818803,
- "US DVD Sales": null,
- "Production Budget": 140000000,
- "Release Date": "Jul 03 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 88,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 467
- },
- {
- "Title": "Micmacs",
- "US Gross": 1237269,
- "Worldwide Gross": 11734498,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "May 28 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Jean-Pierre Jeunet",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The House of Mirth",
- "US Gross": 3041803,
- "Worldwide Gross": 3041803,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.8,
- "IMDB Votes": 4489
- },
- {
- "Title": "Miss Congeniality 2: Armed and Fabulous",
- "US Gross": 48478006,
- "Worldwide Gross": 101382396,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Mar 24 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Pasquin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 14297
- },
- {
- "Title": "Mission: Impossible 2",
- "US Gross": 215409889,
- "Worldwide Gross": 546209889,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "May 24 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 86222
- },
- {
- "Title": "Mission: Impossible III",
- "US Gross": 133501348,
- "Worldwide Gross": 397501348,
- "US DVD Sales": 49824367,
- "Production Budget": 150000000,
- "Release Date": "May 05 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "J.J. Abrams",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.9,
- "IMDB Votes": 74174
- },
- {
- "Title": "Miss Congeniality",
- "US Gross": 106807667,
- "Worldwide Gross": 212100000,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 22 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.1,
- "IMDB Votes": 42323
- },
- {
- "Title": "The Missing",
- "US Gross": 26900336,
- "Worldwide Gross": 38253433,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Nov 26 2003",
- "MPAA Rating": "R",
- "Running Time min": 137,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Ron Howard",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 7.4,
- "IMDB Votes": 19068
- },
- {
- "Title": "Mighty Joe Young",
- "US Gross": 50632037,
- "Worldwide Gross": 50632037,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": "PG",
- "Running Time min": 114,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 5.4,
- "IMDB Votes": 9187
- },
- {
- "Title": "The Majestic",
- "US Gross": 27796042,
- "Worldwide Gross": 37306334,
- "US DVD Sales": null,
- "Production Budget": 72000000,
- "Release Date": "Dec 21 2001",
- "MPAA Rating": "PG",
- "Running Time min": 153,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Frank Darabont",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.8,
- "IMDB Votes": 24809
- },
- {
- "Title": "Martin Lawrence Live: RunTelDat",
- "US Gross": 19184820,
- "Worldwide Gross": 19184820,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Aug 02 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Concert/Performance",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1166
- },
- {
- "Title": "Malibu's Most Wanted",
- "US Gross": 34308901,
- "Worldwide Gross": 34499204,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 18 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 4.8,
- "IMDB Votes": 8159
- },
- {
- "Title": "Must Love Dogs",
- "US Gross": 43894863,
- "Worldwide Gross": 58894863,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Jul 29 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.9,
- "IMDB Votes": 13491
- },
- {
- "Title": "My Life Without Me",
- "US Gross": 432360,
- "Worldwide Gross": 9476113,
- "US DVD Sales": null,
- "Production Budget": 2500000,
- "Release Date": "Sep 26 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.6,
- "IMDB Votes": 11022
- },
- {
- "Title": "Mission to Mars",
- "US Gross": 60874615,
- "Worldwide Gross": 106000000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Mar 10 2000",
- "MPAA Rating": "PG",
- "Running Time min": 116,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.1,
- "IMDB Votes": 32449
- },
- {
- "Title": "MirrorMask",
- "US Gross": 864959,
- "Worldwide Gross": 864959,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7,
- "IMDB Votes": 10398
- },
- {
- "Title": "Mumford",
- "US Gross": 4559569,
- "Worldwide Gross": 4559569,
- "US DVD Sales": null,
- "Production Budget": 28700000,
- "Release Date": "Sep 24 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lawrence Kasdan",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.7,
- "IMDB Votes": 6303
- },
- {
- "Title": "Mindhunters",
- "US Gross": 4476235,
- "Worldwide Gross": 16566235,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Renny Harlin",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 6.2,
- "IMDB Votes": 23357
- },
- {
- "Title": "Captain Corelli's Mandolin",
- "US Gross": 25528495,
- "Worldwide Gross": 62097495,
- "US DVD Sales": null,
- "Production Budget": 57000000,
- "Release Date": "Aug 17 2001",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "John Madden",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 5.7,
- "IMDB Votes": 14706
- },
- {
- "Title": "Manderlay",
- "US Gross": 74205,
- "Worldwide Gross": 543306,
- "US DVD Sales": null,
- "Production Budget": 14200000,
- "Release Date": "Jan 27 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Lars Von Trier",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 8986
- },
- {
- "Title": "Midnight in the Garden of Good and Evil",
- "US Gross": 25078937,
- "Worldwide Gross": 25078937,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 21 1997",
- "MPAA Rating": "R",
- "Running Time min": 155,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.5,
- "IMDB Votes": 18960
- },
- {
- "Title": "The Man in the Iron Mask",
- "US Gross": 56968169,
- "Worldwide Gross": 56968169,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 13 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 7.2,
- "IMDB Votes": 561
- },
- {
- "Title": "Monster-in-Law",
- "US Gross": 82931301,
- "Worldwide Gross": 155931301,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Luketic",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.1,
- "IMDB Votes": 16320
- },
- {
- "Title": "Moonlight Mile",
- "US Gross": 6830957,
- "Worldwide Gross": 6830957,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Sep 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brad Silberling",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8346
- },
- {
- "Title": "Mona Lisa Smile",
- "US Gross": 63803100,
- "Worldwide Gross": 121598309,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 19 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23657
- },
- {
- "Title": "Monster's Ball",
- "US Gross": 31273922,
- "Worldwide Gross": 44873922,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 26 2001",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Marc Forster",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.2,
- "IMDB Votes": 38023
- },
- {
- "Title": "MoliËre",
- "US Gross": 635733,
- "Worldwide Gross": 791154,
- "US DVD Sales": null,
- "Production Budget": 21600000,
- "Release Date": "Jul 27 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 265
- },
- {
- "Title": "Molly",
- "US Gross": 17396,
- "Worldwide Gross": 17396,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5.6,
- "IMDB Votes": 1563
- },
- {
- "Title": "Monster House",
- "US Gross": 73661010,
- "Worldwide Gross": 140161010,
- "US DVD Sales": 71719512,
- "Production Budget": 75000000,
- "Release Date": "Jul 21 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Gil Kenan",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.8,
- "IMDB Votes": 20689
- },
- {
- "Title": "Mononoke-hime",
- "US Gross": 2374107,
- "Worldwide Gross": 150350000,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 29 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Hayao Miyazaki",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.3,
- "IMDB Votes": 65773
- },
- {
- "Title": "Monsoon Wedding",
- "US Gross": 13876974,
- "Worldwide Gross": 13876974,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Feb 22 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "USA Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 11314
- },
- {
- "Title": "Monster",
- "US Gross": 34469210,
- "Worldwide Gross": 58003694,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Dec 24 2003",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Newmarket Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.4,
- "IMDB Votes": 39908
- },
- {
- "Title": "Monsters, Inc.",
- "US Gross": 255870172,
- "Worldwide Gross": 526864330,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "Nov 02 2001",
- "MPAA Rating": "G",
- "Running Time min": 95,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "David Silverman",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.4,
- "IMDB Votes": 39908
- },
- {
- "Title": "Mondays in the Sun",
- "US Gross": 146402,
- "Worldwide Gross": 146402,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jul 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Money Talks",
- "US Gross": 41076865,
- "Worldwide Gross": 41076865,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 22 1997",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.7,
- "IMDB Votes": 8640
- },
- {
- "Title": "Moon",
- "US Gross": 5010163,
- "Worldwide Gross": 6934829,
- "US DVD Sales": 1978111,
- "Production Budget": 5000000,
- "Release Date": "Jun 12 2009",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 55251
- },
- {
- "Title": "Welcome to Mooseport",
- "US Gross": 14469428,
- "Worldwide Gross": 14469428,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Feb 20 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.2,
- "IMDB Votes": 6907
- },
- {
- "Title": "Morvern Callar",
- "US Gross": 267194,
- "Worldwide Gross": 267194,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 20 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.4,
- "IMDB Votes": 3831
- },
- {
- "Title": "The Mothman Prophecies",
- "US Gross": 35228696,
- "Worldwide Gross": 54639865,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jan 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.5,
- "IMDB Votes": 26948
- },
- {
- "Title": "Moulin Rouge",
- "US Gross": 57386369,
- "Worldwide Gross": 179213196,
- "US DVD Sales": null,
- "Production Budget": 53000000,
- "Release Date": "May 18 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Baz Luhrmann",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 2105
- },
- {
- "Title": "Me and Orson Welles",
- "US Gross": 1190003,
- "Worldwide Gross": 1190003,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 25 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Freestyle Releasing",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.1,
- "IMDB Votes": 2417
- },
- {
- "Title": "Meet the Fockers",
- "US Gross": 279167575,
- "Worldwide Gross": 516567575,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 22 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.4,
- "IMDB Votes": 69613
- },
- {
- "Title": "Meet the Parents",
- "US Gross": 166225040,
- "Worldwide Gross": 301500000,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Oct 06 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7,
- "IMDB Votes": 84924
- },
- {
- "Title": "Mr. 3000",
- "US Gross": 21800302,
- "Worldwide Gross": 21827296,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 5.6,
- "IMDB Votes": 6202
- },
- {
- "Title": "The Miracle",
- "US Gross": 64378093,
- "Worldwide Gross": 64445708,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Feb 06 2004",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 126
- },
- {
- "Title": "Minority Report",
- "US Gross": 132024714,
- "Worldwide Gross": 358824714,
- "US DVD Sales": null,
- "Production Budget": 102000000,
- "Release Date": "Jun 21 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 145,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.7,
- "IMDB Votes": 135142
- },
- {
- "Title": "The Fantastic Mr. Fox",
- "US Gross": 20999103,
- "Worldwide Gross": 46467231,
- "US DVD Sales": 7571489,
- "Production Budget": 40000000,
- "Release Date": "Nov 13 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Wes Anderson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Mr. Nice Guy",
- "US Gross": 12716953,
- "Worldwide Gross": 31716953,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Mar 20 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sammo Hung Kam-Bo",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 174
- },
- {
- "Title": "Mrs. Henderson Presents",
- "US Gross": 11036366,
- "Worldwide Gross": 14466366,
- "US DVD Sales": 5796061,
- "Production Budget": 20000000,
- "Release Date": "Dec 09 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.1,
- "IMDB Votes": 8831
- },
- {
- "Title": "Mortal Kombat: Annihilation",
- "US Gross": 35927406,
- "Worldwide Gross": 51327406,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 21 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "New Line",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 3.2,
- "IMDB Votes": 16672
- },
- {
- "Title": "Marvin's Room",
- "US Gross": 12803305,
- "Worldwide Gross": 12803305,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Dec 20 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.6,
- "IMDB Votes": 9684
- },
- {
- "Title": "Miracle at St. Anna",
- "US Gross": 7916887,
- "Worldwide Gross": 9110458,
- "US DVD Sales": 9178061,
- "Production Budget": 45000000,
- "Release Date": "Sep 26 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8559
- },
- {
- "Title": "Mouse Hunt",
- "US Gross": 61894591,
- "Worldwide Gross": 61894591,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Dec 19 1997",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 14934
- },
- {
- "Title": "Masked and Anonymous",
- "US Gross": 533344,
- "Worldwide Gross": 533344,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Jul 24 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Larry Charles",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.3,
- "IMDB Votes": 2762
- },
- {
- "Title": "Miss Potter",
- "US Gross": 3005605,
- "Worldwide Gross": 35025861,
- "US DVD Sales": 7821056,
- "Production Budget": 30000000,
- "Release Date": "Dec 29 2006",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Chris Noonan",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.1,
- "IMDB Votes": 10236
- },
- {
- "Title": "The Missing Person",
- "US Gross": 17896,
- "Worldwide Gross": 17896,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 416
- },
- {
- "Title": "Meet the Spartans",
- "US Gross": 38233676,
- "Worldwide Gross": 84646831,
- "US DVD Sales": 12248893,
- "Production Budget": 30000000,
- "Release Date": "Jan 25 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Jason Friedberg",
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 2.4,
- "IMDB Votes": 47281
- },
- {
- "Title": "Mystery, Alaska",
- "US Gross": 8891623,
- "Worldwide Gross": 8891623,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Oct 01 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Roach",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.5,
- "IMDB Votes": 1338
- },
- {
- "Title": "Match Point",
- "US Gross": 23089926,
- "Worldwide Gross": 87989926,
- "US DVD Sales": 7210408,
- "Production Budget": 15000000,
- "Release Date": "Dec 28 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.8,
- "IMDB Votes": 65704
- },
- {
- "Title": "Mother and Child",
- "US Gross": 1105266,
- "Worldwide Gross": 1105266,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "May 07 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 900
- },
- {
- "Title": "A Mighty Heart",
- "US Gross": 9176787,
- "Worldwide Gross": 18932117,
- "US DVD Sales": 5455645,
- "Production Budget": 15000000,
- "Release Date": "Jun 22 2007",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Michael Winterbottom",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.7,
- "IMDB Votes": 13881
- },
- {
- "Title": "Metropolis (2002)",
- "US Gross": 673414,
- "Worldwide Gross": 673414,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Matrix Reloaded",
- "US Gross": 281553689,
- "Worldwide Gross": 738576929,
- "US DVD Sales": null,
- "Production Budget": 127000000,
- "Release Date": "May 15 2003",
- "MPAA Rating": "R",
- "Running Time min": 138,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Andy Wachowski",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.1,
- "IMDB Votes": 148874
- },
- {
- "Title": "The Matrix Revolutions",
- "US Gross": 139259759,
- "Worldwide Gross": 424259759,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Nov 05 2003",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Andy Wachowski",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.5,
- "IMDB Votes": 123347
- },
- {
- "Title": "The Mudge Boy",
- "US Gross": 62544,
- "Worldwide Gross": 62544,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "May 07 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 1576
- },
- {
- "Title": "Mulan",
- "US Gross": 120620254,
- "Worldwide Gross": 303500000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jun 19 1998",
- "MPAA Rating": "G",
- "Running Time min": 88,
- "Distributor": "Walt Disney Pictures",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 7.2,
- "IMDB Votes": 34256
- },
- {
- "Title": "Mulholland Drive",
- "US Gross": 7219578,
- "Worldwide Gross": 11919578,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 08 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Lynch",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.9,
- "IMDB Votes": 103026
- },
- {
- "Title": "The Mummy",
- "US Gross": 155385488,
- "Worldwide Gross": 416385488,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "May 07 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6.8,
- "IMDB Votes": 95658
- },
- {
- "Title": "The Mummy Returns",
- "US Gross": 202007640,
- "Worldwide Gross": 433007640,
- "US DVD Sales": null,
- "Production Budget": 98000000,
- "Release Date": "May 04 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 129,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.2,
- "IMDB Votes": 68084
- },
- {
- "Title": "The Mummy: Tomb of the Dragon Emperor",
- "US Gross": 102491776,
- "Worldwide Gross": 397912118,
- "US DVD Sales": 43147886,
- "Production Budget": 175000000,
- "Release Date": "Aug 01 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.1,
- "IMDB Votes": 41570
- },
- {
- "Title": "Munich",
- "US Gross": 47379090,
- "Worldwide Gross": 130279090,
- "US DVD Sales": 33113440,
- "Production Budget": 75000000,
- "Release Date": "Dec 23 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.8,
- "IMDB Votes": 79529
- },
- {
- "Title": "Muppets From Space",
- "US Gross": 16304786,
- "Worldwide Gross": 16304786,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Jul 14 1999",
- "MPAA Rating": "G",
- "Running Time min": 88,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Hill",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.1,
- "IMDB Votes": 5945
- },
- {
- "Title": "Murder by Numbers",
- "US Gross": 31874869,
- "Worldwide Gross": 56643267,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Apr 19 2002",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barbet Schroeder",
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5.9,
- "IMDB Votes": 22318
- },
- {
- "Title": "The Muse",
- "US Gross": 11614954,
- "Worldwide Gross": 11614954,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Albert Brooks",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 5.5,
- "IMDB Votes": 6507
- },
- {
- "Title": "Night at the Museum",
- "US Gross": 250863268,
- "Worldwide Gross": 574480841,
- "US DVD Sales": 153389976,
- "Production Budget": 110000000,
- "Release Date": "Dec 22 2006",
- "MPAA Rating": "PG",
- "Running Time min": 108,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.4,
- "IMDB Votes": 67133
- },
- {
- "Title": "The Musketeer",
- "US Gross": 27053815,
- "Worldwide Gross": 27053815,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Sep 07 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Peter Hyams",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.4,
- "IMDB Votes": 7812
- },
- {
- "Title": "Music and Lyrics",
- "US Gross": 50572589,
- "Worldwide Gross": 145556146,
- "US DVD Sales": 21145518,
- "Production Budget": 40000000,
- "Release Date": "Feb 14 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.6,
- "IMDB Votes": 32307
- },
- {
- "Title": "The Merchant of Venice",
- "US Gross": 3765585,
- "Worldwide Gross": 18765585,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 29 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Michael Radford",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 14021
- },
- {
- "Title": "Miami Vice",
- "US Gross": 63478838,
- "Worldwide Gross": 163818556,
- "US DVD Sales": 37652030,
- "Production Budget": 135000000,
- "Release Date": "Jul 28 2006",
- "MPAA Rating": "R",
- "Running Time min": 132,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6,
- "IMDB Votes": 51921
- },
- {
- "Title": "Monsters vs. Aliens",
- "US Gross": 198351526,
- "Worldwide Gross": 381687380,
- "US DVD Sales": 83851943,
- "Production Budget": 175000000,
- "Release Date": "Mar 27 2009",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Rob Letterman",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.8,
- "IMDB Votes": 26582
- },
- {
- "Title": "A Mighty Wind",
- "US Gross": 17583468,
- "Worldwide Gross": 18552708,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Apr 16 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christopher Guest",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.2,
- "IMDB Votes": 13602
- },
- {
- "Title": "The Mexican",
- "US Gross": 66808615,
- "Worldwide Gross": 147808615,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 02 2001",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 5.9,
- "IMDB Votes": 37696
- },
- {
- "Title": "My Best Friend's Wedding",
- "US Gross": 126813153,
- "Worldwide Gross": 287200000,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "Jun 20 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "P.J. Hogan",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.2,
- "IMDB Votes": 37287
- },
- {
- "Title": "Dude, Where's My Car?",
- "US Gross": 46729374,
- "Worldwide Gross": 73180297,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Dec 15 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 83,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "My Dog Skip",
- "US Gross": 34099640,
- "Worldwide Gross": 35512760,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Jan 12 2000",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Kids Fiction",
- "Director": "Jay Russell",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.9,
- "IMDB Votes": 9029
- },
- {
- "Title": "My Date With Drew",
- "US Gross": 181041,
- "Worldwide Gross": 181041,
- "US DVD Sales": null,
- "Production Budget": 1100,
- "Release Date": "Aug 05 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "DEJ Productions",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 2961
- },
- {
- "Title": "Me and You and Everyone We Know",
- "US Gross": 3885134,
- "Worldwide Gross": 5409058,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 17 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.4,
- "IMDB Votes": 17135
- },
- {
- "Title": "My Favorite Martian",
- "US Gross": 36850101,
- "Worldwide Gross": 36850101,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Feb 12 1999",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": "Donald Petrie",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.5,
- "IMDB Votes": 4918
- },
- {
- "Title": "My Fellow Americans",
- "US Gross": 22331846,
- "Worldwide Gross": 22331846,
- "US DVD Sales": null,
- "Production Budget": 21500000,
- "Release Date": "Dec 20 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.3,
- "IMDB Votes": 6366
- },
- {
- "Title": "My Sister's Keeper",
- "US Gross": 49200230,
- "Worldwide Gross": 89053995,
- "US DVD Sales": 21467223,
- "Production Budget": 27500000,
- "Release Date": "Jun 26 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nick Cassavetes",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 7.4,
- "IMDB Votes": 13839
- },
- {
- "Title": "My Summer of Love",
- "US Gross": 1000915,
- "Worldwide Gross": 3800915,
- "US DVD Sales": null,
- "Production Budget": 1700000,
- "Release Date": "Jun 17 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 7242
- },
- {
- "Title": "The Mystery Men",
- "US Gross": 29762011,
- "Worldwide Gross": 29762011,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Aug 06 1999",
- "MPAA Rating": "PG",
- "Running Time min": 120,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Mystic River",
- "US Gross": 90135191,
- "Worldwide Gross": 156835191,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Oct 08 2003",
- "MPAA Rating": "R",
- "Running Time min": 137,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 8,
- "IMDB Votes": 119484
- },
- {
- "Title": "Nacho Libre",
- "US Gross": 80197993,
- "Worldwide Gross": 99197993,
- "US DVD Sales": 46582125,
- "Production Budget": 32000000,
- "Release Date": "Jun 16 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jared Hess",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.7,
- "IMDB Votes": 31455
- },
- {
- "Title": "Narc",
- "US Gross": 10465659,
- "Worldwide Gross": 10465659,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Dec 20 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joe Carnahan",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.3,
- "IMDB Votes": 19248
- },
- {
- "Title": "The Chronicles of Narnia: Prince Caspian",
- "US Gross": 141621490,
- "Worldwide Gross": 419490286,
- "US DVD Sales": 77773230,
- "Production Budget": 225000000,
- "Release Date": "May 16 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Andrew Adamson",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.9,
- "IMDB Votes": 46608
- },
- {
- "Title": "National Treasure",
- "US Gross": 173005002,
- "Worldwide Gross": 347405002,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Nov 19 2004",
- "MPAA Rating": "PG",
- "Running Time min": 131,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Turteltaub",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.9,
- "IMDB Votes": 83989
- },
- {
- "Title": "The Nativity Story",
- "US Gross": 37629831,
- "Worldwide Gross": 46432264,
- "US DVD Sales": 26142500,
- "Production Budget": 35000000,
- "Release Date": "Dec 01 2006",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Catherine Hardwicke",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.6,
- "IMDB Votes": 4701
- },
- {
- "Title": "Never Back Down",
- "US Gross": 24850922,
- "Worldwide Gross": 39319801,
- "US DVD Sales": 18692319,
- "Production Budget": 21000000,
- "Release Date": "Mar 14 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6.2,
- "IMDB Votes": 21708
- },
- {
- "Title": "Into the Blue",
- "US Gross": 18782227,
- "Worldwide Gross": 41982227,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.7,
- "IMDB Votes": 22859
- },
- {
- "Title": "Shinjuku Incident",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Feb 05 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "No Country for Old Men",
- "US Gross": 74273505,
- "Worldwide Gross": 162103209,
- "US DVD Sales": 45877844,
- "Production Budget": 25000000,
- "Release Date": "Nov 09 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8.3,
- "IMDB Votes": 197898
- },
- {
- "Title": "The Incredibles",
- "US Gross": 261441092,
- "Worldwide Gross": 632882184,
- "US DVD Sales": null,
- "Production Budget": 92000000,
- "Release Date": "Nov 05 2004",
- "MPAA Rating": "PG",
- "Running Time min": 121,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Brad Bird",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8.1,
- "IMDB Votes": 159123
- },
- {
- "Title": "The Negotiator",
- "US Gross": 44705766,
- "Worldwide Gross": 49105766,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jul 29 1998",
- "MPAA Rating": "R",
- "Running Time min": 138,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "F. Gary Gray",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.2,
- "IMDB Votes": 46511
- },
- {
- "Title": "A Nightmare on Elm Street",
- "US Gross": 63075011,
- "Worldwide Gross": 105175011,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Apr 30 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.3,
- "IMDB Votes": 12554
- },
- {
- "Title": "Not Easily Broken",
- "US Gross": 10572742,
- "Worldwide Gross": 10572742,
- "US DVD Sales": 13828911,
- "Production Budget": 5000000,
- "Release Date": "Jan 09 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bill Duke",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.2,
- "IMDB Votes": 1010
- },
- {
- "Title": "The New Guy",
- "US Gross": 28972187,
- "Worldwide Gross": 28972187,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "May 10 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 88,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.4,
- "IMDB Votes": 14268
- },
- {
- "Title": "The Newton Boys",
- "US Gross": 10341093,
- "Worldwide Gross": 10341093,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Mar 27 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 5.7,
- "IMDB Votes": 4443
- },
- {
- "Title": "The Next Best Thing",
- "US Gross": 14983572,
- "Worldwide Gross": 24355762,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 03 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Schlesinger",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 4.4,
- "IMDB Votes": 6104
- },
- {
- "Title": "Northfork",
- "US Gross": 1420578,
- "Worldwide Gross": 1445140,
- "US DVD Sales": null,
- "Production Budget": 1900000,
- "Release Date": "Jul 11 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Michael Polish",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.3,
- "IMDB Votes": 3776
- },
- {
- "Title": "In Good Company",
- "US Gross": 45489752,
- "Worldwide Gross": 63489752,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Dec 29 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.8,
- "IMDB Votes": 25695
- },
- {
- "Title": "Notting Hill",
- "US Gross": 116089678,
- "Worldwide Gross": 363728226,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "May 28 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.9,
- "IMDB Votes": 66362
- },
- {
- "Title": "Little Nicky",
- "US Gross": 39442871,
- "Worldwide Gross": 58270391,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 10 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5,
- "IMDB Votes": 35082
- },
- {
- "Title": "Nicholas Nickleby",
- "US Gross": 1562800,
- "Worldwide Gross": 1562800,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 27 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "United Artists",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.3,
- "IMDB Votes": 4968
- },
- {
- "Title": "Nim's Island",
- "US Gross": 48006762,
- "Worldwide Gross": 94081683,
- "US DVD Sales": 18322434,
- "Production Budget": 37000000,
- "Release Date": "Apr 04 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6,
- "IMDB Votes": 10391
- },
- {
- "Title": "Ninja Assassin",
- "US Gross": 38122883,
- "Worldwide Gross": 57422883,
- "US DVD Sales": 14085314,
- "Production Budget": 50000000,
- "Release Date": "Nov 25 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "James McTeigue",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6.3,
- "IMDB Votes": 20078
- },
- {
- "Title": "The Ninth Gate",
- "US Gross": 18653746,
- "Worldwide Gross": 58394308,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Mar 10 2000",
- "MPAA Rating": "R",
- "Running Time min": 133,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 50510
- },
- {
- "Title": "Never Let Me Go",
- "US Gross": 186830,
- "Worldwide Gross": 186830,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 15 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 7.3,
- "IMDB Votes": 252
- },
- {
- "Title": "Lucky Numbers",
- "US Gross": 10014234,
- "Worldwide Gross": 10014234,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Oct 27 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nora Ephron",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 4.9,
- "IMDB Votes": 5461
- },
- {
- "Title": "Night at the Museum: Battle of the Smithsonian",
- "US Gross": 177243721,
- "Worldwide Gross": 413054631,
- "US DVD Sales": 48547729,
- "Production Budget": 150000000,
- "Release Date": "May 22 2009",
- "MPAA Rating": "PG",
- "Running Time min": 104,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 25631
- },
- {
- "Title": "Nick and Norah's Infinite Playlist",
- "US Gross": 31487293,
- "Worldwide Gross": 31487293,
- "US DVD Sales": 10327750,
- "Production Budget": 10000000,
- "Release Date": "Oct 03 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Sollett",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.8,
- "IMDB Votes": 24021
- },
- {
- "Title": "Notorious",
- "US Gross": 36842118,
- "Worldwide Gross": 44473591,
- "US DVD Sales": 21503929,
- "Production Budget": 19000000,
- "Release Date": "Jan 16 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.3,
- "IMDB Votes": 9811
- },
- {
- "Title": "No End In Sight",
- "US Gross": 1433319,
- "Worldwide Gross": 1433319,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jul 27 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.3,
- "IMDB Votes": 4086
- },
- {
- "Title": "Nomad",
- "US Gross": 79123,
- "Worldwide Gross": 79123,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 16 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 1224
- },
- {
- "Title": "No Man's Land",
- "US Gross": 1067481,
- "Worldwide Gross": 2684207,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Dec 07 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8,
- "IMDB Votes": 19600
- },
- {
- "Title": "No Reservations",
- "US Gross": 43107979,
- "Worldwide Gross": 92107979,
- "US DVD Sales": 27029295,
- "Production Budget": 28000000,
- "Release Date": "Jul 27 2007",
- "MPAA Rating": "PG",
- "Running Time min": 103,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.3,
- "IMDB Votes": 16952
- },
- {
- "Title": "The Notebook",
- "US Gross": 81001787,
- "Worldwide Gross": 102276787,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 25 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nick Cassavetes",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 8,
- "IMDB Votes": 95850
- },
- {
- "Title": "November",
- "US Gross": 191862,
- "Worldwide Gross": 191862,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Jul 22 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 2189
- },
- {
- "Title": "Novocaine",
- "US Gross": 2025238,
- "Worldwide Gross": 2522928,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Nov 16 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.8,
- "IMDB Votes": 6233
- },
- {
- "Title": "Nowhere in Africa",
- "US Gross": 6173485,
- "Worldwide Gross": 6173485,
- "US DVD Sales": null,
- "Production Budget": 6500000,
- "Release Date": "Mar 07 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Zeitgeist",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Napoleon Dynamite",
- "US Gross": 44540956,
- "Worldwide Gross": 46140956,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Jun 11 2004",
- "MPAA Rating": "PG",
- "Running Time min": 82,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Short Film",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jared Hess",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.9,
- "IMDB Votes": 76557
- },
- {
- "Title": "North Country",
- "US Gross": 18324242,
- "Worldwide Gross": 23624242,
- "US DVD Sales": 14349786,
- "Production Budget": 30000000,
- "Release Date": "Oct 21 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.2,
- "IMDB Votes": 16497
- },
- {
- "Title": "The Namesake",
- "US Gross": 13610521,
- "Worldwide Gross": 20180109,
- "US DVD Sales": 9364773,
- "Production Budget": 8500000,
- "Release Date": "Mar 09 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 9700
- },
- {
- "Title": "Inside Deep Throat",
- "US Gross": 691880,
- "Worldwide Gross": 691880,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Feb 11 2005",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3264
- },
- {
- "Title": "Intolerable Cruelty",
- "US Gross": 35327628,
- "Worldwide Gross": 121327628,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 10 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 100,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Coen",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.4,
- "IMDB Votes": 36323
- },
- {
- "Title": "The Interpreter",
- "US Gross": 72708161,
- "Worldwide Gross": 163954076,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Apr 22 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.5,
- "IMDB Votes": 38227
- },
- {
- "Title": "The Night Listener",
- "US Gross": 7836393,
- "Worldwide Gross": 10547755,
- "US DVD Sales": 8927227,
- "Production Budget": 4000000,
- "Release Date": "Aug 04 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8437
- },
- {
- "Title": "The International",
- "US Gross": 25450527,
- "Worldwide Gross": 53850527,
- "US DVD Sales": 7276738,
- "Production Budget": 50000000,
- "Release Date": "Feb 13 2009",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Tykwer",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Number 23",
- "US Gross": 35193167,
- "Worldwide Gross": 76593167,
- "US DVD Sales": 27576238,
- "Production Budget": 32000000,
- "Release Date": "Feb 23 2007",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 6.2,
- "IMDB Votes": 59174
- },
- {
- "Title": "Nurse Betty",
- "US Gross": 25170054,
- "Worldwide Gross": 27732366,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Sep 08 2000",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "USA Films",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil LaBute",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.4,
- "IMDB Votes": 20354
- },
- {
- "Title": "Jimmy Neutron: Boy Genius",
- "US Gross": 80936232,
- "Worldwide Gross": 102992536,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 21 2001",
- "MPAA Rating": "G",
- "Running Time min": 83,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 5379
- },
- {
- "Title": "Nutty Professor II: The Klumps",
- "US Gross": 123307945,
- "Worldwide Gross": 161600000,
- "US DVD Sales": null,
- "Production Budget": 84000000,
- "Release Date": "Jul 28 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Segal",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.3,
- "IMDB Votes": 17075
- },
- {
- "Title": "Never Again",
- "US Gross": 307631,
- "Worldwide Gross": 307631,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jul 12 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Romantic Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 511
- },
- {
- "Title": "Finding Neverland",
- "US Gross": 51676606,
- "Worldwide Gross": 118676606,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Nov 12 2004",
- "MPAA Rating": "PG",
- "Running Time min": 106,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Marc Forster",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.9,
- "IMDB Votes": 86828
- },
- {
- "Title": "Into the Wild",
- "US Gross": 18354356,
- "Worldwide Gross": 53813837,
- "US DVD Sales": 15272435,
- "Production Budget": 20000000,
- "Release Date": "Sep 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 147,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sean Penn",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 8.2,
- "IMDB Votes": 99464
- },
- {
- "Title": "The New World",
- "US Gross": 12712093,
- "Worldwide Gross": 26184400,
- "US DVD Sales": 8200002,
- "Production Budget": 30000000,
- "Release Date": "Dec 25 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Terrence Malick",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.9,
- "IMDB Votes": 33248
- },
- {
- "Title": "Nochnoy dozor",
- "US Gross": 1502188,
- "Worldwide Gross": 33923550,
- "US DVD Sales": 7476421,
- "Production Budget": 4200000,
- "Release Date": "Feb 17 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Timur Bekmambetov",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 25136
- },
- {
- "Title": "New York Minute",
- "US Gross": 14018364,
- "Worldwide Gross": 21215882,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "May 07 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennie Gordon",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Object of my Affection",
- "US Gross": 29145924,
- "Worldwide Gross": 29145924,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 17 1998",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.9,
- "IMDB Votes": 8492
- },
- {
- "Title": "Orange County",
- "US Gross": 41059716,
- "Worldwide Gross": 43308707,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Jan 11 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 82,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23742
- },
- {
- "Title": "Ocean's Eleven",
- "US Gross": 183417150,
- "Worldwide Gross": 450728529,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Dec 07 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.6,
- "IMDB Votes": 139034
- },
- {
- "Title": "Ocean's Twelve",
- "US Gross": 125531634,
- "Worldwide Gross": 363531634,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Dec 10 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6,
- "IMDB Votes": 89861
- },
- {
- "Title": "Ocean's Thirteen",
- "US Gross": 117144465,
- "Worldwide Gross": 311744465,
- "US DVD Sales": 48258805,
- "Production Budget": 85000000,
- "Release Date": "Jun 08 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 122,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.9,
- "IMDB Votes": 76884
- },
- {
- "Title": "Oceans",
- "US Gross": 19422319,
- "Worldwide Gross": 72965951,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Apr 22 2010",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 1429
- },
- {
- "Title": "Office Space",
- "US Gross": 10827813,
- "Worldwide Gross": 12827813,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 19 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Short Film",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Judge",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.9,
- "IMDB Votes": 80972
- },
- {
- "Title": "White Oleander",
- "US Gross": 16357770,
- "Worldwide Gross": 21657770,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7,
- "IMDB Votes": 13755
- },
- {
- "Title": "The Omen",
- "US Gross": 54607383,
- "Worldwide Gross": 119607383,
- "US DVD Sales": 10468933,
- "Production Budget": 25000000,
- "Release Date": "Jun 06 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.4,
- "IMDB Votes": 24523
- },
- {
- "Title": "Any Given Sunday",
- "US Gross": 75530832,
- "Worldwide Gross": 100230832,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 22 1999",
- "MPAA Rating": "R",
- "Running Time min": 162,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.6,
- "IMDB Votes": 48477
- },
- {
- "Title": "Once",
- "US Gross": 9445857,
- "Worldwide Gross": 18997174,
- "US DVD Sales": null,
- "Production Budget": 150000,
- "Release Date": "Jun 16 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 8,
- "IMDB Votes": 34348
- },
- {
- "Title": "Once in a Lifetime: the Extraordinary Story of the New York Cosmos",
- "US Gross": 144601,
- "Worldwide Gross": 206351,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Jul 07 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Matt Dillon",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.1,
- "IMDB Votes": 643
- },
- {
- "Title": "One Hour Photo",
- "US Gross": 31597131,
- "Worldwide Gross": 52223306,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Aug 21 2002",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7,
- "IMDB Votes": 42134
- },
- {
- "Title": "One True Thing",
- "US Gross": 23337196,
- "Worldwide Gross": 26708196,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 18 1998",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Carl Franklin",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.9,
- "IMDB Votes": 5591
- },
- {
- "Title": "Ong-Bak 2",
- "US Gross": 102458,
- "Worldwide Gross": 7583050,
- "US DVD Sales": 1238181,
- "Production Budget": 15000000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 887
- },
- {
- "Title": "On the Line",
- "US Gross": 4356743,
- "Worldwide Gross": 4356743,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 26 2001",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 3.4,
- "IMDB Votes": 2617
- },
- {
- "Title": "One Night with the King",
- "US Gross": 13395961,
- "Worldwide Gross": 13395961,
- "US DVD Sales": 20554010,
- "Production Budget": 20000000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "PG",
- "Running Time min": 124,
- "Distributor": "Rocky Mountain Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Michael O. Sajbel",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 6,
- "IMDB Votes": 2993
- },
- {
- "Title": "Opal Dreams",
- "US Gross": 14443,
- "Worldwide Gross": 14443,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Nov 22 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 468
- },
- {
- "Title": "Open Season",
- "US Gross": 85105259,
- "Worldwide Gross": 189901703,
- "US DVD Sales": 96622855,
- "Production Budget": 85000000,
- "Release Date": "Sep 29 2006",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6,
- "IMDB Votes": 52
- },
- {
- "Title": "Open Water",
- "US Gross": 30500882,
- "Worldwide Gross": 52100882,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Aug 06 2004",
- "MPAA Rating": "R",
- "Running Time min": 79,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23667
- },
- {
- "Title": "Open Range",
- "US Gross": 58328680,
- "Worldwide Gross": 68293719,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 15 2003",
- "MPAA Rating": "R",
- "Running Time min": 139,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Kevin Costner",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.5,
- "IMDB Votes": 26438
- },
- {
- "Title": "The Order",
- "US Gross": 7659747,
- "Worldwide Gross": 11559747,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 05 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.9,
- "IMDB Votes": 9119
- },
- {
- "Title": "Orgazmo",
- "US Gross": 582024,
- "Worldwide Gross": 627287,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Oct 23 1998",
- "MPAA Rating": "NC-17",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Trey Parker",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 15592
- },
- {
- "Title": "Original Sin",
- "US Gross": 16521410,
- "Worldwide Gross": 16521410,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 03 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.6,
- "IMDB Votes": 15939
- },
- {
- "Title": "Osama",
- "US Gross": 1127331,
- "Worldwide Gross": 1971479,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jan 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 4737
- },
- {
- "Title": "Oscar and Lucinda",
- "US Gross": 1612957,
- "Worldwide Gross": 1612957,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "Dec 31 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.7,
- "IMDB Votes": 3782
- },
- {
- "Title": "Old School",
- "US Gross": 75155000,
- "Worldwide Gross": 86325829,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Feb 21 2003",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Phillips",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7,
- "IMDB Votes": 60477
- },
- {
- "Title": "Osmosis Jones",
- "US Gross": 13596911,
- "Worldwide Gross": 13596911,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Aug 10 2001",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 6,
- "IMDB Votes": 10959
- },
- {
- "Title": "American Outlaws",
- "US Gross": 13264986,
- "Worldwide Gross": 13264986,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Aug 17 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Les Mayfield",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7396
- },
- {
- "Title": "Oliver Twist",
- "US Gross": 2070920,
- "Worldwide Gross": 26670920,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/TriStar",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 7,
- "IMDB Votes": 10748
- },
- {
- "Title": "Out Cold",
- "US Gross": 13906394,
- "Worldwide Gross": 13906394,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Nov 21 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.8,
- "IMDB Votes": 7153
- },
- {
- "Title": "Outlander",
- "US Gross": 166003,
- "Worldwide Gross": 1250617,
- "US DVD Sales": 1757108,
- "Production Budget": 50000000,
- "Release Date": "Jan 23 2009",
- "MPAA Rating": "R",
- "Running Time min": 115,
- "Distributor": "Third Rail",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 18299
- },
- {
- "Title": "Out of Sight",
- "US Gross": 37562568,
- "Worldwide Gross": 37562568,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Jun 26 1998",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.1,
- "IMDB Votes": 38263
- },
- {
- "Title": "Out of Time",
- "US Gross": 41083108,
- "Worldwide Gross": 55489826,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Carl Franklin",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 4.9,
- "IMDB Votes": 151
- },
- {
- "Title": "The Out-of-Towners",
- "US Gross": 28544120,
- "Worldwide Gross": 28544120,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 02 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 4.9,
- "IMDB Votes": 6338
- },
- {
- "Title": "Owning Mahowny",
- "US Gross": 1011054,
- "Worldwide Gross": 1011054,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "May 02 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7,
- "IMDB Votes": 5789
- },
- {
- "Title": "The Pacifier",
- "US Gross": 113006880,
- "Worldwide Gross": 198006880,
- "US DVD Sales": null,
- "Production Budget": 56000000,
- "Release Date": "Mar 04 2005",
- "MPAA Rating": "PG",
- "Running Time min": 97,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 5.3,
- "IMDB Votes": 22590
- },
- {
- "Title": "El Laberinto del Fauno",
- "US Gross": 37634615,
- "Worldwide Gross": 83234615,
- "US DVD Sales": 40776265,
- "Production Budget": 16000000,
- "Release Date": "Dec 29 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Picturehouse",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": "Guillermo Del Toro",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.4,
- "IMDB Votes": 153762
- },
- {
- "Title": "The Passion of the Christ",
- "US Gross": 370782930,
- "Worldwide Gross": 611899420,
- "US DVD Sales": 618454,
- "Production Budget": 25000000,
- "Release Date": "Feb 25 2004",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Newmarket Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Mel Gibson",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 7.1,
- "IMDB Votes": 87326
- },
- {
- "Title": "Patch Adams",
- "US Gross": 135041968,
- "Worldwide Gross": 202200000,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Shadyac",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.3,
- "IMDB Votes": 31481
- },
- {
- "Title": "Payback",
- "US Gross": 81526121,
- "Worldwide Gross": 161626121,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 05 1999",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 5.8,
- "IMDB Votes": 304
- },
- {
- "Title": "Paycheck",
- "US Gross": 53789313,
- "Worldwide Gross": 89350576,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 25 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 6.1,
- "IMDB Votes": 35660
- },
- {
- "Title": "Max Payne",
- "US Gross": 40687294,
- "Worldwide Gross": 85761789,
- "US DVD Sales": 25346362,
- "Production Budget": 35000000,
- "Release Date": "Oct 17 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.4,
- "IMDB Votes": 47541
- },
- {
- "Title": "The Princess Diaries 2: Royal Engagement",
- "US Gross": 95149435,
- "Worldwide Gross": 122071435,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Aug 11 2004",
- "MPAA Rating": "G",
- "Running Time min": 115,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 12439
- },
- {
- "Title": "The Princess Diaries",
- "US Gross": 108244774,
- "Worldwide Gross": 165334774,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 03 2001",
- "MPAA Rating": "G",
- "Running Time min": 115,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23486
- },
- {
- "Title": "The Peacemaker",
- "US Gross": 41263140,
- "Worldwide Gross": 62967368,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 26 1997",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Magazine Article",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mimi Leder",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.8,
- "IMDB Votes": 21524
- },
- {
- "Title": "Peter Pan",
- "US Gross": 48417850,
- "Worldwide Gross": 95255485,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Dec 25 2003",
- "MPAA Rating": "PG",
- "Running Time min": 113,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "P.J. Hogan",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.1,
- "IMDB Votes": 16894
- },
- {
- "Title": "People I Know",
- "US Gross": 121972,
- "Worldwide Gross": 121972,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 6305
- },
- {
- "Title": "Perrier's Bounty",
- "US Gross": 828,
- "Worldwide Gross": 828,
- "US DVD Sales": null,
- "Production Budget": 6600000,
- "Release Date": "May 21 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 808
- },
- {
- "Title": "A Perfect Getaway",
- "US Gross": 15515460,
- "Worldwide Gross": 20613298,
- "US DVD Sales": 3994342,
- "Production Budget": 14000000,
- "Release Date": "Aug 07 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Twohy",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.5,
- "IMDB Votes": 16324
- },
- {
- "Title": "Phat Girlz",
- "US Gross": 7061128,
- "Worldwide Gross": 7271305,
- "US DVD Sales": 18090044,
- "Production Budget": 3000000,
- "Release Date": "Apr 07 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 2.2,
- "IMDB Votes": 6343
- },
- {
- "Title": "Poolhall Junkies",
- "US Gross": 563711,
- "Worldwide Gross": 563711,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Feb 28 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Gold Circle Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 5233
- },
- {
- "Title": "The Phantom of the Opera",
- "US Gross": 51225796,
- "Worldwide Gross": 158225796,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 22 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 143,
- "Distributor": "Warner Bros.",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 7.2,
- "IMDB Votes": 42832
- },
- {
- "Title": "Phone Booth",
- "US Gross": 46566212,
- "Worldwide Gross": 97837138,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Apr 04 2003",
- "MPAA Rating": "R",
- "Running Time min": 81,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joel Schumacher",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.2,
- "IMDB Votes": 68874
- },
- {
- "Title": "The Pianist",
- "US Gross": 32519322,
- "Worldwide Gross": 120000000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 27 2002",
- "MPAA Rating": "R",
- "Running Time min": 149,
- "Distributor": "Focus Features",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.5,
- "IMDB Votes": 134516
- },
- {
- "Title": "The Pink Panther",
- "US Gross": 82226474,
- "Worldwide Gross": 158926474,
- "US DVD Sales": 23182695,
- "Production Budget": 80000000,
- "Release Date": "Feb 10 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Shawn Levy",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.1,
- "IMDB Votes": 28456
- },
- {
- "Title": "Pirates of the Caribbean: The Curse of the Black Pearl",
- "US Gross": 305411224,
- "Worldwide Gross": 655011224,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "Jul 09 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 143,
- "Distributor": "Walt Disney Pictures",
- "Source": "Disney Ride",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8,
- "IMDB Votes": 232719
- },
- {
- "Title": "Pirates of the Caribbean: Dead Man's Chest",
- "US Gross": 423315812,
- "Worldwide Gross": 1065659812,
- "US DVD Sales": 320830925,
- "Production Budget": 225000000,
- "Release Date": "Jul 07 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 151,
- "Distributor": "Walt Disney Pictures",
- "Source": "Disney Ride",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 7.3,
- "IMDB Votes": 150446
- },
- {
- "Title": "Pirates of the Caribbean: At World's End",
- "US Gross": 309420425,
- "Worldwide Gross": 960996492,
- "US DVD Sales": 296060575,
- "Production Budget": 300000000,
- "Release Date": "May 25 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 167,
- "Distributor": "Walt Disney Pictures",
- "Source": "Disney Ride",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 7,
- "IMDB Votes": 133241
- },
- {
- "Title": "The Chronicles of Riddick",
- "US Gross": 57712751,
- "Worldwide Gross": 107212751,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Jun 11 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "David Twohy",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.4,
- "IMDB Votes": 49383
- },
- {
- "Title": "Pitch Black",
- "US Gross": 39235088,
- "Worldwide Gross": 53182088,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Feb 18 2000",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "USA Films",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "David Twohy",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 7,
- "IMDB Votes": 55217
- },
- {
- "Title": "Play it to the Bone",
- "US Gross": 8427204,
- "Worldwide Gross": 8427204,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Dec 24 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ron Shelton",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.1,
- "IMDB Votes": 6039
- },
- {
- "Title": "Screwed",
- "US Gross": 6982680,
- "Worldwide Gross": 6982680,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "May 12 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.1,
- "IMDB Votes": 4411
- },
- {
- "Title": "Percy Jackson & the Olympians: The Lightning Thief",
- "US Gross": 88761720,
- "Worldwide Gross": 226435277,
- "US DVD Sales": 30795712,
- "Production Budget": 95000000,
- "Release Date": "Feb 12 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 5.8,
- "IMDB Votes": 20451
- },
- {
- "Title": "Paris, je t'aime",
- "US Gross": 4857374,
- "Worldwide Gross": 4857374,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "May 04 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gurinder Chadha",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 175
- },
- {
- "Title": "Princess Kaiulani",
- "US Gross": 883454,
- "Worldwide Gross": 883454,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "May 14 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Roadside Attractions",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.3,
- "IMDB Votes": 224
- },
- {
- "Title": "Lake Placid",
- "US Gross": 31770413,
- "Worldwide Gross": 31770413,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jul 16 1999",
- "MPAA Rating": "R",
- "Running Time min": 82,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.3,
- "IMDB Votes": 19382
- },
- {
- "Title": "The Back-up Plan",
- "US Gross": 37490007,
- "Worldwide Gross": 77090007,
- "US DVD Sales": 7571152,
- "Production Budget": 35000000,
- "Release Date": "Apr 23 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "CBS Films",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.4,
- "IMDB Votes": 6981
- },
- {
- "Title": "The Pledge",
- "US Gross": 19719930,
- "Worldwide Gross": 29406132,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jan 19 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sean Penn",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 6.9,
- "IMDB Votes": 22609
- },
- {
- "Title": "Proof of Life",
- "US Gross": 32598931,
- "Worldwide Gross": 62761005,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 08 2000",
- "MPAA Rating": "R",
- "Running Time min": 135,
- "Distributor": "Warner Bros.",
- "Source": "Based on Magazine Article",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Taylor Hackford",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23099
- },
- {
- "Title": "Pollock",
- "US Gross": 8596914,
- "Worldwide Gross": 10557291,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 15 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ed Harris",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.1,
- "IMDB Votes": 9669
- },
- {
- "Title": "Planet of the Apes",
- "US Gross": 180011740,
- "Worldwide Gross": 362211740,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jul 27 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 5.5,
- "IMDB Votes": 72763
- },
- {
- "Title": "Please Give",
- "US Gross": 4028339,
- "Worldwide Gross": 4028339,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 30 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 7.4,
- "IMDB Votes": 1023
- },
- {
- "Title": "Planet 51",
- "US Gross": 42194060,
- "Worldwide Gross": 108005745,
- "US DVD Sales": 15341764,
- "Production Budget": 50000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6.1,
- "IMDB Votes": 9645
- },
- {
- "Title": "The Adventures of Pluto Nash",
- "US Gross": 4411102,
- "Worldwide Gross": 7094995,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Aug 16 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 3.7,
- "IMDB Votes": 9207
- },
- {
- "Title": "The Players Club",
- "US Gross": 23047939,
- "Worldwide Gross": 23047939,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 08 1998",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.8,
- "IMDB Votes": 2072
- },
- {
- "Title": "Paranormal Activity",
- "US Gross": 107918810,
- "Worldwide Gross": 193770453,
- "US DVD Sales": 14051496,
- "Production Budget": 15000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "R",
- "Running Time min": 85,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Oren Peli",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.7,
- "IMDB Votes": 53455
- },
- {
- "Title": "The Pineapple Express",
- "US Gross": 87341380,
- "Worldwide Gross": 100941380,
- "US DVD Sales": 45217362,
- "Production Budget": 26000000,
- "Release Date": "Aug 06 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Gordon Green",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Pinocchio",
- "US Gross": 3681811,
- "Worldwide Gross": 31681811,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Dec 25 2002",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Roberto Benigni",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 3215
- },
- {
- "Title": "Pandaemonium",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jun 29 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 496
- },
- {
- "Title": "Pandorum",
- "US Gross": 10330853,
- "Worldwide Gross": 17033431,
- "US DVD Sales": 4018696,
- "Production Budget": 40000000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Overture Films",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 6.9,
- "IMDB Votes": 29428
- },
- {
- "Title": "The Punisher",
- "US Gross": 33664370,
- "Worldwide Gross": 54664370,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Apr 16 2004",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Lionsgate",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 6.4,
- "IMDB Votes": 50482
- },
- {
- "Title": "Pokemon 2000",
- "US Gross": 43746923,
- "Worldwide Gross": 133946923,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jul 21 2000",
- "MPAA Rating": "G",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Pokemon 3: The Movie",
- "US Gross": 17052128,
- "Worldwide Gross": 68452128,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 06 2001",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 3.5,
- "IMDB Votes": 2577
- },
- {
- "Title": "The Polar Express",
- "US Gross": 181320597,
- "Worldwide Gross": 305420597,
- "US DVD Sales": null,
- "Production Budget": 170000000,
- "Release Date": "Nov 10 2004",
- "MPAA Rating": "G",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 6.7,
- "IMDB Votes": 28550
- },
- {
- "Title": "Along Came Polly",
- "US Gross": 88073507,
- "Worldwide Gross": 170360435,
- "US DVD Sales": null,
- "Production Budget": 42000000,
- "Release Date": "Jan 16 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.8,
- "IMDB Votes": 38276
- },
- {
- "Title": "Gake no ue no Ponyo",
- "US Gross": 15090399,
- "Worldwide Gross": 199090399,
- "US DVD Sales": 12626319,
- "Production Budget": 34000000,
- "Release Date": "Aug 14 2009",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 13821
- },
- {
- "Title": "Pootie Tang",
- "US Gross": 3293258,
- "Worldwide Gross": 3293258,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Jun 29 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.5,
- "IMDB Votes": 6183
- },
- {
- "Title": "Poseidon",
- "US Gross": 60674817,
- "Worldwide Gross": 181674817,
- "US DVD Sales": 19732418,
- "Production Budget": 160000000,
- "Release Date": "May 12 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.6,
- "IMDB Votes": 35930
- },
- {
- "Title": "Possession",
- "US Gross": 10103647,
- "Worldwide Gross": 14805812,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Aug 16 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neil LaBute",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.4,
- "IMDB Votes": 6789
- },
- {
- "Title": "Peter Pan: Return to Neverland",
- "US Gross": 48430258,
- "Worldwide Gross": 109862682,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "G",
- "Running Time min": 72,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Play",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Practical Magic",
- "US Gross": 46850558,
- "Worldwide Gross": 68336997,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Oct 16 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Griffin Dunne",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.5,
- "IMDB Votes": 20196
- },
- {
- "Title": "The Devil Wears Prada",
- "US Gross": 124740460,
- "Worldwide Gross": 326551094,
- "US DVD Sales": 95856827,
- "Production Budget": 35000000,
- "Release Date": "Jun 30 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Frankel",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 6.8,
- "IMDB Votes": 66627
- },
- {
- "Title": "The Boat That Rocked",
- "US Gross": 8017467,
- "Worldwide Gross": 37472651,
- "US DVD Sales": 1374953,
- "Production Budget": 50000000,
- "Release Date": "Nov 13 2009",
- "MPAA Rating": "R",
- "Running Time min": 134,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 25415
- },
- {
- "Title": "Paparazzi",
- "US Gross": 15712072,
- "Worldwide Gross": 16612072,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 03 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 5.7,
- "IMDB Votes": 9058
- },
- {
- "Title": "Primary Colors",
- "US Gross": 39017984,
- "Worldwide Gross": 39017984,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Mar 20 1998",
- "MPAA Rating": "R",
- "Running Time min": 143,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.7,
- "IMDB Votes": 15340
- },
- {
- "Title": "Precious (Based on the Novel Push by Sapphire)",
- "US Gross": 47566524,
- "Worldwide Gross": 63471431,
- "US DVD Sales": 20130576,
- "Production Budget": 10000000,
- "Release Date": "Nov 06 2009",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Lee Daniels",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 24504
- },
- {
- "Title": "Pride and Glory",
- "US Gross": 15740721,
- "Worldwide Gross": 43440721,
- "US DVD Sales": 11495577,
- "Production Budget": 30000000,
- "Release Date": "Oct 24 2008",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 6.7,
- "IMDB Votes": 24596
- },
- {
- "Title": "Pride and Prejudice",
- "US Gross": 38372662,
- "Worldwide Gross": 120918508,
- "US DVD Sales": 53281347,
- "Production Budget": 28000000,
- "Release Date": "Nov 11 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Joe Wright",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 5.5,
- "IMDB Votes": 1230
- },
- {
- "Title": "The Road to Perdition",
- "US Gross": 104054514,
- "Worldwide Gross": 181054514,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jul 12 2002",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Sam Mendes",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Predators",
- "US Gross": 51920690,
- "Worldwide Gross": 124549380,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 09 2010",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.9,
- "IMDB Votes": 22257
- },
- {
- "Title": "Prefontaine",
- "US Gross": 590817,
- "Worldwide Gross": 590817,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jan 24 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2580
- },
- {
- "Title": "Perfume: The Story of a Murderer",
- "US Gross": 2223293,
- "Worldwide Gross": 132180323,
- "US DVD Sales": 7529604,
- "Production Budget": 63700000,
- "Release Date": "Dec 27 2006",
- "MPAA Rating": "R",
- "Running Time min": 147,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Tom Tykwer",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 7.5,
- "IMDB Votes": 51704
- },
- {
- "Title": "The Prince & Me",
- "US Gross": 28165882,
- "Worldwide Gross": 29356757,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Apr 02 2004",
- "MPAA Rating": "PG",
- "Running Time min": 111,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martha Coolidge",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 9547
- },
- {
- "Title": "The Perfect Man",
- "US Gross": 16535005,
- "Worldwide Gross": 19535005,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jun 17 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 5.1,
- "IMDB Votes": 7278
- },
- {
- "Title": "The Pursuit of Happyness",
- "US Gross": 162586036,
- "Worldwide Gross": 306086036,
- "US DVD Sales": 90857430,
- "Production Budget": 55000000,
- "Release Date": "Dec 15 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Gabriele Muccino",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 7.8,
- "IMDB Votes": 77939
- },
- {
- "Title": "Primer",
- "US Gross": 424760,
- "Worldwide Gross": 565846,
- "US DVD Sales": null,
- "Production Budget": 7000,
- "Release Date": "Oct 08 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 80,
- "Distributor": "ThinkFilm",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 17454
- },
- {
- "Title": "Pearl Harbor",
- "US Gross": 198539855,
- "Worldwide Gross": 449239855,
- "US DVD Sales": null,
- "Production Budget": 151500000,
- "Release Date": "May 25 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 183,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.4,
- "IMDB Votes": 96186
- },
- {
- "Title": "Premonition",
- "US Gross": 47852604,
- "Worldwide Gross": 81461343,
- "US DVD Sales": 33241945,
- "Production Budget": 20000000,
- "Release Date": "Mar 16 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Prince of Egypt",
- "US Gross": 101413188,
- "Worldwide Gross": 218600000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 18 1998",
- "MPAA Rating": "PG",
- "Running Time min": 97,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Dramatization",
- "Director": "Steve Hickner",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.8,
- "IMDB Votes": 24569
- },
- {
- "Title": "The Producers: The Movie Musical",
- "US Gross": 19398532,
- "Worldwide Gross": 32952995,
- "US DVD Sales": 5338452,
- "Production Budget": 45000000,
- "Release Date": "Dec 16 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Prom Night",
- "US Gross": 43869350,
- "Worldwide Gross": 57109687,
- "US DVD Sales": 8497205,
- "Production Budget": 18000000,
- "Release Date": "Apr 11 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 85,
- "Distributor": "Sony/Screen Gems",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.1,
- "IMDB Votes": 4263
- },
- {
- "Title": "Proof",
- "US Gross": 7535331,
- "Worldwide Gross": 8284331,
- "US DVD Sales": 9239421,
- "Production Budget": 20000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Madden",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.9,
- "IMDB Votes": 18622
- },
- {
- "Title": "Panic Room",
- "US Gross": 95308367,
- "Worldwide Gross": 196308367,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Mar 29 2002",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.9,
- "IMDB Votes": 68737
- },
- {
- "Title": "The Proposal",
- "US Gross": 163958031,
- "Worldwide Gross": 317358031,
- "US DVD Sales": 83691948,
- "Production Budget": 40000000,
- "Release Date": "Jun 19 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Anne Fletcher",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 5.4,
- "IMDB Votes": 397
- },
- {
- "Title": "Prince of Persia: Sands of Time",
- "US Gross": 90755643,
- "Worldwide Gross": 335055643,
- "US DVD Sales": null,
- "Production Budget": 200000000,
- "Release Date": "May 28 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Prestige",
- "US Gross": 53089891,
- "Worldwide Gross": 107896006,
- "US DVD Sales": 45394364,
- "Production Budget": 40000000,
- "Release Date": "Oct 20 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Christopher Nolan",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 8.4,
- "IMDB Votes": 207322
- },
- {
- "Title": "The Party's Over",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Oct 24 2003",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Film Movement",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Postman",
- "US Gross": 17650704,
- "Worldwide Gross": 17650704,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 25 1997",
- "MPAA Rating": "R",
- "Running Time min": 177,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Kevin Costner",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5.5,
- "IMDB Votes": 24045
- },
- {
- "Title": "Psycho Beach Party",
- "US Gross": 267972,
- "Worldwide Gross": 267972,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Aug 04 2000",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6,
- "IMDB Votes": 3085
- },
- {
- "Title": "Psycho",
- "US Gross": 21541218,
- "Worldwide Gross": 37226218,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 04 1998",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gus Van Sant",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 4.5,
- "IMDB Votes": 19769
- },
- {
- "Title": "The Patriot",
- "US Gross": 113330342,
- "Worldwide Gross": 215300000,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Jun 28 2000",
- "MPAA Rating": "R",
- "Running Time min": 165,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.9,
- "IMDB Votes": 78302
- },
- {
- "Title": "Public Enemies",
- "US Gross": 97104620,
- "Worldwide Gross": 210379983,
- "US DVD Sales": 35026854,
- "Production Budget": 102500000,
- "Release Date": "Jul 01 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Michael Mann",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.1,
- "IMDB Votes": 71323
- },
- {
- "Title": "The Powerpuff Girls",
- "US Gross": 11411644,
- "Worldwide Gross": 16425701,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jul 03 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 3234
- },
- {
- "Title": "Pulse",
- "US Gross": 20264436,
- "Worldwide Gross": 29771485,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Aug 11 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein/Dimension",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5,
- "IMDB Votes": 846
- },
- {
- "Title": "Punch-Drunk Love",
- "US Gross": 17791031,
- "Worldwide Gross": 24591031,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul Thomas Anderson",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.4,
- "IMDB Votes": 49786
- },
- {
- "Title": "Punisher: War Zone",
- "US Gross": 8050977,
- "Worldwide Gross": 8199130,
- "US DVD Sales": 10872355,
- "Production Budget": 35000000,
- "Release Date": "Dec 05 2008",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Lionsgate",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 6.1,
- "IMDB Votes": 20865
- },
- {
- "Title": "Push",
- "US Gross": 31811527,
- "Worldwide Gross": 44411527,
- "US DVD Sales": 16118548,
- "Production Budget": 38000000,
- "Release Date": "Feb 06 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Summit Entertainment",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6,
- "IMDB Votes": 26623
- },
- {
- "Title": "Pushing Tin",
- "US Gross": 8408835,
- "Worldwide Gross": 8408835,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Apr 23 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Magazine Article",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Newell",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.9,
- "IMDB Votes": 16160
- },
- {
- "Title": "The Painted Veil",
- "US Gross": 8060487,
- "Worldwide Gross": 15118795,
- "US DVD Sales": 7574035,
- "Production Budget": 19400000,
- "Release Date": "Dec 20 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "Warner Independent",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.6,
- "IMDB Votes": 26331
- },
- {
- "Title": "Pay it Forward",
- "US Gross": 33508922,
- "Worldwide Gross": 33508922,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Oct 20 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mimi Leder",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.8,
- "IMDB Votes": 36762
- },
- {
- "Title": "Queen of the Damned",
- "US Gross": 30307804,
- "Worldwide Gross": 30307804,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 22 2002",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.7,
- "IMDB Votes": 20268
- },
- {
- "Title": "The Quiet American",
- "US Gross": 12987647,
- "Worldwide Gross": 12987647,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Nov 22 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.2,
- "IMDB Votes": 14285
- },
- {
- "Title": "All the Queen's Men",
- "US Gross": 22723,
- "Worldwide Gross": 22723,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 25 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Strand",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.5,
- "IMDB Votes": 1591
- },
- {
- "Title": "Quarantine",
- "US Gross": 31691811,
- "Worldwide Gross": 36091811,
- "US DVD Sales": 13657408,
- "Production Budget": 12000000,
- "Release Date": "Oct 10 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Erick Dowdle",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.1,
- "IMDB Votes": 21939
- },
- {
- "Title": "The Queen",
- "US Gross": 56441711,
- "Worldwide Gross": 122840603,
- "US DVD Sales": 29161789,
- "Production Budget": 15000000,
- "Release Date": "Sep 30 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Miramax",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Stephen Frears",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.6,
- "IMDB Votes": 34785
- },
- {
- "Title": "Quest for Camelot",
- "US Gross": 22772500,
- "Worldwide Gross": 38172500,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "May 15 1998",
- "MPAA Rating": "G",
- "Running Time min": 85,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5,
- "IMDB Votes": 3053
- },
- {
- "Title": "The Quiet",
- "US Gross": 381420,
- "Worldwide Gross": 381420,
- "US DVD Sales": null,
- "Production Budget": 900000,
- "Release Date": "Aug 25 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 7689
- },
- {
- "Title": "Quinceanera",
- "US Gross": 1692693,
- "Worldwide Gross": 2522787,
- "US DVD Sales": null,
- "Production Budget": 400000,
- "Release Date": "Aug 02 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 2577
- },
- {
- "Title": "Rabbit-Proof Fence",
- "US Gross": 6199600,
- "Worldwide Gross": 16199600,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "Nov 29 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.6,
- "IMDB Votes": 13241
- },
- {
- "Title": "Radio",
- "US Gross": 52333738,
- "Worldwide Gross": 53293628,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Oct 24 2003",
- "MPAA Rating": "PG",
- "Running Time min": 109,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.9,
- "IMDB Votes": 12070
- },
- {
- "Title": "The Rainmaker",
- "US Gross": 45916769,
- "Worldwide Gross": 45916769,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 21 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 135,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.9,
- "IMDB Votes": 20514
- },
- {
- "Title": "Rambo",
- "US Gross": 42754105,
- "Worldwide Gross": 116754105,
- "US DVD Sales": 38751777,
- "Production Budget": 47500000,
- "Release Date": "Jan 25 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sylvester Stallone",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 82600
- },
- {
- "Title": "Random Hearts",
- "US Gross": 31054924,
- "Worldwide Gross": 63200000,
- "US DVD Sales": null,
- "Production Budget": 64000000,
- "Release Date": "Oct 08 1999",
- "MPAA Rating": "R",
- "Running Time min": 133,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sydney Pollack",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.8,
- "IMDB Votes": 11100
- },
- {
- "Title": "Rugrats in Paris",
- "US Gross": 76501438,
- "Worldwide Gross": 103284813,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 17 2000",
- "MPAA Rating": "G",
- "Running Time min": 79,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Rugrats Go Wild",
- "US Gross": 39402572,
- "Worldwide Gross": 55443032,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 13 2003",
- "MPAA Rating": "PG",
- "Running Time min": 84,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5,
- "IMDB Votes": 1847
- },
- {
- "Title": "Ratatouille",
- "US Gross": 206445654,
- "Worldwide Gross": 620495432,
- "US DVD Sales": 189134287,
- "Production Budget": 150000000,
- "Release Date": "Jun 29 2007",
- "MPAA Rating": "G",
- "Running Time min": 111,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Brad Bird",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.1,
- "IMDB Votes": 131929
- },
- {
- "Title": "Ray",
- "US Gross": 75305995,
- "Worldwide Gross": 125305995,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Oct 29 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 152,
- "Distributor": "Universal",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Taylor Hackford",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "BloodRayne",
- "US Gross": 2405420,
- "Worldwide Gross": 2405420,
- "US DVD Sales": 10828222,
- "Production Budget": 25000000,
- "Release Date": "Jan 06 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Romar",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Uwe Boll",
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 2.7,
- "IMDB Votes": 20137
- },
- {
- "Title": "Rollerball",
- "US Gross": 18990542,
- "Worldwide Gross": 25852508,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Feb 08 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 2.8,
- "IMDB Votes": 13827
- },
- {
- "Title": "Robin Hood",
- "US Gross": 105269730,
- "Worldwide Gross": 310885538,
- "US DVD Sales": null,
- "Production Budget": 210000000,
- "Release Date": "May 14 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 140,
- "Distributor": "Universal",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.9,
- "IMDB Votes": 34501
- },
- {
- "Title": "Robots",
- "US Gross": 128200012,
- "Worldwide Gross": 260700012,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Mar 11 2005",
- "MPAA Rating": "PG",
- "Running Time min": 89,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Chris Wedge",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.4,
- "IMDB Votes": 27361
- },
- {
- "Title": "A Room for Romeo Brass",
- "US Gross": 20097,
- "Worldwide Gross": 20097,
- "US DVD Sales": null,
- "Production Budget": 5250000,
- "Release Date": "Oct 27 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Shane Meadows",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 2393
- },
- {
- "Title": "Runaway Bride",
- "US Gross": 152257509,
- "Worldwide Gross": 308007919,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Jul 30 1999",
- "MPAA Rating": "PG",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 5.2,
- "IMDB Votes": 28497
- },
- {
- "Title": "Racing Stripes",
- "US Gross": 49772522,
- "Worldwide Gross": 93772522,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jan 14 2005",
- "MPAA Rating": "PG",
- "Running Time min": 110,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.2,
- "IMDB Votes": 5086
- },
- {
- "Title": "Rocky Balboa",
- "US Gross": 70269899,
- "Worldwide Gross": 155720088,
- "US DVD Sales": 34669384,
- "Production Budget": 24000000,
- "Release Date": "Dec 20 2006",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "MGM",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sylvester Stallone",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.4,
- "IMDB Votes": 63717
- },
- {
- "Title": "The Road to El Dorado",
- "US Gross": 50802661,
- "Worldwide Gross": 65700000,
- "US DVD Sales": null,
- "Production Budget": 95000000,
- "Release Date": "Mar 31 2000",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "David Silverman",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 6.4,
- "IMDB Votes": 8876
- },
- {
- "Title": "Riding Giants",
- "US Gross": 2276368,
- "Worldwide Gross": 3216111,
- "US DVD Sales": null,
- "Production Budget": 2600000,
- "Release Date": "Jul 09 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.7,
- "IMDB Votes": 2193
- },
- {
- "Title": "Red Dragon",
- "US Gross": 92955420,
- "Worldwide Gross": 206455420,
- "US DVD Sales": null,
- "Production Budget": 78000000,
- "Release Date": "Oct 04 2002",
- "MPAA Rating": "R",
- "Running Time min": 125,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.3,
- "IMDB Votes": 66386
- },
- {
- "Title": "The Reader",
- "US Gross": 34192652,
- "Worldwide Gross": 106107610,
- "US DVD Sales": 12359754,
- "Production Budget": 33000000,
- "Release Date": "Dec 10 2008",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Daldry",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.7,
- "IMDB Votes": 46984
- },
- {
- "Title": "The Reaping",
- "US Gross": 25126214,
- "Worldwide Gross": 62226214,
- "US DVD Sales": 19812272,
- "Production Budget": 40000000,
- "Release Date": "Apr 05 2007",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Stephen Hopkins",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.6,
- "IMDB Votes": 19881
- },
- {
- "Title": "Rebound",
- "US Gross": 16809014,
- "Worldwide Gross": 17492014,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 01 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steve Carr",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 4.7,
- "IMDB Votes": 4485
- },
- {
- "Title": "Recess: School's Out",
- "US Gross": 36696761,
- "Worldwide Gross": 44451470,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 16 2001",
- "MPAA Rating": "G",
- "Running Time min": 83,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.2,
- "IMDB Votes": 2176
- },
- {
- "Title": "Redacted",
- "US Gross": 65388,
- "Worldwide Gross": 65388,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Nov 16 2007",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.1,
- "IMDB Votes": 5759
- },
- {
- "Title": "Red-Eye",
- "US Gross": 57891803,
- "Worldwide Gross": 95891803,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Aug 19 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 85,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 42489
- },
- {
- "Title": "Reign Over Me",
- "US Gross": 19661987,
- "Worldwide Gross": 20081987,
- "US DVD Sales": 16021076,
- "Production Budget": 20000000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "R",
- "Running Time min": 128,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Mike Binder",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.7,
- "IMDB Votes": 39234
- },
- {
- "Title": "The Relic",
- "US Gross": 33956608,
- "Worldwide Gross": 33956608,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jan 10 1997",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Peter Hyams",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.4,
- "IMDB Votes": 10249
- },
- {
- "Title": "Religulous",
- "US Gross": 13011160,
- "Worldwide Gross": 13136074,
- "US DVD Sales": 7486708,
- "Production Budget": 2500000,
- "Release Date": "Oct 01 2008",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Larry Charles",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.8,
- "IMDB Votes": 23094
- },
- {
- "Title": "Remember Me",
- "US Gross": 19068240,
- "Worldwide Gross": 55343435,
- "US DVD Sales": 9952465,
- "Production Budget": 16000000,
- "Release Date": "Mar 12 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 7,
- "IMDB Votes": 16319
- },
- {
- "Title": "Remember Me, My Love",
- "US Gross": 223878,
- "Worldwide Gross": 223878,
- "US DVD Sales": null,
- "Production Budget": 6700000,
- "Release Date": "Sep 03 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IDP Distribution",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Gabriele Muccino",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 16319
- },
- {
- "Title": "Rent",
- "US Gross": 29077547,
- "Worldwide Gross": 31670620,
- "US DVD Sales": 31412380,
- "Production Budget": 40000000,
- "Release Date": "Nov 23 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Musical/Opera",
- "Major Genre": "Musical",
- "Creative Type": "Historical Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.9,
- "IMDB Votes": 22605
- },
- {
- "Title": "The Replacements",
- "US Gross": 44737059,
- "Worldwide Gross": 50054511,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Aug 11 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Howard Deutch",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.2,
- "IMDB Votes": 21542
- },
- {
- "Title": "The Replacement Killers",
- "US Gross": 19035741,
- "Worldwide Gross": 19035741,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Feb 06 1998",
- "MPAA Rating": "R",
- "Running Time min": 86,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.9,
- "IMDB Votes": 13905
- },
- {
- "Title": "Resident Evil: Apocalypse",
- "US Gross": 50740078,
- "Worldwide Gross": 128940078,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Sep 10 2004",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "Sony Pictures",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 52753
- },
- {
- "Title": "Resident Evil: Extinction",
- "US Gross": 50648679,
- "Worldwide Gross": 146162920,
- "US DVD Sales": 34217549,
- "Production Budget": 45000000,
- "Release Date": "Sep 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Russell Mulcahy",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6.2,
- "IMDB Votes": 49502
- },
- {
- "Title": "Resident Evil: Afterlife 3D",
- "US Gross": 46368993,
- "Worldwide Gross": 149568993,
- "US DVD Sales": null,
- "Production Budget": 57500000,
- "Release Date": "Sep 10 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Resident Evil",
- "US Gross": 40119709,
- "Worldwide Gross": 103787401,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 15 2002",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Sony Pictures",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 6.4,
- "IMDB Votes": 68342
- },
- {
- "Title": "Return to Me",
- "US Gross": 32662299,
- "Worldwide Gross": 32662299,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Apr 07 2000",
- "MPAA Rating": "PG",
- "Running Time min": 116,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.6,
- "IMDB Votes": 9565
- },
- {
- "Title": "Revolutionary Road",
- "US Gross": 22911480,
- "Worldwide Gross": 76989671,
- "US DVD Sales": 7642600,
- "Production Budget": 35000000,
- "Release Date": "Dec 26 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Sam Mendes",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.6,
- "IMDB Votes": 45887
- },
- {
- "Title": "Be Kind Rewind",
- "US Gross": 11175164,
- "Worldwide Gross": 28505302,
- "US DVD Sales": 5162454,
- "Production Budget": 20000000,
- "Release Date": "Feb 22 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Michel Gondry",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.6,
- "IMDB Votes": 42470
- },
- {
- "Title": "Reign of Fire",
- "US Gross": 43061982,
- "Worldwide Gross": 82150183,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Feb 19 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.9,
- "IMDB Votes": 38414
- },
- {
- "Title": "Reindeer Games",
- "US Gross": 23360779,
- "Worldwide Gross": 23360779,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Feb 25 2000",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Frankenheimer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 16822
- },
- {
- "Title": "Rachel Getting Married",
- "US Gross": 12796277,
- "Worldwide Gross": 13326280,
- "US DVD Sales": 6635346,
- "Production Budget": 12000000,
- "Release Date": "Oct 03 2008",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jonathan Demme",
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 6.9,
- "IMDB Votes": 20451
- },
- {
- "Title": "The Rugrats Movie",
- "US Gross": 100494685,
- "Worldwide Gross": 140894685,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "G",
- "Running Time min": 79,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 5.4,
- "IMDB Votes": 4857
- },
- {
- "Title": "Riding in Cars with Boys",
- "US Gross": 29781453,
- "Worldwide Gross": 29781453,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Oct 19 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 131,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Penny Marshall",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.2,
- "IMDB Votes": 11895
- },
- {
- "Title": "Ride With the Devil",
- "US Gross": 630779,
- "Worldwide Gross": 630779,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Nov 24 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "USA Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1873
- },
- {
- "Title": "The Ring Two",
- "US Gross": 75941727,
- "Worldwide Gross": 161941727,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 18 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Dreamworks SKG",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 5.1,
- "IMDB Votes": 28408
- },
- {
- "Title": "Rize",
- "US Gross": 3278611,
- "Worldwide Gross": 4462763,
- "US DVD Sales": null,
- "Production Budget": 700000,
- "Release Date": "Jun 24 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 2052
- },
- {
- "Title": "The Adventures of Rocky & Bullwinkle",
- "US Gross": 26000610,
- "Worldwide Gross": 35129610,
- "US DVD Sales": null,
- "Production Budget": 76000000,
- "Release Date": "Jun 30 2000",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 4.1,
- "IMDB Votes": 10320
- },
- {
- "Title": "All the Real Girls",
- "US Gross": 549666,
- "Worldwide Gross": 703020,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Feb 14 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "David Gordon Green",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 7.1,
- "IMDB Votes": 5632
- },
- {
- "Title": "Real Women Have Curves",
- "US Gross": 5853194,
- "Worldwide Gross": 5853194,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Oct 18 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Newmarket Films",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7,
- "IMDB Votes": 4396
- },
- {
- "Title": "Son of Rambow: A Home Movie",
- "US Gross": 1785505,
- "Worldwide Gross": 10573083,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "May 02 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Romance and Cigarettes",
- "US Gross": 551002,
- "Worldwide Gross": 3231251,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Sep 07 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Borotoro",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Turturro",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 5362
- },
- {
- "Title": "Reno 911!: Miami",
- "US Gross": 20342161,
- "Worldwide Gross": 20342161,
- "US DVD Sales": 16323972,
- "Production Budget": 10000000,
- "Release Date": "Feb 23 2007",
- "MPAA Rating": "R",
- "Running Time min": 81,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.8,
- "IMDB Votes": 15684
- },
- {
- "Title": "Rounders",
- "US Gross": 22921898,
- "Worldwide Gross": 22921898,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 11 1998",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Dahl",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.3,
- "IMDB Votes": 45439
- },
- {
- "Title": "Rendition",
- "US Gross": 9736045,
- "Worldwide Gross": 20437142,
- "US DVD Sales": 6007008,
- "Production Budget": 27500000,
- "Release Date": "Oct 19 2007",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gavin Hood",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.9,
- "IMDB Votes": 23223
- },
- {
- "Title": "The Rocker",
- "US Gross": 6409528,
- "Worldwide Gross": 8767338,
- "US DVD Sales": 7970409,
- "Production Budget": 15000000,
- "Release Date": "Aug 20 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 102,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Cattaneo",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.3,
- "IMDB Votes": 11859
- },
- {
- "Title": "Rock Star",
- "US Gross": 16991902,
- "Worldwide Gross": 19317765,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Sep 07 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Stephen Herek",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 5.8,
- "IMDB Votes": 15806
- },
- {
- "Title": "The Rookie",
- "US Gross": 75600072,
- "Worldwide Gross": 80693537,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Mar 29 2002",
- "MPAA Rating": "G",
- "Running Time min": 128,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 5.5,
- "IMDB Votes": 8453
- },
- {
- "Title": "Roll Bounce",
- "US Gross": 17380866,
- "Worldwide Gross": 17500866,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Sep 23 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Malcolm D. Lee",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 5,
- "IMDB Votes": 3167
- },
- {
- "Title": "Romeo Must Die",
- "US Gross": 55973336,
- "Worldwide Gross": 91036760,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 22 2000",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andrzej Bartkowiak",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 5.9,
- "IMDB Votes": 25309
- },
- {
- "Title": "Ronin",
- "US Gross": 41610884,
- "Worldwide Gross": 41610884,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Sep 25 1998",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Frankenheimer",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.2,
- "IMDB Votes": 57484
- },
- {
- "Title": "The Ballad of Jack and Rose",
- "US Gross": 712294,
- "Worldwide Gross": 712294,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Mar 25 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 5223
- },
- {
- "Title": "Red Planet",
- "US Gross": 17480890,
- "Worldwide Gross": 33463969,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 10 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.3,
- "IMDB Votes": 20989
- },
- {
- "Title": "Requiem for a Dream",
- "US Gross": 3635482,
- "Worldwide Gross": 7390108,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Oct 06 2000",
- "MPAA Rating": "Open",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Darren Aronofsky",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 8.5,
- "IMDB Votes": 185226
- },
- {
- "Title": "Rat Race",
- "US Gross": 56607223,
- "Worldwide Gross": 86607223,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Aug 17 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jerry Zucker",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.4,
- "IMDB Votes": 40087
- },
- {
- "Title": "Rescue Dawn",
- "US Gross": 5490423,
- "Worldwide Gross": 7037886,
- "US DVD Sales": 24745520,
- "Production Budget": 10000000,
- "Release Date": "Jul 04 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Werner Herzog",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 37764
- },
- {
- "Title": "The Real Cancun",
- "US Gross": 3816594,
- "Worldwide Gross": 3816594,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Apr 25 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on TV",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 2.3,
- "IMDB Votes": 3211
- },
- {
- "Title": "Restless",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 28 2011",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 300
- },
- {
- "Title": "Remember the Titans",
- "US Gross": 115654751,
- "Worldwide Gross": 136706683,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 29 2000",
- "MPAA Rating": "PG",
- "Running Time min": 113,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Boaz Yakin",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.5,
- "IMDB Votes": 49844
- },
- {
- "Title": "Righteous Kill",
- "US Gross": 40081410,
- "Worldwide Gross": 76781410,
- "US DVD Sales": 16209689,
- "Production Budget": 60000000,
- "Release Date": "Sep 12 2008",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Overture Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Avnet",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 6,
- "IMDB Votes": 34641
- },
- {
- "Title": "Road Trip",
- "US Gross": 68525609,
- "Worldwide Gross": 119739110,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "May 19 2000",
- "MPAA Rating": "R",
- "Running Time min": 94,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Phillips",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.4,
- "IMDB Votes": 44702
- },
- {
- "Title": "The Ruins",
- "US Gross": 17432844,
- "Worldwide Gross": 22177122,
- "US DVD Sales": 10610865,
- "Production Budget": 25000000,
- "Release Date": "Apr 04 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6,
- "IMDB Votes": 23752
- },
- {
- "Title": "Rules of Engagement",
- "US Gross": 61322858,
- "Worldwide Gross": 71719931,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 07 2000",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.2,
- "IMDB Votes": 18462
- },
- {
- "Title": "The Rundown",
- "US Gross": 47641743,
- "Worldwide Gross": 80831893,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Sep 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Berg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 30855
- },
- {
- "Title": "Running Scared",
- "US Gross": 6855137,
- "Worldwide Gross": 8345277,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Feb 24 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 7.5,
- "IMDB Votes": 39447
- },
- {
- "Title": "Running With Scissors",
- "US Gross": 6775659,
- "Worldwide Gross": 7213629,
- "US DVD Sales": 1877732,
- "Production Budget": 12000000,
- "Release Date": "Oct 20 2006",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 6,
- "IMDB Votes": 12926
- },
- {
- "Title": "Rush Hour 2",
- "US Gross": 226164286,
- "Worldwide Gross": 347425832,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Aug 03 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 90,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.4,
- "IMDB Votes": 52049
- },
- {
- "Title": "Rush Hour 3",
- "US Gross": 140125968,
- "Worldwide Gross": 253025968,
- "US DVD Sales": 40854922,
- "Production Budget": 180000000,
- "Release Date": "Aug 10 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6,
- "IMDB Votes": 39312
- },
- {
- "Title": "Rush Hour",
- "US Gross": 141186864,
- "Worldwide Gross": 245300000,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 18 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.8,
- "IMDB Votes": 55248
- },
- {
- "Title": "Rushmore",
- "US Gross": 17105219,
- "Worldwide Gross": 19080435,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 11 1998",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Anderson",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.8,
- "IMDB Votes": 53192
- },
- {
- "Title": "R.V.",
- "US Gross": 71724497,
- "Worldwide Gross": 87524497,
- "US DVD Sales": 32041099,
- "Production Budget": 55000000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Ravenous",
- "US Gross": 2062406,
- "Worldwide Gross": 2062406,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 19 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.9,
- "IMDB Votes": 15804
- },
- {
- "Title": "Raise Your Voice",
- "US Gross": 10411980,
- "Worldwide Gross": 14811980,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 08 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 5.2,
- "IMDB Votes": 8634
- },
- {
- "Title": "Hotel Rwanda",
- "US Gross": 23519128,
- "Worldwide Gross": 33919128,
- "US DVD Sales": null,
- "Production Budget": 17500000,
- "Release Date": "Dec 22 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 8.3,
- "IMDB Votes": 92106
- },
- {
- "Title": "Sahara",
- "US Gross": 68671925,
- "Worldwide Gross": 121671925,
- "US DVD Sales": null,
- "Production Budget": 145000000,
- "Release Date": "Apr 08 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 123,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 5.9,
- "IMDB Votes": 30739
- },
- {
- "Title": "The Saint",
- "US Gross": 61363304,
- "Worldwide Gross": 169400000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Apr 04 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Phillip Noyce",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.9,
- "IMDB Votes": 27413
- },
- {
- "Title": "The Salon",
- "US Gross": 139084,
- "Worldwide Gross": 139084,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "May 11 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Freestyle Releasing",
- "Source": "Based on Play",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 3.5,
- "IMDB Votes": 308
- },
- {
- "Title": "I Am Sam",
- "US Gross": 40270895,
- "Worldwide Gross": 40270895,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Dec 28 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 7.4,
- "IMDB Votes": 36448
- },
- {
- "Title": "The Salton Sea",
- "US Gross": 676698,
- "Worldwide Gross": 676698,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Apr 26 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "D.J. Caruso",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 7.1,
- "IMDB Votes": 16415
- },
- {
- "Title": "Sex and the City 2",
- "US Gross": 95347692,
- "Worldwide Gross": 288347692,
- "US DVD Sales": null,
- "Production Budget": 95000000,
- "Release Date": "May 27 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 3.9,
- "IMDB Votes": 13796
- },
- {
- "Title": "Saved!",
- "US Gross": 8886160,
- "Worldwide Gross": 10102511,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "May 28 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 22784
- },
- {
- "Title": "Saving Silverman",
- "US Gross": 19351569,
- "Worldwide Gross": 19351569,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Feb 09 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennis Dugan",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 18748
- },
- {
- "Title": "Saw",
- "US Gross": 55185045,
- "Worldwide Gross": 103096345,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Oct 29 2004",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 7.7,
- "IMDB Votes": 112785
- },
- {
- "Title": "Saw II",
- "US Gross": 87025093,
- "Worldwide Gross": 152925093,
- "US DVD Sales": 44699720,
- "Production Budget": 5000000,
- "Release Date": "Oct 28 2005",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Darren Lynn Bousman",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.8,
- "IMDB Votes": 76530
- },
- {
- "Title": "Saw III",
- "US Gross": 80238724,
- "Worldwide Gross": 163876815,
- "US DVD Sales": 47153811,
- "Production Budget": 10000000,
- "Release Date": "Oct 27 2006",
- "MPAA Rating": "R",
- "Running Time min": 107,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Darren Lynn Bousman",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6.3,
- "IMDB Votes": 60784
- },
- {
- "Title": "Saw IV",
- "US Gross": 63300095,
- "Worldwide Gross": 134528909,
- "US DVD Sales": 31998452,
- "Production Budget": 10000000,
- "Release Date": "Oct 26 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Darren Lynn Bousman",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 6,
- "IMDB Votes": 44730
- },
- {
- "Title": "Saw V",
- "US Gross": 56746769,
- "Worldwide Gross": 113146769,
- "US DVD Sales": 26535833,
- "Production Budget": 10800000,
- "Release Date": "Oct 24 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.7,
- "IMDB Votes": 31219
- },
- {
- "Title": "Saw VI",
- "US Gross": 27693292,
- "Worldwide Gross": 61259697,
- "US DVD Sales": 8308717,
- "Production Budget": 11000000,
- "Release Date": "Oct 23 2009",
- "MPAA Rating": "R",
- "Running Time min": 91,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Greutert",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.2,
- "IMDB Votes": 18091
- },
- {
- "Title": "Say It Isn't So",
- "US Gross": 5516708,
- "Worldwide Gross": 5516708,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 23 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.6,
- "IMDB Votes": 7736
- },
- {
- "Title": "Say Uncle",
- "US Gross": 5361,
- "Worldwide Gross": 5361,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 23 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "TLA Releasing",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 431
- },
- {
- "Title": "The Adventures of Sharkboy and Lavagirl in 3-D",
- "US Gross": 39177684,
- "Worldwide Gross": 69425966,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Jun 10 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 3.6,
- "IMDB Votes": 5619
- },
- {
- "Title": "Seabiscuit",
- "US Gross": 120277854,
- "Worldwide Gross": 148336445,
- "US DVD Sales": null,
- "Production Budget": 86000000,
- "Release Date": "Jul 25 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 141,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Gary Ross",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7.4,
- "IMDB Votes": 31033
- },
- {
- "Title": "A Scanner Darkly",
- "US Gross": 5501616,
- "Worldwide Gross": 7405084,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jul 07 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Independent",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.2,
- "IMDB Votes": 41928
- },
- {
- "Title": "Scary Movie 2",
- "US Gross": 71277420,
- "Worldwide Gross": 141189101,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Jul 04 2001",
- "MPAA Rating": "R",
- "Running Time min": 82,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Keenen Ivory Wayans",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 4.7,
- "IMDB Votes": 43941
- },
- {
- "Title": "Scary Movie 3",
- "US Gross": 110000082,
- "Worldwide Gross": 155200000,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Oct 24 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 84,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Zucker",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5.4,
- "IMDB Votes": 42829
- },
- {
- "Title": "Scary Movie 4",
- "US Gross": 90710620,
- "Worldwide Gross": 178710620,
- "US DVD Sales": 22401247,
- "Production Budget": 40000000,
- "Release Date": "Apr 14 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Weinstein/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Zucker",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 5,
- "IMDB Votes": 39542
- },
- {
- "Title": "Scooby-Doo 2: Monsters Unleashed",
- "US Gross": 84185387,
- "Worldwide Gross": 181185387,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Mar 26 2004",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Raja Gosnell",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 10749
- },
- {
- "Title": "Scooby-Doo",
- "US Gross": 153294164,
- "Worldwide Gross": 276294164,
- "US DVD Sales": null,
- "Production Budget": 84000000,
- "Release Date": "Jun 14 2002",
- "MPAA Rating": "PG",
- "Running Time min": 86,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Raja Gosnell",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 4.7,
- "IMDB Votes": 26018
- },
- {
- "Title": "About Schmidt",
- "US Gross": 65005217,
- "Worldwide Gross": 105823486,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Dec 13 2002",
- "MPAA Rating": "R",
- "Running Time min": 125,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alexander Payne",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.3,
- "IMDB Votes": 53760
- },
- {
- "Title": "The School of Rock",
- "US Gross": 81261177,
- "Worldwide Gross": 131161177,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Linklater",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 63188
- },
- {
- "Title": "School for Scoundrels",
- "US Gross": 17807569,
- "Worldwide Gross": 17807569,
- "US DVD Sales": 13739501,
- "Production Budget": 20000000,
- "Release Date": "Sep 29 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Todd Phillips",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 6,
- "IMDB Votes": 15536
- },
- {
- "Title": "Scoop",
- "US Gross": 10525717,
- "Worldwide Gross": 39125717,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jul 28 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.8,
- "IMDB Votes": 30336
- },
- {
- "Title": "The Score",
- "US Gross": 71069884,
- "Worldwide Gross": 113542091,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Jul 13 2001",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.8,
- "IMDB Votes": 42616
- },
- {
- "Title": "Scream",
- "US Gross": 103046663,
- "Worldwide Gross": 173046663,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 20 1996",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 2.9,
- "IMDB Votes": 217
- },
- {
- "Title": "Scream 2",
- "US Gross": 101363301,
- "Worldwide Gross": 101363301,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Dec 12 1997",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 5.9,
- "IMDB Votes": 48196
- },
- {
- "Title": "Scream 3",
- "US Gross": 89138076,
- "Worldwide Gross": 161838076,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 04 2000",
- "MPAA Rating": "R",
- "Running Time min": 118,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Craven",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.3,
- "IMDB Votes": 38230
- },
- {
- "Title": "The Scorpion King",
- "US Gross": 90580000,
- "Worldwide Gross": 164529000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 19 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Universal",
- "Source": "Spin-Off",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Chuck Russell",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.3,
- "IMDB Votes": 30359
- },
- {
- "Title": "George A. Romero's Survival of the Dead",
- "US Gross": 101740,
- "Worldwide Gross": 101740,
- "US DVD Sales": 943385,
- "Production Budget": 4200000,
- "Release Date": "May 28 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": null,
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Stardust",
- "US Gross": 38634938,
- "Worldwide Gross": 135556675,
- "US DVD Sales": 25129402,
- "Production Budget": 70000000,
- "Release Date": "Aug 10 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Matthew Vaughn",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.9,
- "IMDB Votes": 87883
- },
- {
- "Title": "Mar adentro",
- "US Gross": 2086345,
- "Worldwide Gross": 39686345,
- "US DVD Sales": null,
- "Production Budget": 13300000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 466
- },
- {
- "Title": "Selena",
- "US Gross": 35450113,
- "Worldwide Gross": 35450113,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 21 1997",
- "MPAA Rating": "PG",
- "Running Time min": 127,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.3,
- "IMDB Votes": 7996
- },
- {
- "Title": "The Sentinel",
- "US Gross": 36280697,
- "Worldwide Gross": 77280697,
- "US DVD Sales": 17497571,
- "Production Budget": 60000000,
- "Release Date": "Apr 21 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6.1,
- "IMDB Votes": 23567
- },
- {
- "Title": "September Dawn",
- "US Gross": 901857,
- "Worldwide Gross": 901857,
- "US DVD Sales": null,
- "Production Budget": 10100000,
- "Release Date": "Aug 24 2007",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Black Diamond Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.5,
- "IMDB Votes": 1823
- },
- {
- "Title": "You Got Served",
- "US Gross": 40066497,
- "Worldwide Gross": 48066497,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Jan 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 2.6,
- "IMDB Votes": 17830
- },
- {
- "Title": "Serving Sara",
- "US Gross": 16930185,
- "Worldwide Gross": 20146150,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Aug 23 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 5,
- "IMDB Votes": 7973
- },
- {
- "Title": "Session 9",
- "US Gross": 378176,
- "Worldwide Gross": 1619602,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Aug 10 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Brad Anderson",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.8,
- "IMDB Votes": 14685
- },
- {
- "Title": "Seven Years in Tibet",
- "US Gross": 37945884,
- "Worldwide Gross": 131445884,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Oct 10 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 139,
- "Distributor": "Sony Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Jean-Jacques Annaud",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.7,
- "IMDB Votes": 29020
- },
- {
- "Title": "Sex and the City",
- "US Gross": 152647258,
- "Worldwide Gross": 416047258,
- "US DVD Sales": 85061666,
- "Production Budget": 57500000,
- "Release Date": "May 30 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.4,
- "IMDB Votes": 46837
- },
- {
- "Title": "Swordfish",
- "US Gross": 69772969,
- "Worldwide Gross": 147080413,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 08 2001",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dominic Sena",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6.3,
- "IMDB Votes": 57952
- },
- {
- "Title": "Something's Gotta Give",
- "US Gross": 124685242,
- "Worldwide Gross": 266685242,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 12 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nancy Meyers",
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.8,
- "IMDB Votes": 36303
- },
- {
- "Title": "Sugar Town",
- "US Gross": 178095,
- "Worldwide Gross": 178095,
- "US DVD Sales": null,
- "Production Budget": 250000,
- "Release Date": "Sep 17 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 5.6,
- "IMDB Votes": 566
- },
- {
- "Title": "Shade",
- "US Gross": 22183,
- "Worldwide Gross": 22183,
- "US DVD Sales": null,
- "Production Budget": 6800000,
- "Release Date": "Apr 09 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 950
- },
- {
- "Title": "Shadow of the Vampire",
- "US Gross": 8279017,
- "Worldwide Gross": 8279017,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Dec 29 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "E. Elias Merhige",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 6.8,
- "IMDB Votes": 18221
- },
- {
- "Title": "Shaft",
- "US Gross": 70327868,
- "Worldwide Gross": 107190108,
- "US DVD Sales": null,
- "Production Budget": 53012938,
- "Release Date": "Jun 16 2000",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Singleton",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 5.9,
- "IMDB Votes": 32881
- },
- {
- "Title": "The Shaggy Dog",
- "US Gross": 61123569,
- "Worldwide Gross": 87123569,
- "US DVD Sales": 28587103,
- "Production Budget": 60000000,
- "Release Date": "Mar 10 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Brian Robbins",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.1,
- "IMDB Votes": 6116
- },
- {
- "Title": "Scary Movie",
- "US Gross": 157019771,
- "Worldwide Gross": 277200000,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jul 07 2000",
- "MPAA Rating": "R",
- "Running Time min": 88,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Keenen Ivory Wayans",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6,
- "IMDB Votes": 68541
- },
- {
- "Title": "Shaun of the Dead",
- "US Gross": 13542874,
- "Worldwide Gross": 29629128,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Sep 24 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Edgar Wright",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8,
- "IMDB Votes": 134693
- },
- {
- "Title": "Shortbus",
- "US Gross": 1985292,
- "Worldwide Gross": 1985292,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Oct 04 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 6.7,
- "IMDB Votes": 14276
- },
- {
- "Title": "She's All That",
- "US Gross": 63465522,
- "Worldwide Gross": 63465522,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 29 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.4,
- "IMDB Votes": 28498
- },
- {
- "Title": "She's the Man",
- "US Gross": 33889159,
- "Worldwide Gross": 56889159,
- "US DVD Sales": 33340509,
- "Production Budget": 25000000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Play",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Andy Fickman",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.4,
- "IMDB Votes": 26513
- },
- {
- "Title": "Sherrybaby",
- "US Gross": 199176,
- "Worldwide Gross": 622806,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 08 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.7,
- "IMDB Votes": 6372
- },
- {
- "Title": "Shallow Hal",
- "US Gross": 70836296,
- "Worldwide Gross": 70836296,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 09 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6,
- "IMDB Votes": 35878
- },
- {
- "Title": "Silent Hill",
- "US Gross": 46982632,
- "Worldwide Gross": 99982632,
- "US DVD Sales": 22104517,
- "Production Budget": 50000000,
- "Release Date": "Apr 21 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Game",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Christophe Gans",
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": 6.5,
- "IMDB Votes": 65485
- },
- {
- "Title": "Shutter Island",
- "US Gross": 128012934,
- "Worldwide Gross": 294512934,
- "US DVD Sales": 22083616,
- "Production Budget": 80000000,
- "Release Date": "Feb 19 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Scorsese",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 8,
- "IMDB Votes": 105706
- },
- {
- "Title": "Shakespeare in Love",
- "US Gross": 100317794,
- "Worldwide Gross": 279500000,
- "US DVD Sales": null,
- "Production Budget": 26000000,
- "Release Date": "Dec 11 1998",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "John Madden",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.4,
- "IMDB Votes": 77911
- },
- {
- "Title": "In the Shadow of the Moon",
- "US Gross": 1134358,
- "Worldwide Gross": 1134358,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Sep 07 2007",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "ThinkFilm",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8,
- "IMDB Votes": 2974
- },
- {
- "Title": "Sherlock Holmes",
- "US Gross": 209028679,
- "Worldwide Gross": 518249844,
- "US DVD Sales": 42276167,
- "Production Budget": 80000000,
- "Release Date": "Dec 25 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Guy Ritchie",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.5,
- "IMDB Votes": 91555
- },
- {
- "Title": "She's Out of My League",
- "US Gross": 31628317,
- "Worldwide Gross": 49219151,
- "US DVD Sales": 7889235,
- "Production Budget": 20000000,
- "Release Date": "Mar 12 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.7,
- "IMDB Votes": 17449
- },
- {
- "Title": "Shooter",
- "US Gross": 47003582,
- "Worldwide Gross": 95203582,
- "US DVD Sales": 57333255,
- "Production Budget": 60000000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "R",
- "Running Time min": 125,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 7.2,
- "IMDB Votes": 149
- },
- {
- "Title": "Shrek",
- "US Gross": 267655011,
- "Worldwide Gross": 484399218,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "May 18 2001",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Andrew Adamson",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 8,
- "IMDB Votes": 163855
- },
- {
- "Title": "Shrek 2",
- "US Gross": 441226247,
- "Worldwide Gross": 919838758,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "May 19 2004",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Andrew Adamson",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.5,
- "IMDB Votes": 95658
- },
- {
- "Title": "Shrek the Third",
- "US Gross": 322719944,
- "Worldwide Gross": 798958162,
- "US DVD Sales": 176400340,
- "Production Budget": 160000000,
- "Release Date": "May 18 2007",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.1,
- "IMDB Votes": 59778
- },
- {
- "Title": "Shrek Forever After",
- "US Gross": 238395990,
- "Worldwide Gross": 729395990,
- "US DVD Sales": null,
- "Production Budget": 165000000,
- "Release Date": "May 21 2010",
- "MPAA Rating": "PG",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 12193
- },
- {
- "Title": "Shark Tale",
- "US Gross": 160861908,
- "Worldwide Gross": 367275019,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Oct 01 2004",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Rob Letterman",
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 5.9,
- "IMDB Votes": 40019
- },
- {
- "Title": "Shattered Glass",
- "US Gross": 2207975,
- "Worldwide Gross": 2932719,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Oct 31 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.4,
- "IMDB Votes": 14575
- },
- {
- "Title": "Stealing Harvard",
- "US Gross": 13973532,
- "Worldwide Gross": 13973532,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 13 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.7,
- "IMDB Votes": 6899
- },
- {
- "Title": "Showtime",
- "US Gross": 37948765,
- "Worldwide Gross": 78948765,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Mar 15 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tom Dey",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 5.3,
- "IMDB Votes": 22128
- },
- {
- "Title": "Sicko",
- "US Gross": 24538513,
- "Worldwide Gross": 33538513,
- "US DVD Sales": 17438209,
- "Production Budget": 9000000,
- "Release Date": "Jun 22 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Michael Moore",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 8.2,
- "IMDB Votes": 40886
- },
- {
- "Title": "The Siege",
- "US Gross": 40934175,
- "Worldwide Gross": 116625798,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Nov 06 1998",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edward Zwick",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Signs",
- "US Gross": 227965690,
- "Worldwide Gross": 408265690,
- "US DVD Sales": null,
- "Production Budget": 70702619,
- "Release Date": "Aug 02 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.9,
- "IMDB Votes": 111561
- },
- {
- "Title": "Simon Birch",
- "US Gross": 18253415,
- "Worldwide Gross": 18253415,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 11 1998",
- "MPAA Rating": "PG",
- "Running Time min": 110,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mark Steven Johnson",
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.7,
- "IMDB Votes": 11371
- },
- {
- "Title": "A Simple Wish",
- "US Gross": 8165213,
- "Worldwide Gross": 8165213,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jul 11 1997",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Michael Ritchie",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 4.9,
- "IMDB Votes": 1545
- },
- {
- "Title": "The Simpsons Movie",
- "US Gross": 183135014,
- "Worldwide Gross": 527071022,
- "US DVD Sales": 96359085,
- "Production Budget": 72500000,
- "Release Date": "Jul 27 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Silverman",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.6,
- "IMDB Votes": 117656
- },
- {
- "Title": "Sinbad: Legend of the Seven Seas",
- "US Gross": 26483452,
- "Worldwide Gross": 80767884,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 02 2003",
- "MPAA Rating": "PG",
- "Running Time min": 86,
- "Distributor": "Dreamworks SKG",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Tim Johnson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 7895
- },
- {
- "Title": "Sin City",
- "US Gross": 74103820,
- "Worldwide Gross": 158753820,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Apr 01 2005",
- "MPAA Rating": "R",
- "Running Time min": 126,
- "Distributor": "Miramax/Dimension",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 8.3,
- "IMDB Votes": 255814
- },
- {
- "Title": "The Singing Detective",
- "US Gross": 336456,
- "Worldwide Gross": 524747,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Oct 24 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 5.6,
- "IMDB Votes": 4441
- },
- {
- "Title": "The Sixth Sense",
- "US Gross": 293506292,
- "Worldwide Gross": 672806292,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 06 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 8.2,
- "IMDB Votes": 238745
- },
- {
- "Title": "Super Size Me",
- "US Gross": 11529368,
- "Worldwide Gross": 29529368,
- "US DVD Sales": null,
- "Production Budget": 65000,
- "Release Date": "May 07 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "IDP Distribution",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": "Morgan Spurlock",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 33805
- },
- {
- "Title": "The Skeleton Key",
- "US Gross": 47907715,
- "Worldwide Gross": 92907715,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 12 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Iain Softley",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.5,
- "IMDB Votes": 29810
- },
- {
- "Title": "The Skulls",
- "US Gross": 35007180,
- "Worldwide Gross": 35007180,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Mar 31 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 5.3,
- "IMDB Votes": 14903
- },
- {
- "Title": "Sky High",
- "US Gross": 63939454,
- "Worldwide Gross": 81627454,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jul 29 2005",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.6,
- "IMDB Votes": 20923
- },
- {
- "Title": "Slackers",
- "US Gross": 4814244,
- "Worldwide Gross": 4814244,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Feb 01 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7934
- },
- {
- "Title": "Ready to Rumble",
- "US Gross": 12372410,
- "Worldwide Gross": 12372410,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Apr 07 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian Robbins",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Soldier",
- "US Gross": 14623082,
- "Worldwide Gross": 14623082,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Oct 23 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Anderson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Sleepy Hollow",
- "US Gross": 101068340,
- "Worldwide Gross": 207068340,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Nov 19 1999",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": "Tim Burton",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.5,
- "IMDB Votes": 107511
- },
- {
- "Title": "Lucky Number Slevin",
- "US Gross": 22495466,
- "Worldwide Gross": 55495466,
- "US DVD Sales": 26858545,
- "Production Budget": 27000000,
- "Release Date": "Apr 07 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul McGuigan",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 7.8,
- "IMDB Votes": 91145
- },
- {
- "Title": "The Secret Life of Bees",
- "US Gross": 37766350,
- "Worldwide Gross": 39612166,
- "US DVD Sales": 17077991,
- "Production Budget": 11000000,
- "Release Date": "Oct 17 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 7,
- "IMDB Votes": 7077
- },
- {
- "Title": "Hannibal",
- "US Gross": 165092266,
- "Worldwide Gross": 350100280,
- "US DVD Sales": null,
- "Production Budget": 87000000,
- "Release Date": "Feb 09 2001",
- "MPAA Rating": "R",
- "Running Time min": 131,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ridley Scott",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.4,
- "IMDB Votes": 74862
- },
- {
- "Title": "Southland Tales",
- "US Gross": 275380,
- "Worldwide Gross": 364607,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Nov 14 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Musical",
- "Creative Type": "Contemporary Fiction",
- "Director": "Richard Kelly",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20172
- },
- {
- "Title": "Slow Burn",
- "US Gross": 1237615,
- "Worldwide Gross": 1237615,
- "US DVD Sales": 893953,
- "Production Budget": 15500000,
- "Release Date": "Apr 13 2007",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.9,
- "IMDB Votes": 2318
- },
- {
- "Title": "Sleepover",
- "US Gross": 9408183,
- "Worldwide Gross": 9408183,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jul 09 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.6,
- "IMDB Votes": 4774
- },
- {
- "Title": "The Bridge of San Luis Rey",
- "US Gross": 49981,
- "Worldwide Gross": 1696765,
- "US DVD Sales": null,
- "Production Budget": 24000000,
- "Release Date": "Jun 10 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 5,
- "IMDB Votes": 1913
- },
- {
- "Title": "Slither",
- "US Gross": 7802450,
- "Worldwide Gross": 12834936,
- "US DVD Sales": 7475776,
- "Production Budget": 15250000,
- "Release Date": "Mar 31 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 6.6,
- "IMDB Votes": 26101
- },
- {
- "Title": "Slumdog Millionaire",
- "US Gross": 141319928,
- "Worldwide Gross": 365257315,
- "US DVD Sales": 31952272,
- "Production Budget": 14000000,
- "Release Date": "Nov 12 2008",
- "MPAA Rating": "R",
- "Running Time min": 116,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Danny Boyle",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.3,
- "IMDB Votes": 176325
- },
- {
- "Title": "Slums of Beverly Hills",
- "US Gross": 5502773,
- "Worldwide Gross": 5502773,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Aug 14 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Real Life Events",
- "Major Genre": "Comedy",
- "Creative Type": "Dramatization",
- "Director": "Tamara Jenkins",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.4,
- "IMDB Votes": 5821
- },
- {
- "Title": "Small Soldiers",
- "US Gross": 55143823,
- "Worldwide Gross": 71743823,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 10 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Joe Dante",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 5.9,
- "IMDB Votes": 20571
- },
- {
- "Title": "Mr. And Mrs. Smith",
- "US Gross": 186336279,
- "Worldwide Gross": 478336279,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Jun 10 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Doug Liman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.7,
- "IMDB Votes": 189
- },
- {
- "Title": "Smokin' Aces",
- "US Gross": 35662731,
- "Worldwide Gross": 56047261,
- "US DVD Sales": 35817034,
- "Production Budget": 17000000,
- "Release Date": "Jan 26 2007",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Joe Carnahan",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 6.6,
- "IMDB Votes": 57313
- },
- {
- "Title": "Someone Like You",
- "US Gross": 27338033,
- "Worldwide Gross": 38684906,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Mar 30 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Goldwyn",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.8,
- "IMDB Votes": 10073
- },
- {
- "Title": "Death to Smoochy",
- "US Gross": 8355815,
- "Worldwide Gross": 8374062,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 29 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Danny De Vito",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.2,
- "IMDB Votes": 22379
- },
- {
- "Title": "Simply Irresistible",
- "US Gross": 4398989,
- "Worldwide Gross": 4398989,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Feb 05 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 4.8,
- "IMDB Votes": 6927
- },
- {
- "Title": "Summer Catch",
- "US Gross": 19693891,
- "Worldwide Gross": 19693891,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 24 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 4.6,
- "IMDB Votes": 6848
- },
- {
- "Title": "There's Something About Mary",
- "US Gross": 176484651,
- "Worldwide Gross": 360099999,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jul 15 1998",
- "MPAA Rating": "R",
- "Running Time min": 119,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.2,
- "IMDB Votes": 96443
- },
- {
- "Title": "Snake Eyes",
- "US Gross": 55591409,
- "Worldwide Gross": 103891409,
- "US DVD Sales": null,
- "Production Budget": 73000000,
- "Release Date": "Aug 07 1998",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian De Palma",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 5.8,
- "IMDB Votes": 29321
- },
- {
- "Title": "Snakes on a Plane",
- "US Gross": 34020814,
- "Worldwide Gross": 62020814,
- "US DVD Sales": 23704179,
- "Production Budget": 33000000,
- "Release Date": "Aug 18 2006",
- "MPAA Rating": "R",
- "Running Time min": 105,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David R. Ellis",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6,
- "IMDB Votes": 65841
- },
- {
- "Title": "Lemony Snicket's A Series of Unfortunate Events",
- "US Gross": 118627117,
- "Worldwide Gross": 201627117,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG",
- "Running Time min": 108,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Brad Silberling",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.9,
- "IMDB Votes": 51614
- },
- {
- "Title": "House of Sand and Fog",
- "US Gross": 13005485,
- "Worldwide Gross": 16157923,
- "US DVD Sales": null,
- "Production Budget": 16500000,
- "Release Date": "Dec 19 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.8,
- "IMDB Votes": 29777
- },
- {
- "Title": "A Sound of Thunder",
- "US Gross": 1900451,
- "Worldwide Gross": 6300451,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Sep 02 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Peter Hyams",
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 4.1,
- "IMDB Votes": 9915
- },
- {
- "Title": "See No Evil",
- "US Gross": 15032800,
- "Worldwide Gross": 15387513,
- "US DVD Sales": 45391536,
- "Production Budget": 8000000,
- "Release Date": "May 19 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 5,
- "IMDB Votes": 10035
- },
- {
- "Title": "The Shipping News",
- "US Gross": 11405825,
- "Worldwide Gross": 24405825,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Dec 25 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.7,
- "IMDB Votes": 17338
- },
- {
- "Title": "Shanghai Knights",
- "US Gross": 60470220,
- "Worldwide Gross": 60470220,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 07 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "David Dobkin",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 6.2,
- "IMDB Votes": 24893
- },
- {
- "Title": "Shanghai Noon",
- "US Gross": 56932305,
- "Worldwide Gross": 71189835,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "May 26 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Tom Dey",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.6,
- "IMDB Votes": 32446
- },
- {
- "Title": "Snow Dogs",
- "US Gross": 81150692,
- "Worldwide Gross": 115010692,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Jan 18 2002",
- "MPAA Rating": "PG",
- "Running Time min": 99,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Brian Levant",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 4.9,
- "IMDB Votes": 7561
- },
- {
- "Title": "Snow Falling on Cedars",
- "US Gross": 14378353,
- "Worldwide Gross": 14378353,
- "US DVD Sales": null,
- "Production Budget": 36000000,
- "Release Date": "Dec 24 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.7,
- "IMDB Votes": 8444
- },
- {
- "Title": "Sunshine",
- "US Gross": 3688560,
- "Worldwide Gross": 32030610,
- "US DVD Sales": 6342481,
- "Production Budget": 40000000,
- "Release Date": "Jul 20 2007",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": "Danny Boyle",
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 7.3,
- "IMDB Votes": 74535
- },
- {
- "Title": "Snatch",
- "US Gross": 30093107,
- "Worldwide Gross": 83593107,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Dec 08 2000",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Guy Ritchie",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.2,
- "IMDB Votes": 173919
- },
- {
- "Title": "Snow Day",
- "US Gross": 60008303,
- "Worldwide Gross": 62452927,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Feb 11 2000",
- "MPAA Rating": "PG",
- "Running Time min": 89,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 4.4,
- "IMDB Votes": 4611
- },
- {
- "Title": "Sorority Boys",
- "US Gross": 10198766,
- "Worldwide Gross": 12516222,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 22 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.1,
- "IMDB Votes": 7392
- },
- {
- "Title": "Solaris",
- "US Gross": 14970038,
- "Worldwide Gross": 14970038,
- "US DVD Sales": null,
- "Production Budget": 47000000,
- "Release Date": "Nov 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.2,
- "IMDB Votes": 33151
- },
- {
- "Title": "Solitary Man",
- "US Gross": 4354546,
- "Worldwide Gross": 4354546,
- "US DVD Sales": null,
- "Production Budget": 12500000,
- "Release Date": "May 21 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Anchor Bay Entertainment",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1936
- },
- {
- "Title": "The Soloist",
- "US Gross": 31720158,
- "Worldwide Gross": 38286958,
- "US DVD Sales": 10310814,
- "Production Budget": 60000000,
- "Release Date": "Apr 24 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Joe Wright",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 14257
- },
- {
- "Title": "Songcatcher",
- "US Gross": 3050934,
- "Worldwide Gross": 3050934,
- "US DVD Sales": null,
- "Production Budget": 1800000,
- "Release Date": "Jun 15 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 1997
- },
- {
- "Title": "Sonny",
- "US Gross": 17639,
- "Worldwide Gross": 17639,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Dec 27 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 5.7,
- "IMDB Votes": 1941
- },
- {
- "Title": "Standard Operating Procedure",
- "US Gross": 228830,
- "Worldwide Gross": 228830,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Apr 25 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 7.5,
- "IMDB Votes": 1640
- },
- {
- "Title": "The Sorcerer's Apprentice",
- "US Gross": 62492818,
- "Worldwide Gross": 200092818,
- "US DVD Sales": null,
- "Production Budget": 160000000,
- "Release Date": "Jul 14 2010",
- "MPAA Rating": "PG",
- "Running Time min": 110,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Short Film",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.4,
- "IMDB Votes": 9108
- },
- {
- "Title": "Soul Food",
- "US Gross": 43492389,
- "Worldwide Gross": 43492389,
- "US DVD Sales": null,
- "Production Budget": 7500000,
- "Release Date": "Sep 26 1997",
- "MPAA Rating": "R",
- "Running Time min": 114,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.4,
- "IMDB Votes": 2636
- },
- {
- "Title": "Soul Plane",
- "US Gross": 13922211,
- "Worldwide Gross": 14553807,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "May 28 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 3.7,
- "IMDB Votes": 9143
- },
- {
- "Title": "South Park: Bigger, Longer & Uncut",
- "US Gross": 52037603,
- "Worldwide Gross": 52037603,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Jun 30 1999",
- "MPAA Rating": "R",
- "Running Time min": 80,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Trey Parker",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Space Jam",
- "US Gross": 90463534,
- "Worldwide Gross": 250200000,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 15 1996",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Joe Pytka",
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 5.6,
- "IMDB Votes": 29293
- },
- {
- "Title": "Spanglish",
- "US Gross": 42044321,
- "Worldwide Gross": 54344321,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Dec 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "James L. Brooks",
- "Rotten Tomatoes Rating": 52,
- "IMDB Rating": 6.7,
- "IMDB Votes": 30660
- },
- {
- "Title": "Spawn",
- "US Gross": 54979992,
- "Worldwide Gross": 87949859,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 31 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "New Line",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 4.8,
- "IMDB Votes": 21366
- },
- {
- "Title": "Superbad",
- "US Gross": 121463226,
- "Worldwide Gross": 169863226,
- "US DVD Sales": 134555373,
- "Production Budget": 17500000,
- "Release Date": "Aug 17 2007",
- "MPAA Rating": "R",
- "Running Time min": 112,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Greg Mottola",
- "Rotten Tomatoes Rating": 87,
- "IMDB Rating": 7.8,
- "IMDB Votes": 134212
- },
- {
- "Title": "SpongeBob SquarePants",
- "US Gross": 85416609,
- "Worldwide Gross": 140416609,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Nov 19 2004",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Space Chimps",
- "US Gross": 30105968,
- "Worldwide Gross": 59517784,
- "US DVD Sales": 13349286,
- "Production Budget": 37000000,
- "Release Date": "Jul 18 2008",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 4.5,
- "IMDB Votes": 4324
- },
- {
- "Title": "Space Cowboys",
- "US Gross": 90454043,
- "Worldwide Gross": 128874043,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Aug 04 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Clint Eastwood",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.3,
- "IMDB Votes": 29983
- },
- {
- "Title": "Spider",
- "US Gross": 1641788,
- "Worldwide Gross": 1641788,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 28 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Cronenberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 560
- },
- {
- "Title": "Speed Racer",
- "US Gross": 43945766,
- "Worldwide Gross": 93394462,
- "US DVD Sales": 14217924,
- "Production Budget": 120000000,
- "Release Date": "May 09 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Andy Wachowski",
- "Rotten Tomatoes Rating": 38,
- "IMDB Rating": 6.3,
- "IMDB Votes": 32672
- },
- {
- "Title": "The Spiderwick Chronicles",
- "US Gross": 71195053,
- "Worldwide Gross": 162839667,
- "US DVD Sales": 27525903,
- "Production Budget": 92500000,
- "Release Date": "Feb 14 2008",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Mark Waters",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 6.8,
- "IMDB Votes": 18715
- },
- {
- "Title": "Speedway Junky",
- "US Gross": 17127,
- "Worldwide Gross": 17127,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Aug 31 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.7,
- "IMDB Votes": 1205
- },
- {
- "Title": "Speed II: Cruise Control",
- "US Gross": 48097081,
- "Worldwide Gross": 150468000,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Jun 13 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 125,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jan De Bont",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 30896
- },
- {
- "Title": "Sphere",
- "US Gross": 37068294,
- "Worldwide Gross": 50168294,
- "US DVD Sales": null,
- "Production Budget": 73000000,
- "Release Date": "Feb 13 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 5.6,
- "IMDB Votes": 31461
- },
- {
- "Title": "Spiceworld",
- "US Gross": 29342592,
- "Worldwide Gross": 56042592,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jan 23 1998",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Sony Pictures",
- "Source": "Musical Group Movie",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 2.9,
- "IMDB Votes": 18010
- },
- {
- "Title": "Spider-Man 2",
- "US Gross": 373524485,
- "Worldwide Gross": 783705001,
- "US DVD Sales": 4196484,
- "Production Budget": 200000000,
- "Release Date": "Jun 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 127,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.7,
- "IMDB Votes": 141940
- },
- {
- "Title": "Spider-Man 3",
- "US Gross": 336530303,
- "Worldwide Gross": 890871626,
- "US DVD Sales": 124058348,
- "Production Budget": 258000000,
- "Release Date": "May 04 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 139,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 63,
- "IMDB Rating": 6.4,
- "IMDB Votes": 141513
- },
- {
- "Title": "Spider-Man",
- "US Gross": 403706375,
- "Worldwide Gross": 821708551,
- "US DVD Sales": null,
- "Production Budget": 139000000,
- "Release Date": "May 03 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 121,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Sam Raimi",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.4,
- "IMDB Votes": 167524
- },
- {
- "Title": "Scott Pilgrim vs. The World",
- "US Gross": 31167395,
- "Worldwide Gross": 43149143,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Aug 13 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edgar Wright",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 8.1,
- "IMDB Votes": 17461
- },
- {
- "Title": "See Spot Run",
- "US Gross": 33357476,
- "Worldwide Gross": 43057552,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Mar 02 2001",
- "MPAA Rating": "PG",
- "Running Time min": 97,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 4.9,
- "IMDB Votes": 3673
- },
- {
- "Title": "Superman Returns",
- "US Gross": 200120000,
- "Worldwide Gross": 391120000,
- "US DVD Sales": 81580739,
- "Production Budget": 232000000,
- "Release Date": "Jun 28 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 157,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Bryan Singer",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 6.6,
- "IMDB Votes": 102751
- },
- {
- "Title": "Supernova",
- "US Gross": 14218868,
- "Worldwide Gross": 14218868,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jan 14 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Francis Ford Coppola",
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 6.8,
- "IMDB Votes": 127
- },
- {
- "Title": "Spirited Away",
- "US Gross": 10049886,
- "Worldwide Gross": 274949886,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Hayao Miyazaki",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Spun",
- "US Gross": 410241,
- "Worldwide Gross": 1022649,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "Mar 14 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 16011
- },
- {
- "Title": "Spy Game",
- "US Gross": 62362560,
- "Worldwide Gross": 143049560,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Nov 21 2001",
- "MPAA Rating": "R",
- "Running Time min": 126,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.9,
- "IMDB Votes": 44850
- },
- {
- "Title": "Spy Kids 2: The Island of Lost Dreams",
- "US Gross": 85846296,
- "Worldwide Gross": 119721296,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Aug 07 2002",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Spy Kids 3-D: Game Over",
- "US Gross": 111760631,
- "Worldwide Gross": 167851995,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 25 2003",
- "MPAA Rating": "PG",
- "Running Time min": 84,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 12352
- },
- {
- "Title": "Spy Kids",
- "US Gross": 112692062,
- "Worldwide Gross": 197692062,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Mar 30 2001",
- "MPAA Rating": "PG",
- "Running Time min": 88,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Robert Rodriguez",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 5.7,
- "IMDB Votes": 23479
- },
- {
- "Title": "The Square",
- "US Gross": 406216,
- "Worldwide Gross": 406216,
- "US DVD Sales": null,
- "Production Budget": 1900000,
- "Release Date": "Apr 09 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Apparition",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 1303
- },
- {
- "Title": "The Squid and the Whale",
- "US Gross": 7372734,
- "Worldwide Gross": 11098131,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Oct 05 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Noah Baumbach",
- "Rotten Tomatoes Rating": 93,
- "IMDB Rating": 7.6,
- "IMDB Votes": 23521
- },
- {
- "Title": "Serendipity",
- "US Gross": 50255310,
- "Worldwide Gross": 75294136,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Oct 05 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Chelsom",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.6,
- "IMDB Votes": 32014
- },
- {
- "Title": "Saint Ralph",
- "US Gross": 795126,
- "Worldwide Gross": 795126,
- "US DVD Sales": null,
- "Production Budget": 5200000,
- "Release Date": "Aug 05 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.5,
- "IMDB Votes": 3492
- },
- {
- "Title": "Shaolin Soccer",
- "US Gross": 488872,
- "Worldwide Gross": 42776032,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Apr 02 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": "Stephen Chow",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Superstar",
- "US Gross": 30628981,
- "Worldwide Gross": 30628981,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Oct 08 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 82,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6,
- "IMDB Votes": 103
- },
- {
- "Title": "Soul Survivors",
- "US Gross": 3100650,
- "Worldwide Gross": 4288246,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Sep 07 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 4,
- "IMDB Rating": 3.6,
- "IMDB Votes": 5116
- },
- {
- "Title": "Spirit: Stallion of the Cimarron",
- "US Gross": 73215310,
- "Worldwide Gross": 106515310,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "May 24 2002",
- "MPAA Rating": "G",
- "Running Time min": 84,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Kelly Asbury",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 8622
- },
- {
- "Title": "Star Wars Ep. II: Attack of the Clones",
- "US Gross": 310676740,
- "Worldwide Gross": 656695615,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "May 16 2002",
- "MPAA Rating": "PG",
- "Running Time min": 142,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "George Lucas",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Star Wars Ep. III: Revenge of the Sith",
- "US Gross": 380270577,
- "Worldwide Gross": 848998877,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "May 19 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 140,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "George Lucas",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Starship Troopers",
- "US Gross": 54768952,
- "Worldwide Gross": 121100000,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Nov 07 1997",
- "MPAA Rating": "R",
- "Running Time min": 129,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Paul Verhoeven",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.1,
- "IMDB Votes": 83516
- },
- {
- "Title": "The Station Agent",
- "US Gross": 5801558,
- "Worldwide Gross": 7773824,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.8,
- "IMDB Votes": 22274
- },
- {
- "Title": "Stay Alive",
- "US Gross": 23086480,
- "Worldwide Gross": 23187506,
- "US DVD Sales": 13333591,
- "Production Budget": 20000000,
- "Release Date": "Mar 24 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 91,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.5,
- "IMDB Votes": 13658
- },
- {
- "Title": "Small Time Crooks",
- "US Gross": 17266359,
- "Worldwide Gross": 29934477,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "May 19 2000",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Woody Allen",
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 6.5,
- "IMDB Votes": 15636
- },
- {
- "Title": "Steel",
- "US Gross": 1686429,
- "Worldwide Gross": 1686429,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Aug 15 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 2.7,
- "IMDB Votes": 4409
- },
- {
- "Title": "How Stella Got Her Groove Back",
- "US Gross": 37672944,
- "Worldwide Gross": 37672944,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 14 1998",
- "MPAA Rating": "R",
- "Running Time min": 124,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.1,
- "IMDB Votes": 3080
- },
- {
- "Title": "The Stepford Wives",
- "US Gross": 59475623,
- "Worldwide Gross": 96221971,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Jun 11 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 93,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Oz",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.1,
- "IMDB Votes": 26712
- },
- {
- "Title": "Stepmom",
- "US Gross": 91137662,
- "Worldwide Gross": 119709917,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Dec 25 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 127,
- "Distributor": "Sony/TriStar",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Chris Columbus",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.2,
- "IMDB Votes": 18505
- },
- {
- "Title": "Stomp the Yard",
- "US Gross": 61356221,
- "Worldwide Gross": 76356221,
- "US DVD Sales": 33252252,
- "Production Budget": 14000000,
- "Release Date": "Jan 12 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 4.3,
- "IMDB Votes": 13737
- },
- {
- "Title": "Stranger Than Fiction",
- "US Gross": 40435190,
- "Worldwide Gross": 45235190,
- "US DVD Sales": 30936711,
- "Production Budget": 30000000,
- "Release Date": "Nov 10 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 112,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Marc Forster",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.8,
- "IMDB Votes": 74218
- },
- {
- "Title": "The Legend of Suriyothai",
- "US Gross": 454255,
- "Worldwide Gross": 454255,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Jun 20 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Stick It",
- "US Gross": 26910736,
- "Worldwide Gross": 30399714,
- "US DVD Sales": 27642935,
- "Production Budget": 20000000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 31,
- "IMDB Rating": 5.9,
- "IMDB Votes": 9556
- },
- {
- "Title": "Stigmata",
- "US Gross": 50041732,
- "Worldwide Gross": 89441732,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Sep 10 1999",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rupert Wainwright",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 6,
- "IMDB Votes": 29411
- },
- {
- "Title": "A Stir of Echoes",
- "US Gross": 21133087,
- "Worldwide Gross": 21133087,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Sep 10 1999",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Artisan",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Koepp",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 26752
- },
- {
- "Title": "Street Kings",
- "US Gross": 26415649,
- "Worldwide Gross": 65589243,
- "US DVD Sales": 13420759,
- "Production Budget": 20000000,
- "Release Date": "Apr 11 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 7,
- "IMDB Votes": 40291
- },
- {
- "Title": "Stuart Little",
- "US Gross": 140015224,
- "Worldwide Gross": 298800000,
- "US DVD Sales": null,
- "Production Budget": 105000000,
- "Release Date": "Dec 17 1999",
- "MPAA Rating": "PG",
- "Running Time min": 92,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Rob Minkoff",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 5.8,
- "IMDB Votes": 23226
- },
- {
- "Title": "Stuart Little 2",
- "US Gross": 64956806,
- "Worldwide Gross": 166000000,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Jul 19 2002",
- "MPAA Rating": "PG",
- "Running Time min": 78,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Rob Minkoff",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7534
- },
- {
- "Title": "Stealth",
- "US Gross": 32116746,
- "Worldwide Gross": 76416746,
- "US DVD Sales": null,
- "Production Budget": 138000000,
- "Release Date": "Jul 29 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.8,
- "IMDB Votes": 21664
- },
- {
- "Title": "Steamboy",
- "US Gross": 468867,
- "Worldwide Gross": 10468867,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 18 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Statement",
- "US Gross": 765637,
- "Worldwide Gross": 1545064,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Dec 12 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": "Norman Jewison",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 6,
- "IMDB Votes": 2735
- },
- {
- "Title": "Stolen Summer",
- "US Gross": 119841,
- "Worldwide Gross": 119841,
- "US DVD Sales": null,
- "Production Budget": 1500000,
- "Release Date": "Mar 22 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1733
- },
- {
- "Title": "Stop-Loss",
- "US Gross": 10915744,
- "Worldwide Gross": 11179472,
- "US DVD Sales": 4736139,
- "Production Budget": 25000000,
- "Release Date": "Mar 28 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Kimberly Peirce",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 9268
- },
- {
- "Title": "The Perfect Storm",
- "US Gross": 182618434,
- "Worldwide Gross": 328711434,
- "US DVD Sales": null,
- "Production Budget": 120000000,
- "Release Date": "Jun 30 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 6.2,
- "IMDB Votes": 55716
- },
- {
- "Title": "The Story of Us",
- "US Gross": 27100030,
- "Worldwide Gross": 27100030,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Oct 15 1999",
- "MPAA Rating": "R",
- "Running Time min": 74,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Reiner",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.6,
- "IMDB Votes": 10720
- },
- {
- "Title": "The Stepfather",
- "US Gross": 29062561,
- "Worldwide Gross": 29227561,
- "US DVD Sales": 6587798,
- "Production Budget": 20000000,
- "Release Date": "Oct 16 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.3,
- "IMDB Votes": 6263
- },
- {
- "Title": "State of Play",
- "US Gross": 37017955,
- "Worldwide Gross": 91445389,
- "US DVD Sales": 13578224,
- "Production Budget": 60000000,
- "Release Date": "Apr 17 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 127,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin MacDonald",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.3,
- "IMDB Votes": 34067
- },
- {
- "Title": "The Sisterhood of the Traveling Pants 2",
- "US Gross": 44089964,
- "Worldwide Gross": 44154645,
- "US DVD Sales": 15266725,
- "Production Budget": 27000000,
- "Release Date": "Aug 06 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.2,
- "IMDB Votes": 6557
- },
- {
- "Title": "Sisterhood of the Traveling Pants",
- "US Gross": 39053061,
- "Worldwide Gross": 41560117,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Jun 01 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ken Kwapis",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Step Up",
- "US Gross": 65328121,
- "Worldwide Gross": 115328121,
- "US DVD Sales": 51317604,
- "Production Budget": 12000000,
- "Release Date": "Aug 11 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Anne Fletcher",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 6.1,
- "IMDB Votes": 21691
- },
- {
- "Title": "The Straight Story",
- "US Gross": 6197866,
- "Worldwide Gross": 6197866,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 15 1999",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "David Lynch",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8,
- "IMDB Votes": 36265
- },
- {
- "Title": "Star Trek: First Contact",
- "US Gross": 92027888,
- "Worldwide Gross": 150000000,
- "US DVD Sales": null,
- "Production Budget": 46000000,
- "Release Date": "Nov 22 1996",
- "MPAA Rating": "PG-13",
- "Running Time min": 111,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Frakes",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 45106
- },
- {
- "Title": "Star Trek: Insurrection",
- "US Gross": 70187658,
- "Worldwide Gross": 117800000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Dec 11 1998",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Frakes",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 26559
- },
- {
- "Title": "Star Trek: Nemesis",
- "US Gross": 43254409,
- "Worldwide Gross": 67312826,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Dec 13 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.4,
- "IMDB Votes": 28449
- },
- {
- "Title": "Alex Rider: Operation Stormbreaker",
- "US Gross": 659210,
- "Worldwide Gross": 9351567,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Oct 13 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Strangers",
- "US Gross": 52597610,
- "Worldwide Gross": 80597610,
- "US DVD Sales": 15789825,
- "Production Budget": 9000000,
- "Release Date": "May 30 2008",
- "MPAA Rating": "R",
- "Running Time min": 85,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6,
- "IMDB Votes": 35078
- },
- {
- "Title": "Super Troopers",
- "US Gross": 18492362,
- "Worldwide Gross": 23046142,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jay Chandrasekhar",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 29514
- },
- {
- "Title": "Strangers with Candy",
- "US Gross": 2072645,
- "Worldwide Gross": 2077844,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 28 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 4941
- },
- {
- "Title": "Star Wars Ep. I: The Phantom Menace",
- "US Gross": 431088297,
- "Worldwide Gross": 924288297,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "May 19 1999",
- "MPAA Rating": "PG",
- "Running Time min": 133,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "George Lucas",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Stuck On You",
- "US Gross": 33832741,
- "Worldwide Gross": 63537164,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Dec 12 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Bobby Farrelly",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 5.9,
- "IMDB Votes": 23196
- },
- {
- "Title": "Step Up 2 the Streets",
- "US Gross": 58017783,
- "Worldwide Gross": 150017783,
- "US DVD Sales": 21801408,
- "Production Budget": 17500000,
- "Release Date": "Feb 14 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.6,
- "IMDB Votes": 20345
- },
- {
- "Title": "The Sum of All Fears",
- "US Gross": 118471320,
- "Worldwide Gross": 193500000,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "May 31 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Phil Alden Robinson",
- "Rotten Tomatoes Rating": 59,
- "IMDB Rating": 6.3,
- "IMDB Votes": 38586
- },
- {
- "Title": "Sunshine State",
- "US Gross": 3064356,
- "Worldwide Gross": 3064356,
- "US DVD Sales": null,
- "Production Budget": 5600000,
- "Release Date": "Jun 21 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Sayles",
- "Rotten Tomatoes Rating": 80,
- "IMDB Rating": 6.8,
- "IMDB Votes": 2769
- },
- {
- "Title": "Supercross",
- "US Gross": 3102550,
- "Worldwide Gross": 3252550,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 17 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 6,
- "IMDB Rating": 2.9,
- "IMDB Votes": 2514
- },
- {
- "Title": "Surf's Up",
- "US Gross": 58867694,
- "Worldwide Gross": 145395745,
- "US DVD Sales": 46260220,
- "Production Budget": 100000000,
- "Release Date": "Jun 08 2007",
- "MPAA Rating": "PG",
- "Running Time min": 86,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 77,
- "IMDB Rating": 7,
- "IMDB Votes": 20974
- },
- {
- "Title": "Surrogates",
- "US Gross": 38577772,
- "Worldwide Gross": 119668350,
- "US DVD Sales": 11099238,
- "Production Budget": 80000000,
- "Release Date": "Sep 25 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Mostow",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.3,
- "IMDB Votes": 36940
- },
- {
- "Title": "Summer of Sam",
- "US Gross": 19288130,
- "Worldwide Gross": 19288130,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Jul 02 1999",
- "MPAA Rating": "R",
- "Running Time min": 142,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Spike Lee",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.5,
- "IMDB Votes": 18431
- },
- {
- "Title": "Savage Grace",
- "US Gross": 434417,
- "Worldwide Gross": 968805,
- "US DVD Sales": null,
- "Production Budget": 4600000,
- "Release Date": "May 28 2008",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 3838
- },
- {
- "Title": "Saving Private Ryan",
- "US Gross": 216335085,
- "Worldwide Gross": 481635085,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jul 24 1998",
- "MPAA Rating": "R",
- "Running Time min": 169,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 8.5,
- "IMDB Votes": 270540
- },
- {
- "Title": "S.W.A.T.",
- "US Gross": 116877597,
- "Worldwide Gross": 198100000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Aug 08 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 5.9,
- "IMDB Votes": 43260
- },
- {
- "Title": "Sideways",
- "US Gross": 71502303,
- "Worldwide Gross": 109705641,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Oct 22 2004",
- "MPAA Rating": "R",
- "Running Time min": 125,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alexander Payne",
- "Rotten Tomatoes Rating": 97,
- "IMDB Rating": 7.8,
- "IMDB Votes": 69778
- },
- {
- "Title": "Shall We Dance?",
- "US Gross": 57887882,
- "Worldwide Gross": 118097882,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Oct 15 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 106,
- "Distributor": "Miramax",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Chelsom",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 2192
- },
- {
- "Title": "Secret Window",
- "US Gross": 47958031,
- "Worldwide Gross": 92958031,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Mar 12 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "David Koepp",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.5,
- "IMDB Votes": 53868
- },
- {
- "Title": "Swept Away",
- "US Gross": 598645,
- "Worldwide Gross": 598645,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Guy Ritchie",
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 3.4,
- "IMDB Votes": 7665
- },
- {
- "Title": "Swimming Pool",
- "US Gross": 10130108,
- "Worldwide Gross": 22441323,
- "US DVD Sales": null,
- "Production Budget": 7800000,
- "Release Date": "Jul 04 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.8,
- "IMDB Votes": 19992
- },
- {
- "Title": "The Sidewalks of New York",
- "US Gross": 2402459,
- "Worldwide Gross": 3100834,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Nov 21 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Edward Burns",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Swimfan",
- "US Gross": 28563926,
- "Worldwide Gross": 28563926,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Sep 06 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.6,
- "IMDB Votes": 9577
- },
- {
- "Title": "Sweet November",
- "US Gross": 25288103,
- "Worldwide Gross": 65754228,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Feb 16 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 6,
- "IMDB Votes": 20891
- },
- {
- "Title": "Sydney White",
- "US Gross": 11892415,
- "Worldwide Gross": 12778631,
- "US DVD Sales": 6828112,
- "Production Budget": 16500000,
- "Release Date": "Sep 21 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Universal",
- "Source": "Traditional/Legend/Fairytale",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.2,
- "IMDB Votes": 9309
- },
- {
- "Title": "Switchback",
- "US Gross": 6504442,
- "Worldwide Gross": 6504442,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Oct 31 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 6.1,
- "IMDB Votes": 5141
- },
- {
- "Title": "Star Wars: The Clone Wars",
- "US Gross": 35161554,
- "Worldwide Gross": 68161554,
- "US DVD Sales": 22831563,
- "Production Budget": 8500000,
- "Release Date": "Aug 15 2008",
- "MPAA Rating": "PG",
- "Running Time min": 98,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.4,
- "IMDB Votes": 17513
- },
- {
- "Title": "The Sweetest Thing",
- "US Gross": 24430272,
- "Worldwide Gross": 44633441,
- "US DVD Sales": null,
- "Production Budget": 43000000,
- "Release Date": "Apr 12 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roger Kumble",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 4.7,
- "IMDB Votes": 23378
- },
- {
- "Title": "Six Days, Seven Nights",
- "US Gross": 74339294,
- "Worldwide Gross": 164800000,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Jun 12 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ivan Reitman",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 4.7,
- "IMDB Votes": 48
- },
- {
- "Title": "Sex Drive",
- "US Gross": 8402485,
- "Worldwide Gross": 10412485,
- "US DVD Sales": 10245880,
- "Production Budget": 19000000,
- "Release Date": "Oct 17 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.8,
- "IMDB Votes": 26920
- },
- {
- "Title": "Sexy Beast",
- "US Gross": 6946056,
- "Worldwide Gross": 6946056,
- "US DVD Sales": null,
- "Production Budget": 4300000,
- "Release Date": "Jun 13 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 20916
- },
- {
- "Title": "Chinjeolhan geumjassi",
- "US Gross": 211667,
- "Worldwide Gross": 23471871,
- "US DVD Sales": null,
- "Production Budget": 4500000,
- "Release Date": "May 05 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Tartan Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": null,
- "Director": "Chan-wook Park",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.7,
- "IMDB Votes": 19341
- },
- {
- "Title": "Synecdoche, New York",
- "US Gross": 3081925,
- "Worldwide Gross": 3081925,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 24 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Syriana",
- "US Gross": 50824620,
- "Worldwide Gross": 95024620,
- "US DVD Sales": 15415665,
- "Production Budget": 50000000,
- "Release Date": "Nov 23 2005",
- "MPAA Rating": "R",
- "Running Time min": 126,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.1,
- "IMDB Votes": 53265
- },
- {
- "Title": "Suspect Zero",
- "US Gross": 8712564,
- "Worldwide Gross": 8712564,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Aug 27 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "E. Elias Merhige",
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 5.8,
- "IMDB Votes": 9804
- },
- {
- "Title": "Tadpole",
- "US Gross": 2891288,
- "Worldwide Gross": 3200241,
- "US DVD Sales": null,
- "Production Budget": 150000,
- "Release Date": "Jul 19 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gary Winick",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.1,
- "IMDB Votes": 3800
- },
- {
- "Title": "Tailor of Panama",
- "US Gross": 13491653,
- "Worldwide Gross": 27491653,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Mar 30 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "John Boorman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Taken",
- "US Gross": 145000989,
- "Worldwide Gross": 225461461,
- "US DVD Sales": 67315399,
- "Production Budget": 25000000,
- "Release Date": "Jan 30 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Pierre Morel",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.8,
- "IMDB Votes": 1125
- },
- {
- "Title": "Take the Lead",
- "US Gross": 34742066,
- "Worldwide Gross": 65742066,
- "US DVD Sales": 21100670,
- "Production Budget": 30000000,
- "Release Date": "Apr 01 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 44,
- "IMDB Rating": 6.5,
- "IMDB Votes": 10015
- },
- {
- "Title": "Talladega Nights: The Ballad of Ricky Bobby",
- "US Gross": 148213377,
- "Worldwide Gross": 163013377,
- "US DVD Sales": 84838372,
- "Production Budget": 73000000,
- "Release Date": "Aug 04 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam McKay",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.4,
- "IMDB Votes": 50407
- },
- {
- "Title": "The Talented Mr. Ripley",
- "US Gross": 81292135,
- "Worldwide Gross": 81292135,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Dec 25 1999",
- "MPAA Rating": "R",
- "Running Time min": 139,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Anthony Minghella",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.2,
- "IMDB Votes": 63319
- },
- {
- "Title": "Tarnation",
- "US Gross": 592014,
- "Worldwide Gross": 1162014,
- "US DVD Sales": null,
- "Production Budget": 218,
- "Release Date": "Oct 06 2004",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "WellSpring",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 3847
- },
- {
- "Title": "Taxman",
- "US Gross": 9871,
- "Worldwide Gross": 9871,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Sep 17 1999",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": null,
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 520
- },
- {
- "Title": "Thunderbirds",
- "US Gross": 6768055,
- "Worldwide Gross": 28231444,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jul 30 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Frakes",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 4,
- "IMDB Votes": 5397
- },
- {
- "Title": "The Best Man",
- "US Gross": 34102780,
- "Worldwide Gross": 34572780,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Malcolm D. Lee",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.1,
- "IMDB Votes": 2019
- },
- {
- "Title": "Book of Shadows: Blair Witch 2",
- "US Gross": 26421314,
- "Worldwide Gross": 47721314,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 27 2000",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4,
- "IMDB Votes": 16122
- },
- {
- "Title": "The Cave",
- "US Gross": 15007991,
- "Worldwide Gross": 27147991,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 26 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 12,
- "IMDB Rating": 4.8,
- "IMDB Votes": 13025
- },
- {
- "Title": "This Christmas",
- "US Gross": 49121934,
- "Worldwide Gross": 49778552,
- "US DVD Sales": 17922664,
- "Production Budget": 13000000,
- "Release Date": "Nov 21 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 118,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 5.4,
- "IMDB Votes": 3351
- },
- {
- "Title": "The Core",
- "US Gross": 31111260,
- "Worldwide Gross": 74132631,
- "US DVD Sales": null,
- "Production Budget": 85000000,
- "Release Date": "Mar 28 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 133,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Jon Amiel",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.3,
- "IMDB Votes": 27375
- },
- {
- "Title": "The Thomas Crown Affair",
- "US Gross": 69304264,
- "Worldwide Gross": 124304264,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Aug 06 1999",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.7,
- "IMDB Votes": 37692
- },
- {
- "Title": "The Damned United",
- "US Gross": 449865,
- "Worldwide Gross": 4054204,
- "US DVD Sales": null,
- "Production Budget": 6400000,
- "Release Date": "Oct 09 2009",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Factual Book/Article",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Tom Hooper",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 7.5,
- "IMDB Votes": 7560
- },
- {
- "Title": "The Tale of Despereaux",
- "US Gross": 50877145,
- "Worldwide Gross": 88717945,
- "US DVD Sales": 26233404,
- "Production Budget": 60000000,
- "Release Date": "Dec 19 2008",
- "MPAA Rating": "G",
- "Running Time min": 93,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Sam Fell",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.1,
- "IMDB Votes": 7460
- },
- {
- "Title": "Team America: World Police",
- "US Gross": 32774834,
- "Worldwide Gross": 50274834,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 15 2004",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Trey Parker",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.3,
- "IMDB Votes": 58763
- },
- {
- "Title": "Tea with Mussolini",
- "US Gross": 14395874,
- "Worldwide Gross": 14395874,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "May 14 1999",
- "MPAA Rating": "PG",
- "Running Time min": 116,
- "Distributor": "MGM",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Franco Zeffirelli",
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 6.7,
- "IMDB Votes": 5435
- },
- {
- "Title": "Tears of the Sun",
- "US Gross": 43632458,
- "Worldwide Gross": 85632458,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Mar 07 2003",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 6.4,
- "IMDB Votes": 34304
- },
- {
- "Title": "The Big Tease",
- "US Gross": 185577,
- "Worldwide Gross": 185577,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jan 28 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.1,
- "IMDB Votes": 1610
- },
- {
- "Title": "Not Another Teen Movie",
- "US Gross": 37882551,
- "Worldwide Gross": 62401343,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 14 2001",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.5,
- "IMDB Votes": 36678
- },
- {
- "Title": "Teeth",
- "US Gross": 347578,
- "Worldwide Gross": 2300349,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jan 18 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Roadside Attractions",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 18
- },
- {
- "Title": "Bridge to Terabithia",
- "US Gross": 82234139,
- "Worldwide Gross": 136934139,
- "US DVD Sales": 41383048,
- "Production Budget": 25000000,
- "Release Date": "Feb 16 2007",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 85,
- "IMDB Rating": 7.4,
- "IMDB Votes": 34482
- },
- {
- "Title": "Terminator 3: Rise of the Machines",
- "US Gross": 150358296,
- "Worldwide Gross": 433058296,
- "US DVD Sales": null,
- "Production Budget": 170000000,
- "Release Date": "Jul 01 2003",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Jonathan Mostow",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 107667
- },
- {
- "Title": "Terminator Salvation: The Future Begins",
- "US Gross": 125322469,
- "Worldwide Gross": 371628539,
- "US DVD Sales": 28434778,
- "Production Budget": 200000000,
- "Release Date": "May 21 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Joseph McGinty Nichol",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Transformers",
- "US Gross": 319246193,
- "Worldwide Gross": 708272592,
- "US DVD Sales": 290787166,
- "Production Budget": 151000000,
- "Release Date": "Jul 03 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": 140,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 7.3,
- "IMDB Votes": 197131
- },
- {
- "Title": "Transformers: Revenge of the Fallen",
- "US Gross": 402111870,
- "Worldwide Gross": 836303693,
- "US DVD Sales": 217509899,
- "Production Budget": 210000000,
- "Release Date": "Jun 24 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 149,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Michael Bay",
- "Rotten Tomatoes Rating": 20,
- "IMDB Rating": 6,
- "IMDB Votes": 95786
- },
- {
- "Title": "The Goods: Live Hard, Sell Hard",
- "US Gross": 15122676,
- "Worldwide Gross": 15122676,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Aug 14 2009",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Neal Brennan",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Greatest Game Ever Played",
- "US Gross": 15331289,
- "Worldwide Gross": 15425073,
- "US DVD Sales": 37687804,
- "Production Budget": 25000000,
- "Release Date": "Sep 30 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Bill Paxton",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 7.3,
- "IMDB Votes": 7876
- },
- {
- "Title": "The Ghost Writer",
- "US Gross": 15541549,
- "Worldwide Gross": 63241549,
- "US DVD Sales": 3354366,
- "Production Budget": 45000000,
- "Release Date": "Feb 19 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roman Polanski",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.6,
- "IMDB Votes": 22875
- },
- {
- "Title": "Joheunnom nabbeunnom isanghannom",
- "US Gross": 128486,
- "Worldwide Gross": 42226657,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Apr 23 2010",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 5548
- },
- {
- "Title": "The Beach",
- "US Gross": 39778599,
- "Worldwide Gross": 39778599,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 11 2000",
- "MPAA Rating": "R",
- "Running Time min": 119,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Danny Boyle",
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 4.5,
- "IMDB Votes": 229
- },
- {
- "Title": "The Box",
- "US Gross": 15051977,
- "Worldwide Gross": 26341896,
- "US DVD Sales": 3907625,
- "Production Budget": 25000000,
- "Release Date": "Nov 06 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": "Richard Kelly",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.8,
- "IMDB Votes": 418
- },
- {
- "Title": "The Wild Thornberrys",
- "US Gross": 40108697,
- "Worldwide Gross": 60694737,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Dec 20 2002",
- "MPAA Rating": "PG",
- "Running Time min": 85,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 1104
- },
- {
- "Title": "Bug",
- "US Gross": 7006708,
- "Worldwide Gross": 7006708,
- "US DVD Sales": 1251654,
- "Production Budget": 4000000,
- "Release Date": "May 25 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Friedkin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6,
- "IMDB Votes": 14164
- },
- {
- "Title": "They",
- "US Gross": 12840842,
- "Worldwide Gross": 12840842,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Nov 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 4.6,
- "IMDB Votes": 6550
- },
- {
- "Title": "The Eye",
- "US Gross": 31418697,
- "Worldwide Gross": 56706727,
- "US DVD Sales": 12319404,
- "Production Budget": 12000000,
- "Release Date": "Feb 01 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.3,
- "IMDB Votes": 17304
- },
- {
- "Title": "The Fog",
- "US Gross": 29511112,
- "Worldwide Gross": 37048526,
- "US DVD Sales": null,
- "Production Budget": 18000000,
- "Release Date": "Oct 14 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rupert Wainwright",
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 3.3,
- "IMDB Votes": 15760
- },
- {
- "Title": "The Thin Red Line",
- "US Gross": 36400491,
- "Worldwide Gross": 36400491,
- "US DVD Sales": null,
- "Production Budget": 52000000,
- "Release Date": "Dec 23 1998",
- "MPAA Rating": "R",
- "Running Time min": 166,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Terrence Malick",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 7.5,
- "IMDB Votes": 60966
- },
- {
- "Title": "Thirteen Days",
- "US Gross": 34566746,
- "Worldwide Gross": 66554547,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Dec 25 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 145,
- "Distributor": "New Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Roger Donaldson",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.3,
- "IMDB Votes": 23578
- },
- {
- "Title": "The Kid",
- "US Gross": 69688384,
- "Worldwide Gross": 69688384,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jul 07 2000",
- "MPAA Rating": "PG",
- "Running Time min": 104,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jon Turteltaub",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.9,
- "IMDB Votes": 14927
- },
- {
- "Title": "The Man",
- "US Gross": 8330720,
- "Worldwide Gross": 10393696,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Sep 09 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Les Mayfield",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.4,
- "IMDB Votes": 9356
- },
- {
- "Title": "House on Haunted Hill",
- "US Gross": 40846082,
- "Worldwide Gross": 40846082,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Oct 29 1999",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "William Malone",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 5.2,
- "IMDB Votes": 22795
- },
- {
- "Title": "The One",
- "US Gross": 43905746,
- "Worldwide Gross": 43905746,
- "US DVD Sales": null,
- "Production Budget": 49000000,
- "Release Date": "Nov 02 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 87,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James Wong",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 5.6,
- "IMDB Votes": 24416
- },
- {
- "Title": "Gwoemul",
- "US Gross": 2201923,
- "Worldwide Gross": 89006691,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 09 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 26783
- },
- {
- "Title": "Thr3e",
- "US Gross": 1008849,
- "Worldwide Gross": 1060418,
- "US DVD Sales": null,
- "Production Budget": 2400000,
- "Release Date": "Jan 05 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "The Bigger Picture",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 5,
- "IMDB Votes": 2825
- },
- {
- "Title": "Three to Tango",
- "US Gross": 10570375,
- "Worldwide Gross": 10570375,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 22 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.8,
- "IMDB Votes": 11148
- },
- {
- "Title": "The Thirteenth Floor",
- "US Gross": 11810854,
- "Worldwide Gross": 11810854,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "May 28 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 6.7,
- "IMDB Votes": 19939
- },
- {
- "Title": "The 13th Warrior",
- "US Gross": 32698899,
- "Worldwide Gross": 61698899,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "Aug 27 1999",
- "MPAA Rating": "R",
- "Running Time min": 103,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "John McTiernan",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6.3,
- "IMDB Votes": 36151
- },
- {
- "Title": "The Tuxedo",
- "US Gross": 50586000,
- "Worldwide Gross": 50586000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Sep 27 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 99,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5,
- "IMDB Votes": 19370
- },
- {
- "Title": "The Tigger Movie",
- "US Gross": 4554533,
- "Worldwide Gross": 55159800,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Feb 11 2000",
- "MPAA Rating": "G",
- "Running Time min": 77,
- "Distributor": "Walt Disney Pictures",
- "Source": "Spin-Off",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6,
- "IMDB Votes": 2986
- },
- {
- "Title": "Timeline",
- "US Gross": 19480739,
- "Worldwide Gross": 26703184,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Nov 26 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Richard Donner",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 5.3,
- "IMDB Votes": 19318
- },
- {
- "Title": "The Adventures of Tintin: Secret of the Unicorn",
- "US Gross": 0,
- "Worldwide Gross": 0,
- "US DVD Sales": null,
- "Production Budget": 130000000,
- "Release Date": "Dec 23 2011",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Thirteen",
- "US Gross": 4601043,
- "Worldwide Gross": 6302406,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Aug 20 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Catherine Hardwicke",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 31482
- },
- {
- "Title": "Titan A.E.",
- "US Gross": 22751979,
- "Worldwide Gross": 36751979,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jun 16 2000",
- "MPAA Rating": "PG",
- "Running Time min": 95,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Don Bluth",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.4,
- "IMDB Votes": 22286
- },
- {
- "Title": "Titanic",
- "US Gross": 600788188,
- "Worldwide Gross": 1842879955,
- "US DVD Sales": null,
- "Production Budget": 200000000,
- "Release Date": "Dec 19 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 194,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Historical Fiction",
- "Director": "James Cameron",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.4,
- "IMDB Votes": 240732
- },
- {
- "Title": "The Kids Are All Right",
- "US Gross": 20553799,
- "Worldwide Gross": 20553799,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jul 09 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 7.8,
- "IMDB Votes": 3093
- },
- {
- "Title": "The League of Extraordinary Gentlemen",
- "US Gross": 66465204,
- "Worldwide Gross": 179265204,
- "US DVD Sales": null,
- "Production Budget": 78000000,
- "Release Date": "Jul 11 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 110,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Stephen Norrington",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.5,
- "IMDB Votes": 50710
- },
- {
- "Title": "The Time Machine",
- "US Gross": 56684819,
- "Worldwide Gross": 98983590,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Mar 08 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 96,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 5.6,
- "IMDB Votes": 32465
- },
- {
- "Title": "Tomcats",
- "US Gross": 13558739,
- "Worldwide Gross": 13558739,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Mar 30 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 4.9,
- "IMDB Votes": 9505
- },
- {
- "Title": "The Mist",
- "US Gross": 25593755,
- "Worldwide Gross": 54777490,
- "US DVD Sales": 29059367,
- "Production Budget": 13000000,
- "Release Date": "Nov 21 2007",
- "MPAA Rating": "R",
- "Running Time min": 127,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Science Fiction",
- "Director": "Frank Darabont",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.4,
- "IMDB Votes": 76830
- },
- {
- "Title": "TMNT",
- "US Gross": 54149098,
- "Worldwide Gross": 95009888,
- "US DVD Sales": 30836109,
- "Production Budget": 35000000,
- "Release Date": "Mar 23 2007",
- "MPAA Rating": "PG",
- "Running Time min": 88,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 26178
- },
- {
- "Title": "Tomorrow Never Dies",
- "US Gross": 125304276,
- "Worldwide Gross": 339504276,
- "US DVD Sales": null,
- "Production Budget": 110000000,
- "Release Date": "Dec 19 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": 119,
- "Distributor": "MGM",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Roger Spottiswoode",
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.4,
- "IMDB Votes": 46650
- },
- {
- "Title": "The Royal Tenenbaums",
- "US Gross": 52353636,
- "Worldwide Gross": 71430876,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Dec 14 2001",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wes Anderson",
- "Rotten Tomatoes Rating": 79,
- "IMDB Rating": 7.6,
- "IMDB Votes": 82349
- },
- {
- "Title": "Lara Croft: Tomb Raider: The Cradle of Life",
- "US Gross": 65653758,
- "Worldwide Gross": 156453758,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 25 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 117,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Game",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jan De Bont",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.2,
- "IMDB Votes": 32832
- },
- {
- "Title": "Lara Croft: Tomb Raider",
- "US Gross": 131144183,
- "Worldwide Gross": 274644183,
- "US DVD Sales": null,
- "Production Budget": 94000000,
- "Release Date": "Jun 15 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Game",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": "Simon West",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.4,
- "IMDB Votes": 55582
- },
- {
- "Title": "The Day After Tomorrow",
- "US Gross": 186740799,
- "Worldwide Gross": 544272402,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "May 28 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "Roland Emmerich",
- "Rotten Tomatoes Rating": 46,
- "IMDB Rating": 6.3,
- "IMDB Votes": 92241
- },
- {
- "Title": "Topsy Turvy",
- "US Gross": 6201757,
- "Worldwide Gross": 6201757,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Dec 17 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "USA Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Musical",
- "Creative Type": "Dramatization",
- "Director": "Mike Leigh",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 6215
- },
- {
- "Title": "Torque",
- "US Gross": 21176322,
- "Worldwide Gross": 46176322,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jan 16 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 3.5,
- "IMDB Votes": 12986
- },
- {
- "Title": "The Others",
- "US Gross": 96522687,
- "Worldwide Gross": 209947037,
- "US DVD Sales": null,
- "Production Budget": 17000000,
- "Release Date": "Aug 10 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.8,
- "IMDB Votes": 86091
- },
- {
- "Title": "The Town",
- "US Gross": 30980607,
- "Worldwide Gross": 33180607,
- "US DVD Sales": null,
- "Production Budget": 37000000,
- "Release Date": "Sep 17 2010",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ben Affleck",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 8.7,
- "IMDB Votes": 493
- },
- {
- "Title": "Toy Story 2",
- "US Gross": 245852179,
- "Worldwide Gross": 484966906,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Nov 19 1999",
- "MPAA Rating": "G",
- "Running Time min": 92,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "John Lasseter",
- "Rotten Tomatoes Rating": 100,
- "IMDB Rating": 8,
- "IMDB Votes": 119357
- },
- {
- "Title": "Toy Story 3",
- "US Gross": 410640665,
- "Worldwide Gross": 1046340665,
- "US DVD Sales": null,
- "Production Budget": 200000000,
- "Release Date": "Jun 18 2010",
- "MPAA Rating": "G",
- "Running Time min": 102,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 99,
- "IMDB Rating": 8.9,
- "IMDB Votes": 67380
- },
- {
- "Title": "The Taking of Pelham 123",
- "US Gross": 65452312,
- "Worldwide Gross": 148989667,
- "US DVD Sales": 23048229,
- "Production Budget": 110000000,
- "Release Date": "Jun 12 2009",
- "MPAA Rating": "R",
- "Running Time min": 106,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Tony Scott",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.5,
- "IMDB Votes": 33452
- },
- {
- "Title": "Treasure Planet",
- "US Gross": 38120554,
- "Worldwide Gross": 91800000,
- "US DVD Sales": null,
- "Production Budget": 100000000,
- "Release Date": "Nov 27 2002",
- "MPAA Rating": "PG",
- "Running Time min": 96,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.6,
- "IMDB Votes": 12099
- },
- {
- "Title": "Traffic",
- "US Gross": 124107476,
- "Worldwide Gross": 208300000,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Dec 27 2000",
- "MPAA Rating": "R",
- "Running Time min": 147,
- "Distributor": "USA Films",
- "Source": "Based on TV",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Steven Soderbergh",
- "Rotten Tomatoes Rating": 91,
- "IMDB Rating": 7.8,
- "IMDB Votes": 85759
- },
- {
- "Title": "Thomas and the Magic Railroad",
- "US Gross": 15911332,
- "Worldwide Gross": 15911332,
- "US DVD Sales": null,
- "Production Budget": 19000000,
- "Release Date": "Jul 26 2000",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Destination Films",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 2.7,
- "IMDB Votes": 1613
- },
- {
- "Title": "Training Day",
- "US Gross": 76261036,
- "Worldwide Gross": 104505362,
- "US DVD Sales": null,
- "Production Budget": 45000000,
- "Release Date": "Oct 05 2001",
- "MPAA Rating": "R",
- "Running Time min": 122,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Antoine Fuqua",
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 7.6,
- "IMDB Votes": 82057
- },
- {
- "Title": "Traitor",
- "US Gross": 23530831,
- "Worldwide Gross": 27664173,
- "US DVD Sales": 13547082,
- "Production Budget": 22000000,
- "Release Date": "Aug 27 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Overture Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.1,
- "IMDB Votes": 22468
- },
- {
- "Title": "Trapped",
- "US Gross": 6916869,
- "Worldwide Gross": 6916869,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 20 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 18,
- "IMDB Rating": 6,
- "IMDB Votes": 10685
- },
- {
- "Title": "The Ring",
- "US Gross": 129094024,
- "Worldwide Gross": 249094024,
- "US DVD Sales": null,
- "Production Budget": 48000000,
- "Release Date": "Oct 18 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 115,
- "Distributor": "Dreamworks SKG",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 5.5,
- "IMDB Votes": 589
- },
- {
- "Title": "Trippin'",
- "US Gross": 9017070,
- "Worldwide Gross": 9017070,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "May 12 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "October Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 4.6,
- "IMDB Votes": 673
- },
- {
- "Title": "Star Trek",
- "US Gross": 257730019,
- "Worldwide Gross": 385680447,
- "US DVD Sales": 98317480,
- "Production Budget": 140000000,
- "Release Date": "May 08 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": "J.J. Abrams",
- "Rotten Tomatoes Rating": 94,
- "IMDB Rating": 8.2,
- "IMDB Votes": 134187
- },
- {
- "Title": "The Terminal",
- "US Gross": 77073959,
- "Worldwide Gross": 218673959,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jun 18 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 128,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 7.1,
- "IMDB Votes": 79803
- },
- {
- "Title": "Transamerica",
- "US Gross": 9015303,
- "Worldwide Gross": 15151744,
- "US DVD Sales": 3927958,
- "Production Budget": 1000000,
- "Release Date": "Dec 02 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.6,
- "IMDB Votes": 19343
- },
- {
- "Title": "The Transporter 2",
- "US Gross": 43095856,
- "Worldwide Gross": 85095856,
- "US DVD Sales": null,
- "Production Budget": 32000000,
- "Release Date": "Sep 02 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Louis Leterrier",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 51005
- },
- {
- "Title": "The Transporter",
- "US Gross": 25296447,
- "Worldwide Gross": 43928932,
- "US DVD Sales": null,
- "Production Budget": 21000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Corey Yuen",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.6,
- "IMDB Votes": 51005
- },
- {
- "Title": "The Road",
- "US Gross": 8114270,
- "Worldwide Gross": 23914270,
- "US DVD Sales": 6599387,
- "Production Budget": 25000000,
- "Release Date": "Nov 25 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": 7.5,
- "IMDB Votes": 39124
- },
- {
- "Title": "Tropic Thunder",
- "US Gross": 110461307,
- "Worldwide Gross": 188163455,
- "US DVD Sales": 50387300,
- "Production Budget": 90000000,
- "Release Date": "Aug 13 2008",
- "MPAA Rating": "R",
- "Running Time min": 106,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ben Stiller",
- "Rotten Tomatoes Rating": 83,
- "IMDB Rating": 7.2,
- "IMDB Votes": 104839
- },
- {
- "Title": "Troy",
- "US Gross": 133298577,
- "Worldwide Gross": 497398577,
- "US DVD Sales": null,
- "Production Budget": 150000000,
- "Release Date": "May 14 2004",
- "MPAA Rating": "R",
- "Running Time min": 163,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Wolfgang Petersen",
- "Rotten Tomatoes Rating": 54,
- "IMDB Rating": 7,
- "IMDB Votes": 129575
- },
- {
- "Title": "xXx",
- "US Gross": 141930000,
- "Worldwide Gross": 267200000,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Aug 09 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Rob Cohen",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 5.5,
- "IMDB Votes": 52636
- },
- {
- "Title": "Ta Ra Rum Pum",
- "US Gross": 872643,
- "Worldwide Gross": 9443864,
- "US DVD Sales": null,
- "Production Budget": 7400000,
- "Release Date": "Apr 27 2007",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "Yash Raj Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 67,
- "IMDB Rating": 5.1,
- "IMDB Votes": 1051
- },
- {
- "Title": "The Truman Show",
- "US Gross": 125618201,
- "Worldwide Gross": 248400000,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Jun 05 1998",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Weir",
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8,
- "IMDB Votes": 156346
- },
- {
- "Title": "Trust the Man",
- "US Gross": 1530535,
- "Worldwide Gross": 2548378,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Aug 18 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 5.8,
- "IMDB Votes": 5262
- },
- {
- "Title": "Where the Truth Lies",
- "US Gross": 872142,
- "Worldwide Gross": 1415656,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Oct 14 2005",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "Atom Egoyan",
- "Rotten Tomatoes Rating": 41,
- "IMDB Rating": 6.6,
- "IMDB Votes": 8951
- },
- {
- "Title": "Tarzan",
- "US Gross": 171091819,
- "Worldwide Gross": 448191819,
- "US DVD Sales": null,
- "Production Budget": 145000000,
- "Release Date": "Jun 16 1999",
- "MPAA Rating": "G",
- "Running Time min": 88,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Kevin Lima",
- "Rotten Tomatoes Rating": 88,
- "IMDB Rating": 6.9,
- "IMDB Votes": 26871
- },
- {
- "Title": "The Secret in Their Eyes",
- "US Gross": 6374789,
- "Worldwide Gross": 6374789,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Apr 16 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Tsotsi",
- "US Gross": 2912606,
- "Worldwide Gross": 9879971,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Feb 24 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gavin Hood",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 13167
- },
- {
- "Title": "Teacher's Pet: The Movie",
- "US Gross": 6491969,
- "Worldwide Gross": 6491969,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 16 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Time Traveler's Wife",
- "US Gross": 63414846,
- "Worldwide Gross": 98666635,
- "US DVD Sales": 19814283,
- "Production Budget": 39000000,
- "Release Date": "Aug 14 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 7.1,
- "IMDB Votes": 23908
- },
- {
- "Title": "The Touch",
- "US Gross": 0,
- "Worldwide Gross": 5918742,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 31 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 1031
- },
- {
- "Title": "Tuck Everlasting",
- "US Gross": 19161999,
- "Worldwide Gross": 19344615,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Oct 11 2002",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Kids Fiction",
- "Director": "Jay Russell",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.5,
- "IMDB Votes": 6639
- },
- {
- "Title": "Thumbsucker",
- "US Gross": 1328679,
- "Worldwide Gross": 1919197,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 70,
- "IMDB Rating": 6.7,
- "IMDB Votes": 12109
- },
- {
- "Title": "Turbulence",
- "US Gross": 11532774,
- "Worldwide Gross": 11532774,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Jan 10 1997",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 4.5,
- "IMDB Votes": 5147
- },
- {
- "Title": "Turistas",
- "US Gross": 7027762,
- "Worldwide Gross": 14321070,
- "US DVD Sales": 3507046,
- "Production Budget": 10000000,
- "Release Date": "Dec 01 2006",
- "MPAA Rating": "R",
- "Running Time min": 89,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 83
- },
- {
- "Title": "The Wash",
- "US Gross": 10097096,
- "Worldwide Gross": 10097096,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Nov 14 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 3.6,
- "IMDB Votes": 3095
- },
- {
- "Title": "Two Girls and a Guy",
- "US Gross": 2057193,
- "Worldwide Gross": 2315026,
- "US DVD Sales": null,
- "Production Budget": 1000000,
- "Release Date": "Apr 24 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Toback",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 3722
- },
- {
- "Title": "The Wild",
- "US Gross": 37384046,
- "Worldwide Gross": 99384046,
- "US DVD Sales": 43063958,
- "Production Budget": 80000000,
- "Release Date": "Apr 14 2006",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 19,
- "IMDB Rating": 5.4,
- "IMDB Votes": 8498
- },
- {
- "Title": "Twilight",
- "US Gross": 15055091,
- "Worldwide Gross": 15055091,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 06 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.1,
- "IMDB Votes": 4840
- },
- {
- "Title": "Twisted",
- "US Gross": 25195050,
- "Worldwide Gross": 40119848,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Feb 27 2004",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Philip Kaufman",
- "Rotten Tomatoes Rating": 2,
- "IMDB Rating": 4.8,
- "IMDB Votes": 83
- },
- {
- "Title": "The Twilight Saga: New Moon",
- "US Gross": 296623634,
- "Worldwide Gross": 702623634,
- "US DVD Sales": 162665819,
- "Production Budget": 50000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Chris Weitz",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Twilight Saga: Eclipse",
- "US Gross": 300155447,
- "Worldwide Gross": 688155447,
- "US DVD Sales": null,
- "Production Budget": 68000000,
- "Release Date": "Jun 30 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "David Slade",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Twilight",
- "US Gross": 192769854,
- "Worldwide Gross": 396439854,
- "US DVD Sales": 193591463,
- "Production Budget": 37000000,
- "Release Date": "Nov 21 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "Summit Entertainment",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": "Catherine Hardwicke",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.1,
- "IMDB Votes": 4840
- },
- {
- "Title": "Town & Country",
- "US Gross": 6712451,
- "Worldwide Gross": 10364769,
- "US DVD Sales": null,
- "Production Budget": 105000000,
- "Release Date": "Apr 27 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Chelsom",
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.4,
- "IMDB Votes": 2889
- },
- {
- "Title": "200 Cigarettes",
- "US Gross": 6852450,
- "Worldwide Gross": 6852450,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Feb 26 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.4,
- "IMDB Votes": 8645
- },
- {
- "Title": "The Texas Chainsaw Massacre: The Beginning",
- "US Gross": 39517763,
- "Worldwide Gross": 50517763,
- "US DVD Sales": 15943146,
- "Production Budget": 16000000,
- "Release Date": "Oct 06 2006",
- "MPAA Rating": "R",
- "Running Time min": 90,
- "Distributor": "New Line",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.8,
- "IMDB Votes": 20196
- },
- {
- "Title": "The Texas Chainsaw Massacre",
- "US Gross": 80571655,
- "Worldwide Gross": 107071655,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Oct 17 2003",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "New Line",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 36,
- "IMDB Rating": 6.1,
- "IMDB Votes": 39172
- },
- {
- "Title": "Texas Rangers",
- "US Gross": 623374,
- "Worldwide Gross": 623374,
- "US DVD Sales": null,
- "Production Budget": 38000000,
- "Release Date": "Nov 30 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Western",
- "Creative Type": "Historical Fiction",
- "Director": "Steve Miner",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5,
- "IMDB Votes": 2645
- },
- {
- "Title": "Tom yum goong",
- "US Gross": 12044087,
- "Worldwide Gross": 43044087,
- "US DVD Sales": 13125985,
- "Production Budget": 5700000,
- "Release Date": "Sep 08 2006",
- "MPAA Rating": "R",
- "Running Time min": 82,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.9,
- "IMDB Votes": 13929
- },
- {
- "Title": "Thank You For Smoking",
- "US Gross": 24793509,
- "Worldwide Gross": 39232211,
- "US DVD Sales": 16660404,
- "Production Budget": 7500000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Reitman",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 65340
- },
- {
- "Title": "U2 3D",
- "US Gross": 10363341,
- "Worldwide Gross": 22664070,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Jan 23 2008",
- "MPAA Rating": "G",
- "Running Time min": 85,
- "Distributor": "National Geographic Entertainment",
- "Source": "Based on Real Life Events",
- "Major Genre": "Concert/Performance",
- "Creative Type": "Factual",
- "Director": "Catherine Owens",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 8.3,
- "IMDB Votes": 2090
- },
- {
- "Title": "U-571",
- "US Gross": 77086030,
- "Worldwide Gross": 127630030,
- "US DVD Sales": null,
- "Production Budget": 62000000,
- "Release Date": "Apr 21 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Jonathan Mostow",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.4,
- "IMDB Votes": 32528
- },
- {
- "Title": "Undercover Brother",
- "US Gross": 38230435,
- "Worldwide Gross": 38230435,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "May 31 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Malcolm D. Lee",
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 5.7,
- "IMDB Votes": 14237
- },
- {
- "Title": "Underclassman",
- "US Gross": 5654777,
- "Worldwide Gross": 5654777,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 02 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.3,
- "IMDB Votes": 3249
- },
- {
- "Title": "Dodgeball: A True Underdog Story",
- "US Gross": 114326736,
- "Worldwide Gross": 167726736,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 18 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 92,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.6,
- "IMDB Votes": 65329
- },
- {
- "Title": "The Ugly Truth",
- "US Gross": 88915214,
- "Worldwide Gross": 203115214,
- "US DVD Sales": 33619971,
- "Production Budget": 38000000,
- "Release Date": "Jul 24 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Luketic",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 6.4,
- "IMDB Votes": 27888
- },
- {
- "Title": "Ultraviolet",
- "US Gross": 18522064,
- "Worldwide Gross": 20722064,
- "US DVD Sales": 14141779,
- "Production Budget": 30000000,
- "Release Date": "Mar 03 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4,
- "IMDB Votes": 28547
- },
- {
- "Title": "Unaccompanied Minors",
- "US Gross": 16655224,
- "Worldwide Gross": 21949214,
- "US DVD Sales": 7060674,
- "Production Budget": 25000000,
- "Release Date": "Dec 08 2006",
- "MPAA Rating": "PG",
- "Running Time min": 87,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.7,
- "IMDB Votes": 4133
- },
- {
- "Title": "Unbreakable",
- "US Gross": 94999143,
- "Worldwide Gross": 248099143,
- "US DVD Sales": null,
- "Production Budget": 73243106,
- "Release Date": "Nov 22 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Super Hero",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 7.3,
- "IMDB Votes": 97324
- },
- {
- "Title": "The Unborn",
- "US Gross": 42670410,
- "Worldwide Gross": 77208315,
- "US DVD Sales": 11045109,
- "Production Budget": 16000000,
- "Release Date": "Jan 09 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "David Goyer",
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 4.5,
- "IMDB Votes": 15331
- },
- {
- "Title": "Undead",
- "US Gross": 41196,
- "Worldwide Gross": 187847,
- "US DVD Sales": null,
- "Production Budget": 750000,
- "Release Date": "Jul 01 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.6,
- "IMDB Votes": 6957
- },
- {
- "Title": "Underworld",
- "US Gross": 51970690,
- "Worldwide Gross": 95708457,
- "US DVD Sales": null,
- "Production Budget": 22000000,
- "Release Date": "Sep 19 2003",
- "MPAA Rating": "R",
- "Running Time min": 121,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Len Wiseman",
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 6.7,
- "IMDB Votes": 65690
- },
- {
- "Title": "Undiscovered",
- "US Gross": 1069318,
- "Worldwide Gross": 1069318,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Aug 26 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 8,
- "IMDB Rating": 3.7,
- "IMDB Votes": 1981
- },
- {
- "Title": "Undisputed",
- "US Gross": 12398628,
- "Worldwide Gross": 12398628,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 23 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Walter Hill",
- "Rotten Tomatoes Rating": 49,
- "IMDB Rating": 5.8,
- "IMDB Votes": 6837
- },
- {
- "Title": "Underworld: Evolution",
- "US Gross": 62318875,
- "Worldwide Gross": 111318875,
- "US DVD Sales": 47003121,
- "Production Budget": 45000000,
- "Release Date": "Jan 20 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Len Wiseman",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 6.6,
- "IMDB Votes": 48551
- },
- {
- "Title": "An Unfinished Life",
- "US Gross": 8535575,
- "Worldwide Gross": 18535575,
- "US DVD Sales": 21172686,
- "Production Budget": 30000000,
- "Release Date": "Sep 09 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lasse Hallstrom",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 7.1,
- "IMDB Votes": 11770
- },
- {
- "Title": "Unfaithful",
- "US Gross": 52752475,
- "Worldwide Gross": 119114494,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "May 08 2002",
- "MPAA Rating": "R",
- "Running Time min": 123,
- "Distributor": "20th Century Fox",
- "Source": "Remake",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adrian Lyne",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.6,
- "IMDB Votes": 23998
- },
- {
- "Title": "Universal Soldier II: The Return",
- "US Gross": 10447421,
- "Worldwide Gross": 10717421,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Aug 20 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 3.4,
- "IMDB Votes": 10233
- },
- {
- "Title": null,
- "US Gross": 26403,
- "Worldwide Gross": 3080493,
- "US DVD Sales": null,
- "Production Budget": 3700000,
- "Release Date": "Nov 03 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": 85,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.6,
- "IMDB Votes": 11986
- },
- {
- "Title": "Danny the Dog",
- "US Gross": 24537621,
- "Worldwide Gross": 49037621,
- "US DVD Sales": null,
- "Production Budget": 43000000,
- "Release Date": "May 13 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus/Rogue Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Louis Leterrier",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 36119
- },
- {
- "Title": "Untraceable",
- "US Gross": 28687835,
- "Worldwide Gross": 52649951,
- "US DVD Sales": 19710582,
- "Production Budget": 35000000,
- "Release Date": "Jan 25 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 6.1,
- "IMDB Votes": 21922
- },
- {
- "Title": "Up",
- "US Gross": 293004164,
- "Worldwide Gross": 731304609,
- "US DVD Sales": 178459329,
- "Production Budget": 175000000,
- "Release Date": "May 29 2009",
- "MPAA Rating": "PG",
- "Running Time min": 96,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": "Pete Docter",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.4,
- "IMDB Votes": 110491
- },
- {
- "Title": "Up in the Air",
- "US Gross": 83823381,
- "Worldwide Gross": 166077420,
- "US DVD Sales": 17124041,
- "Production Budget": 30000000,
- "Release Date": "Dec 04 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Jason Reitman",
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Upside of Anger",
- "US Gross": 18761993,
- "Worldwide Gross": 27361993,
- "US DVD Sales": null,
- "Production Budget": 12000000,
- "Release Date": "Mar 11 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Binder",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7,
- "IMDB Votes": 12317
- },
- {
- "Title": "Urban Legend",
- "US Gross": 38116707,
- "Worldwide Gross": 72571864,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Sep 25 1998",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 5.2,
- "IMDB Votes": 19113
- },
- {
- "Title": "Urban Legends: Final Cut",
- "US Gross": 21468807,
- "Worldwide Gross": 38574362,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Sep 22 2000",
- "MPAA Rating": "R",
- "Running Time min": 98,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 3.7,
- "IMDB Votes": 7609
- },
- {
- "Title": "Urbania",
- "US Gross": 1032075,
- "Worldwide Gross": 1032075,
- "US DVD Sales": null,
- "Production Budget": 225000,
- "Release Date": "Sep 15 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 6.7,
- "IMDB Votes": 2218
- },
- {
- "Title": "Valkyrie",
- "US Gross": 83077470,
- "Worldwide Gross": 198686497,
- "US DVD Sales": 26715008,
- "Production Budget": 75000000,
- "Release Date": "Dec 25 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "United Artists",
- "Source": "Based on Real Life Events",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Dramatization",
- "Director": "Bryan Singer",
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 7.3,
- "IMDB Votes": 54343
- },
- {
- "Title": "Valiant",
- "US Gross": 19478106,
- "Worldwide Gross": 61746888,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Aug 19 2005",
- "MPAA Rating": "G",
- "Running Time min": null,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": 5.6,
- "IMDB Votes": 7158
- },
- {
- "Title": "Valentine",
- "US Gross": 20384136,
- "Worldwide Gross": 20384136,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Feb 02 2001",
- "MPAA Rating": "R",
- "Running Time min": 96,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.3,
- "IMDB Votes": 11435
- },
- {
- "Title": "Cirque du Freak: The Vampire's Assistant",
- "US Gross": 14046595,
- "Worldwide Gross": 34372469,
- "US DVD Sales": 6377527,
- "Production Budget": 40000000,
- "Release Date": "Oct 23 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Action",
- "Creative Type": "Fantasy",
- "Director": "Paul Weitz",
- "Rotten Tomatoes Rating": 37,
- "IMDB Rating": 6.1,
- "IMDB Votes": 9539
- },
- {
- "Title": "The Legend of Bagger Vance",
- "US Gross": 30695227,
- "Worldwide Gross": 39235486,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Nov 03 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 126,
- "Distributor": "Dreamworks SKG",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Robert Redford",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 6.4,
- "IMDB Votes": 21995
- },
- {
- "Title": "Raising Victor Vargas",
- "US Gross": 2073984,
- "Worldwide Gross": 2811439,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "Mar 28 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Samuel Goldwyn Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peter Sollett",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.1,
- "IMDB Votes": 3719
- },
- {
- "Title": "In the Valley of Elah",
- "US Gross": 6777741,
- "Worldwide Gross": 24489150,
- "US DVD Sales": 3182650,
- "Production Budget": 23000000,
- "Release Date": "Sep 14 2007",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Paul Haggis",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.4,
- "IMDB Votes": 27529
- },
- {
- "Title": "Venom",
- "US Gross": 881745,
- "Worldwide Gross": 881745,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 16 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax/Dimension",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 4.6,
- "IMDB Votes": 4220
- },
- {
- "Title": "Venus",
- "US Gross": 3347411,
- "Worldwide Gross": 4022411,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Dec 21 2006",
- "MPAA Rating": "R",
- "Running Time min": 95,
- "Distributor": "Miramax",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Vanity Fair",
- "US Gross": 16123851,
- "Worldwide Gross": 19123851,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Sep 01 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Mira Nair",
- "Rotten Tomatoes Rating": 50,
- "IMDB Rating": 6.2,
- "IMDB Votes": 9343
- },
- {
- "Title": "V for Vendetta",
- "US Gross": 70511035,
- "Worldwide Gross": 132511035,
- "US DVD Sales": 58723721,
- "Production Budget": 50000000,
- "Release Date": "Mar 17 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "James McTeigue",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 8.2,
- "IMDB Votes": 224636
- },
- {
- "Title": "The Velocity of Gary",
- "US Gross": 34145,
- "Worldwide Gross": 34145,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jul 16 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Van Helsing",
- "US Gross": 120150546,
- "Worldwide Gross": 300150546,
- "US DVD Sales": null,
- "Production Budget": 170000000,
- "Release Date": "May 07 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 132,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "Stephen Sommers",
- "Rotten Tomatoes Rating": 22,
- "IMDB Rating": 5.5,
- "IMDB Votes": 68846
- },
- {
- "Title": "The Village",
- "US Gross": 114197520,
- "Worldwide Gross": 260197520,
- "US DVD Sales": null,
- "Production Budget": 71682975,
- "Release Date": "Jul 30 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 108,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "M. Night Shyamalan",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 6.6,
- "IMDB Votes": 88928
- },
- {
- "Title": "The Virgin Suicides",
- "US Gross": 4859475,
- "Worldwide Gross": 4859475,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Apr 21 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sofia Coppola",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 49110
- },
- {
- "Title": "Virus",
- "US Gross": 14010690,
- "Worldwide Gross": 30626690,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jan 15 1999",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.5,
- "IMDB Votes": 10487
- },
- {
- "Title": "The Visitor",
- "US Gross": 9427026,
- "Worldwide Gross": 16194905,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Apr 11 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Overture Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 6.8,
- "IMDB Votes": 318
- },
- {
- "Title": "A Very Long Engagement",
- "US Gross": 6167817,
- "Worldwide Gross": 59606587,
- "US DVD Sales": null,
- "Production Budget": 55000000,
- "Release Date": "Nov 26 2004",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Jean-Pierre Jeunet",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Vertical Limit",
- "US Gross": 68473360,
- "Worldwide Gross": 213500000,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Dec 08 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 124,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 47,
- "IMDB Rating": 5.6,
- "IMDB Votes": 24294
- },
- {
- "Title": "Vampires",
- "US Gross": 20268825,
- "Worldwide Gross": 20268825,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 30 1998",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "John Carpenter",
- "Rotten Tomatoes Rating": 33,
- "IMDB Rating": 6.8,
- "IMDB Votes": 54
- },
- {
- "Title": "Vanilla Sky",
- "US Gross": 100614858,
- "Worldwide Gross": 202726605,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Dec 14 2001",
- "MPAA Rating": "R",
- "Running Time min": 136,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Cameron Crowe",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6.9,
- "IMDB Votes": 87820
- },
- {
- "Title": "Volcano",
- "US Gross": 47546796,
- "Worldwide Gross": 120100000,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Apr 25 1997",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mick Jackson",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.2,
- "IMDB Votes": 21313
- },
- {
- "Title": "Volver",
- "US Gross": 12899867,
- "Worldwide Gross": 85599867,
- "US DVD Sales": null,
- "Production Budget": 9400000,
- "Release Date": "Nov 03 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Pedro Almodovar",
- "Rotten Tomatoes Rating": 92,
- "IMDB Rating": 4.4,
- "IMDB Votes": 288
- },
- {
- "Title": "Kurtlar vadisi - Irak",
- "US Gross": 0,
- "Worldwide Gross": 24906717,
- "US DVD Sales": null,
- "Production Budget": 8300000,
- "Release Date": "Nov 24 2006",
- "MPAA Rating": null,
- "Running Time min": null,
- "Distributor": null,
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.7,
- "IMDB Votes": 7936
- },
- {
- "Title": "The Flintstones in Viva Rock Vegas",
- "US Gross": 35231365,
- "Worldwide Gross": 59431365,
- "US DVD Sales": null,
- "Production Budget": 58000000,
- "Release Date": "Apr 28 2000",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Universal",
- "Source": "Based on TV",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Brian Levant",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 3.3,
- "IMDB Votes": 5491
- },
- {
- "Title": "Varsity Blues",
- "US Gross": 52894169,
- "Worldwide Gross": 54294169,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Jan 15 1999",
- "MPAA Rating": "R",
- "Running Time min": 104,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Brian Robbins",
- "Rotten Tomatoes Rating": 39,
- "IMDB Rating": 6,
- "IMDB Votes": 18066
- },
- {
- "Title": "Valentine's Day",
- "US Gross": 110485654,
- "Worldwide Gross": 215771698,
- "US DVD Sales": 17250458,
- "Production Budget": 52000000,
- "Release Date": "Feb 12 2010",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Garry Marshall",
- "Rotten Tomatoes Rating": 17,
- "IMDB Rating": 5.7,
- "IMDB Votes": 17599
- },
- {
- "Title": "National Lampoon's Van Wilder",
- "US Gross": 21005329,
- "Worldwide Gross": 37975553,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Apr 05 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Wackness",
- "US Gross": 2077046,
- "Worldwide Gross": 2635650,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jul 03 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 7.1,
- "IMDB Votes": 13257
- },
- {
- "Title": "Wag the Dog",
- "US Gross": 43057470,
- "Worldwide Gross": 64252038,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Dec 25 1997",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "New Line",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7,
- "IMDB Votes": 36092
- },
- {
- "Title": "Wah-Wah",
- "US Gross": 234750,
- "Worldwide Gross": 463039,
- "US DVD Sales": null,
- "Production Budget": 7000000,
- "Release Date": "May 12 2006",
- "MPAA Rating": "Not Rated",
- "Running Time min": null,
- "Distributor": "IDP/Goldwyn/Roadside",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Richard E. Grant",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.8,
- "IMDB Votes": 1889
- },
- {
- "Title": "Waiting...",
- "US Gross": 16124543,
- "Worldwide Gross": 16285543,
- "US DVD Sales": 37517657,
- "Production Budget": 1125000,
- "Release Date": "Oct 07 2005",
- "MPAA Rating": "R",
- "Running Time min": 93,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 30,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Waking Ned Devine",
- "US Gross": 24793251,
- "Worldwide Gross": 55193251,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Nov 20 1998",
- "MPAA Rating": "PG",
- "Running Time min": 91,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "WALL-E",
- "US Gross": 223808164,
- "Worldwide Gross": 532743103,
- "US DVD Sales": 142201722,
- "Production Budget": 180000000,
- "Release Date": "Jun 27 2008",
- "MPAA Rating": "G",
- "Running Time min": 97,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Kids Fiction",
- "Director": "Andrew Stanton",
- "Rotten Tomatoes Rating": 96,
- "IMDB Rating": 8.5,
- "IMDB Votes": 182257
- },
- {
- "Title": "War",
- "US Gross": 22466994,
- "Worldwide Gross": 40666994,
- "US DVD Sales": 27148376,
- "Production Budget": 25000000,
- "Release Date": "Aug 24 2007",
- "MPAA Rating": "R",
- "Running Time min": 99,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 28771
- },
- {
- "Title": "War, Inc.",
- "US Gross": 580862,
- "Worldwide Gross": 1296184,
- "US DVD Sales": 910568,
- "Production Budget": 10000000,
- "Release Date": "May 23 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "First Look",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 29,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Red Cliff",
- "US Gross": 627047,
- "Worldwide Gross": 119627047,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Nov 20 2009",
- "MPAA Rating": "R",
- "Running Time min": 131,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Action",
- "Creative Type": "Dramatization",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The War of the Worlds",
- "US Gross": 234280354,
- "Worldwide Gross": 591745532,
- "US DVD Sales": null,
- "Production Budget": 132000000,
- "Release Date": "Jun 29 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Steven Spielberg",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.2,
- "IMDB Votes": 12074
- },
- {
- "Title": "Watchmen",
- "US Gross": 107509799,
- "Worldwide Gross": 184068357,
- "US DVD Sales": 52112827,
- "Production Budget": 138000000,
- "Release Date": "Mar 06 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Zack Snyder",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 7.8,
- "IMDB Votes": 132250
- },
- {
- "Title": "Water",
- "US Gross": 5529144,
- "Worldwide Gross": 8119205,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Apr 28 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "Deepa Mehta",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Waitress",
- "US Gross": 19097550,
- "Worldwide Gross": 22202180,
- "US DVD Sales": 23127549,
- "Production Budget": 1500000,
- "Release Date": "May 02 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adrienne Shelly",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.2,
- "IMDB Votes": 20384
- },
- {
- "Title": "The Wendell Baker Story",
- "US Gross": 127188,
- "Worldwide Gross": 127188,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "May 18 2007",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "ThinkFilm",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Luke Wilson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.5,
- "IMDB Votes": 3535
- },
- {
- "Title": "Winter's Bone",
- "US Gross": 5951693,
- "Worldwide Gross": 5951693,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Jun 11 2010",
- "MPAA Rating": "R",
- "Running Time min": 100,
- "Distributor": "Roadside Attractions",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 8.2,
- "IMDB Votes": 1704
- },
- {
- "Title": "Wonder Boys",
- "US Gross": 19389454,
- "Worldwide Gross": 33422485,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Feb 23 2000",
- "MPAA Rating": "R",
- "Running Time min": 111,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Curtis Hanson",
- "Rotten Tomatoes Rating": 81,
- "IMDB Rating": 7.5,
- "IMDB Votes": 31572
- },
- {
- "Title": "Waltz with Bashir",
- "US Gross": 2283849,
- "Worldwide Gross": 11125664,
- "US DVD Sales": null,
- "Production Budget": 2000000,
- "Release Date": "Dec 25 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "White Chicks",
- "US Gross": 69148997,
- "Worldwide Gross": 111448997,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Jun 23 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 109,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Keenen Ivory Wayans",
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5,
- "IMDB Votes": 25970
- },
- {
- "Title": "Wolf Creek",
- "US Gross": 16186348,
- "Worldwide Gross": 27649774,
- "US DVD Sales": 8898756,
- "Production Budget": 1100000,
- "Release Date": "Dec 25 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein Co.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Horror",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.3,
- "IMDB Votes": 22594
- },
- {
- "Title": "The Wedding Planner",
- "US Gross": 60400856,
- "Worldwide Gross": 94728529,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Jan 26 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 103,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 16,
- "IMDB Rating": 4.8,
- "IMDB Votes": 18717
- },
- {
- "Title": "Wonderland",
- "US Gross": 1060512,
- "Worldwide Gross": 1060512,
- "US DVD Sales": null,
- "Production Budget": 5500000,
- "Release Date": "Oct 03 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 6.6,
- "IMDB Votes": 11966
- },
- {
- "Title": "Taking Woodstock",
- "US Gross": 7460204,
- "Worldwide Gross": 10061080,
- "US DVD Sales": null,
- "Production Budget": 29000000,
- "Release Date": "Aug 26 2009",
- "MPAA Rating": "R",
- "Running Time min": 120,
- "Distributor": "Focus Features",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Ang Lee",
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8778
- },
- {
- "Title": "The Widow of St. Pierre",
- "US Gross": 3058380,
- "Worldwide Gross": 3058380,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "Mar 02 2001",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Lionsgate",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Wedding Crashers",
- "US Gross": 209218368,
- "Worldwide Gross": 283218368,
- "US DVD Sales": null,
- "Production Budget": 40000000,
- "Release Date": "Jul 15 2005",
- "MPAA Rating": "R",
- "Running Time min": 113,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "David Dobkin",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Wedding Date",
- "US Gross": 31726995,
- "Worldwide Gross": 47175038,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 04 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5.5,
- "IMDB Votes": 12205
- },
- {
- "Title": "Tumbleweeds",
- "US Gross": 1350248,
- "Worldwide Gross": 1788168,
- "US DVD Sales": null,
- "Production Budget": 312000,
- "Release Date": "Nov 24 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fine Line",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 6.4,
- "IMDB Votes": 2152
- },
- {
- "Title": "We Own the Night",
- "US Gross": 28563179,
- "Worldwide Gross": 54700285,
- "US DVD Sales": 22557036,
- "Production Budget": 28000000,
- "Release Date": "Oct 12 2007",
- "MPAA Rating": "R",
- "Running Time min": 117,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "James Gray",
- "Rotten Tomatoes Rating": 56,
- "IMDB Rating": 7,
- "IMDB Votes": 38163
- },
- {
- "Title": "We Were Soldiers",
- "US Gross": 78120196,
- "Worldwide Gross": 114658262,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Mar 01 2002",
- "MPAA Rating": "R",
- "Running Time min": 138,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.9,
- "IMDB Votes": 42580
- },
- {
- "Title": "The World's Fastest Indian",
- "US Gross": 5128124,
- "Worldwide Gross": 16509706,
- "US DVD Sales": 7272519,
- "Production Budget": 25000000,
- "Release Date": "Dec 07 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Roger Donaldson",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.9,
- "IMDB Votes": 19687
- },
- {
- "Title": "Les herbes folles",
- "US Gross": 377556,
- "Worldwide Gross": 1877556,
- "US DVD Sales": null,
- "Production Budget": 14000000,
- "Release Date": "Jun 25 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 915
- },
- {
- "Title": "What a Girl Wants",
- "US Gross": 35990505,
- "Worldwide Gross": 35990505,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Apr 04 2003",
- "MPAA Rating": "PG",
- "Running Time min": 105,
- "Distributor": "Warner Bros.",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dennie Gordon",
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 5.7,
- "IMDB Votes": 12561
- },
- {
- "Title": "Whale Rider",
- "US Gross": 20779666,
- "Worldwide Gross": 38833352,
- "US DVD Sales": null,
- "Production Budget": 4300000,
- "Release Date": "Jun 06 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Palm Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 90,
- "IMDB Rating": 7.7,
- "IMDB Votes": 21814
- },
- {
- "Title": "Walk Hard: The Dewey Cox Story",
- "US Gross": 18317151,
- "Worldwide Gross": 20575121,
- "US DVD Sales": 15734125,
- "Production Budget": 35000000,
- "Release Date": "Dec 21 2007",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 74,
- "IMDB Rating": 6.7,
- "IMDB Votes": 28032
- },
- {
- "Title": "Where the Heart Is",
- "US Gross": 33771174,
- "Worldwide Gross": 40862054,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Apr 28 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 34,
- "IMDB Rating": 6.4,
- "IMDB Votes": 13302
- },
- {
- "Title": "Whipped",
- "US Gross": 4142507,
- "Worldwide Gross": 4142507,
- "US DVD Sales": null,
- "Production Budget": 3000000,
- "Release Date": "Sep 01 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Destination Films",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 4.2,
- "IMDB Votes": 2973
- },
- {
- "Title": "Whip It",
- "US Gross": 13043363,
- "Worldwide Gross": 13043363,
- "US DVD Sales": 6310163,
- "Production Budget": 15000000,
- "Release Date": "Oct 02 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Drew Barrymore",
- "Rotten Tomatoes Rating": 84,
- "IMDB Rating": 7.1,
- "IMDB Votes": 14068
- },
- {
- "Title": "Welcome Home Roscoe Jenkins",
- "US Gross": 42436517,
- "Worldwide Gross": 43607627,
- "US DVD Sales": 17066717,
- "Production Budget": 27500000,
- "Release Date": "Feb 08 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Malcolm D. Lee",
- "Rotten Tomatoes Rating": 23,
- "IMDB Rating": 4.5,
- "IMDB Votes": 5700
- },
- {
- "Title": "When a Stranger Calls",
- "US Gross": 47860214,
- "Worldwide Gross": 66966987,
- "US DVD Sales": 13084600,
- "Production Budget": 15000000,
- "Release Date": "Feb 03 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony/Screen Gems",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": "Simon West",
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": 4.7,
- "IMDB Votes": 16505
- },
- {
- "Title": "What Dreams May Come",
- "US Gross": 55485043,
- "Worldwide Gross": 71485043,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Oct 02 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 113,
- "Distributor": "Polygram",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 55,
- "IMDB Rating": 6.6,
- "IMDB Votes": 30486
- },
- {
- "Title": "The White Countess",
- "US Gross": 1669971,
- "Worldwide Gross": 2814566,
- "US DVD Sales": null,
- "Production Budget": 16000000,
- "Release Date": "Dec 21 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 135,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Historical Fiction",
- "Director": "James Ivory",
- "Rotten Tomatoes Rating": 51,
- "IMDB Rating": 6.5,
- "IMDB Votes": 2855
- },
- {
- "Title": "Wicker Park",
- "US Gross": 12831121,
- "Worldwide Gross": 13400080,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Sep 03 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Paul McGuigan",
- "Rotten Tomatoes Rating": 24,
- "IMDB Rating": 6.9,
- "IMDB Votes": 18987
- },
- {
- "Title": "Where the Wild Things Are",
- "US Gross": 77233467,
- "Worldwide Gross": 99123656,
- "US DVD Sales": 27984751,
- "Production Budget": 100000000,
- "Release Date": "Oct 16 2009",
- "MPAA Rating": "PG",
- "Running Time min": 100,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Spike Jonze",
- "Rotten Tomatoes Rating": 73,
- "IMDB Rating": 7.2,
- "IMDB Votes": 30669
- },
- {
- "Title": "Wild Things",
- "US Gross": 29795299,
- "Worldwide Gross": 55576699,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 20 1998",
- "MPAA Rating": "R",
- "Running Time min": 108,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.6,
- "IMDB Votes": 40110
- },
- {
- "Title": "Wimbledon",
- "US Gross": 16862585,
- "Worldwide Gross": 41862585,
- "US DVD Sales": null,
- "Production Budget": 35000000,
- "Release Date": "Sep 17 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 60,
- "IMDB Rating": 6.3,
- "IMDB Votes": 21996
- },
- {
- "Title": "Windtalkers",
- "US Gross": 40914068,
- "Worldwide Gross": 77628265,
- "US DVD Sales": null,
- "Production Budget": 115000000,
- "Release Date": "Jun 14 2002",
- "MPAA Rating": "R",
- "Running Time min": 134,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Historical Fiction",
- "Director": "John Woo",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.8,
- "IMDB Votes": 26421
- },
- {
- "Title": "Because of Winn-Dixie",
- "US Gross": 32647042,
- "Worldwide Gross": 33589427,
- "US DVD Sales": null,
- "Production Budget": 15000000,
- "Release Date": "Feb 18 2005",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Wayne Wang",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.1,
- "IMDB Votes": 3720
- },
- {
- "Title": "Wing Commander",
- "US Gross": 11578022,
- "Worldwide Gross": 11578022,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Mar 12 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Game",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 11,
- "IMDB Rating": 3.7,
- "IMDB Votes": 9460
- },
- {
- "Title": "Without Limits",
- "US Gross": 780326,
- "Worldwide Gross": 780326,
- "US DVD Sales": null,
- "Production Budget": 25000000,
- "Release Date": "Sep 11 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.9,
- "IMDB Votes": 3369
- },
- {
- "Title": "What Just Happened",
- "US Gross": 1090947,
- "Worldwide Gross": 2412123,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Oct 17 2008",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Magnolia Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Barry Levinson",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 12537
- },
- {
- "Title": "What Lies Beneath",
- "US Gross": 155464351,
- "Worldwide Gross": 288693989,
- "US DVD Sales": null,
- "Production Budget": 90000000,
- "Release Date": "Jul 21 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 130,
- "Distributor": "Dreamworks SKG",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Robert Zemeckis",
- "Rotten Tomatoes Rating": 45,
- "IMDB Rating": 6.5,
- "IMDB Votes": 45633
- },
- {
- "Title": "Walk the Line",
- "US Gross": 119519402,
- "Worldwide Gross": 184319402,
- "US DVD Sales": 123216687,
- "Production Budget": 29000000,
- "Release Date": "Nov 18 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 80,
- "Distributor": "20th Century Fox",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "James Mangold",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.9,
- "IMDB Votes": 85235
- },
- {
- "Title": "A Walk to Remember",
- "US Gross": 41227069,
- "Worldwide Gross": 46060915,
- "US DVD Sales": null,
- "Production Budget": 11000000,
- "Release Date": "Jan 25 2002",
- "MPAA Rating": "PG",
- "Running Time min": 102,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Adam Shankman",
- "Rotten Tomatoes Rating": 28,
- "IMDB Rating": 7.1,
- "IMDB Votes": 38045
- },
- {
- "Title": "Willard",
- "US Gross": 6882696,
- "Worldwide Gross": 6882696,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Mar 14 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 6.2,
- "IMDB Votes": 7702
- },
- {
- "Title": "Wild Wild West",
- "US Gross": 113805681,
- "Worldwide Gross": 222105681,
- "US DVD Sales": null,
- "Production Budget": 175000000,
- "Release Date": "Jun 30 1999",
- "MPAA Rating": "PG-13",
- "Running Time min": 107,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Barry Sonnenfeld",
- "Rotten Tomatoes Rating": 21,
- "IMDB Rating": 4.3,
- "IMDB Votes": 54183
- },
- {
- "Title": "White Noise 2: The Light",
- "US Gross": 0,
- "Worldwide Gross": 8243567,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 08 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": null,
- "Rotten Tomatoes Rating": 86,
- "IMDB Rating": 5.9,
- "IMDB Votes": 5647
- },
- {
- "Title": "White Noise",
- "US Gross": 56094360,
- "Worldwide Gross": 92094360,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "Jan 07 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": 101,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 9,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Wanted",
- "US Gross": 134508551,
- "Worldwide Gross": 340934768,
- "US DVD Sales": 71092823,
- "Production Budget": 75000000,
- "Release Date": "Jun 27 2008",
- "MPAA Rating": "R",
- "Running Time min": 110,
- "Distributor": "Universal",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": "Timur Bekmambetov",
- "Rotten Tomatoes Rating": 71,
- "IMDB Rating": 6.4,
- "IMDB Votes": 1089
- },
- {
- "Title": "Woman on Top",
- "US Gross": 5018450,
- "Worldwide Gross": 10192613,
- "US DVD Sales": null,
- "Production Budget": 8000000,
- "Release Date": "Sep 22 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 35,
- "IMDB Rating": 4.9,
- "IMDB Votes": 4743
- },
- {
- "Title": "The Wolf Man",
- "US Gross": 61979680,
- "Worldwide Gross": 142422252,
- "US DVD Sales": 18568140,
- "Production Budget": 150000000,
- "Release Date": "Feb 12 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Universal",
- "Source": "Remake",
- "Major Genre": "Horror",
- "Creative Type": "Fantasy",
- "Director": "Joe Johnston",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 6099
- },
- {
- "Title": "X-Men Origins: Wolverine",
- "US Gross": 179883157,
- "Worldwide Gross": 374825760,
- "US DVD Sales": 73930122,
- "Production Budget": 150000000,
- "Release Date": "May 01 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Spin-Off",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Gavin Hood",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 79499
- },
- {
- "Title": "The Women",
- "US Gross": 26902075,
- "Worldwide Gross": 50042410,
- "US DVD Sales": 10057074,
- "Production Budget": 16000000,
- "Release Date": "Sep 12 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 114,
- "Distributor": "Picturehouse",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 13,
- "IMDB Rating": 7.9,
- "IMDB Votes": 5519
- },
- {
- "Title": "Woo",
- "US Gross": 8064972,
- "Worldwide Gross": 8064972,
- "US DVD Sales": null,
- "Production Budget": 13000000,
- "Release Date": "May 08 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "New Line",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 5,
- "IMDB Rating": 3.4,
- "IMDB Votes": 982
- },
- {
- "Title": "The Wood",
- "US Gross": 25059640,
- "Worldwide Gross": 25059640,
- "US DVD Sales": null,
- "Production Budget": 6000000,
- "Release Date": "Jul 16 1999",
- "MPAA Rating": "R",
- "Running Time min": 106,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 61,
- "IMDB Rating": 6.1,
- "IMDB Votes": 3224
- },
- {
- "Title": "Without a Paddle",
- "US Gross": 58156435,
- "Worldwide Gross": 65121280,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Aug 20 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 95,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 15,
- "IMDB Rating": 5.7,
- "IMDB Votes": 17207
- },
- {
- "Title": "What's the Worst That Could Happen?",
- "US Gross": 32267774,
- "Worldwide Gross": 38462071,
- "US DVD Sales": null,
- "Production Budget": 30000000,
- "Release Date": "Jun 01 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 98,
- "Distributor": "MGM",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 5,
- "IMDB Votes": 6727
- },
- {
- "Title": "Winter Passing",
- "US Gross": 107492,
- "Worldwide Gross": 113783,
- "US DVD Sales": null,
- "Production Budget": 3500000,
- "Release Date": "Feb 17 2006",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Focus Features",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 6.4,
- "IMDB Votes": 4360
- },
- {
- "Title": "What Planet Are You From?",
- "US Gross": 6291602,
- "Worldwide Gross": 6291602,
- "US DVD Sales": null,
- "Production Budget": 50000000,
- "Release Date": "Mar 03 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Mike Nichols",
- "Rotten Tomatoes Rating": 42,
- "IMDB Rating": 5.4,
- "IMDB Votes": 5304
- },
- {
- "Title": "Wordplay",
- "US Gross": 3121270,
- "Worldwide Gross": 3177636,
- "US DVD Sales": null,
- "Production Budget": 500000,
- "Release Date": "Jun 16 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Documentary",
- "Creative Type": "Factual",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.4,
- "IMDB Votes": 2222
- },
- {
- "Title": "The Wrestler",
- "US Gross": 26236603,
- "Worldwide Gross": 43236603,
- "US DVD Sales": 11912450,
- "Production Budget": 6000000,
- "Release Date": "Dec 17 2008",
- "MPAA Rating": "R",
- "Running Time min": 109,
- "Distributor": "Fox Searchlight",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Darren Aronofsky",
- "Rotten Tomatoes Rating": 98,
- "IMDB Rating": 8.2,
- "IMDB Votes": 93301
- },
- {
- "Title": "Walking Tall",
- "US Gross": 46213824,
- "Worldwide Gross": 47313824,
- "US DVD Sales": null,
- "Production Budget": 56000000,
- "Release Date": "Apr 02 2004",
- "MPAA Rating": "PG-13",
- "Running Time min": 87,
- "Distributor": "MGM",
- "Source": "Remake",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Bray",
- "Rotten Tomatoes Rating": 25,
- "IMDB Rating": 6,
- "IMDB Votes": 20517
- },
- {
- "Title": "World Trade Center",
- "US Gross": 70278893,
- "Worldwide Gross": 163278893,
- "US DVD Sales": 36877248,
- "Production Budget": 65000000,
- "Release Date": "Aug 09 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Oliver Stone",
- "Rotten Tomatoes Rating": 69,
- "IMDB Rating": 6.2,
- "IMDB Votes": 34341
- },
- {
- "Title": "The Watcher",
- "US Gross": 28946615,
- "Worldwide Gross": 47267829,
- "US DVD Sales": null,
- "Production Budget": 33000000,
- "Release Date": "Sep 08 2000",
- "MPAA Rating": "R",
- "Running Time min": 97,
- "Distributor": "Universal",
- "Source": "Original Screenplay",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 10,
- "IMDB Rating": 3.7,
- "IMDB Votes": 959
- },
- {
- "Title": "The Weather Man",
- "US Gross": 12482775,
- "Worldwide Gross": 15466961,
- "US DVD Sales": 16632857,
- "Production Budget": 20000000,
- "Release Date": "Oct 28 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Gore Verbinski",
- "Rotten Tomatoes Rating": 58,
- "IMDB Rating": 6.9,
- "IMDB Votes": 35394
- },
- {
- "Title": "Sky Captain and the World of Tomorrow",
- "US Gross": 37760080,
- "Worldwide Gross": 49730854,
- "US DVD Sales": null,
- "Production Budget": 70000000,
- "Release Date": "Sep 17 2004",
- "MPAA Rating": "PG",
- "Running Time min": 106,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Adventure",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 72,
- "IMDB Rating": 6.3,
- "IMDB Votes": 40281
- },
- {
- "Title": "Whiteout",
- "US Gross": 10275638,
- "Worldwide Gross": 12254746,
- "US DVD Sales": 3231673,
- "Production Budget": 35000000,
- "Release Date": "Sep 11 2009",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Contemporary Fiction",
- "Director": "Dominic Sena",
- "Rotten Tomatoes Rating": 7,
- "IMDB Rating": 5.3,
- "IMDB Votes": 10044
- },
- {
- "Title": "The Waterboy",
- "US Gross": 161491646,
- "Worldwide Gross": 190191646,
- "US DVD Sales": null,
- "Production Budget": 23000000,
- "Release Date": "Nov 06 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 86,
- "Distributor": "Walt Disney Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Frank Coraci",
- "Rotten Tomatoes Rating": 32,
- "IMDB Rating": 5.7,
- "IMDB Votes": 43251
- },
- {
- "Title": "Wrong Turn",
- "US Gross": 15417771,
- "Worldwide Gross": 28649556,
- "US DVD Sales": null,
- "Production Budget": 10000000,
- "Release Date": "May 30 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Original Screenplay",
- "Major Genre": "Horror",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 5.8,
- "IMDB Votes": 119
- },
- {
- "Title": "What Women Want",
- "US Gross": 182805123,
- "Worldwide Gross": 372100000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 15 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 127,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Romantic Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nancy Meyers",
- "Rotten Tomatoes Rating": 53,
- "IMDB Rating": 6.3,
- "IMDB Votes": 54525
- },
- {
- "Title": "The Way of the Gun",
- "US Gross": 6047856,
- "Worldwide Gross": 13061935,
- "US DVD Sales": null,
- "Production Budget": 9000000,
- "Release Date": "Sep 08 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Artisan",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 48,
- "IMDB Rating": 6.5,
- "IMDB Votes": 17513
- },
- {
- "Title": "The X-Files: I Want to Believe",
- "US Gross": 20982478,
- "Worldwide Gross": 68369434,
- "US DVD Sales": 16034958,
- "Production Budget": 35000000,
- "Release Date": "Jul 25 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 5.9,
- "IMDB Votes": 35433
- },
- {
- "Title": "The X Files: Fight the Future",
- "US Gross": 83898313,
- "Worldwide Gross": 189176423,
- "US DVD Sales": null,
- "Production Budget": 66000000,
- "Release Date": "Jun 19 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 120,
- "Distributor": "20th Century Fox",
- "Source": "Based on TV",
- "Major Genre": "Action",
- "Creative Type": "Science Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Extraordinary Measures",
- "US Gross": 12482741,
- "Worldwide Gross": 12697741,
- "US DVD Sales": 5267433,
- "Production Budget": 31000000,
- "Release Date": "Jan 22 2010",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "CBS Films",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": "Tom Vaughan",
- "Rotten Tomatoes Rating": 27,
- "IMDB Rating": 6.4,
- "IMDB Votes": 3770
- },
- {
- "Title": "X-Men",
- "US Gross": 157299717,
- "Worldwide Gross": 334627820,
- "US DVD Sales": null,
- "Production Budget": 75000000,
- "Release Date": "Jul 14 2000",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Bryan Singer",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 7.4,
- "IMDB Votes": 120706
- },
- {
- "Title": "X2",
- "US Gross": 214949694,
- "Worldwide Gross": 407711549,
- "US DVD Sales": null,
- "Production Budget": 125000000,
- "Release Date": "May 02 2003",
- "MPAA Rating": "PG-13",
- "Running Time min": 133,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Bryan Singer",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.8,
- "IMDB Votes": 112320
- },
- {
- "Title": "X-Men: The Last Stand",
- "US Gross": 234362462,
- "Worldwide Gross": 459359555,
- "US DVD Sales": 103555667,
- "Production Budget": 150000000,
- "Release Date": "May 26 2006",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "20th Century Fox",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Action",
- "Creative Type": "Super Hero",
- "Director": "Brett Ratner",
- "Rotten Tomatoes Rating": 57,
- "IMDB Rating": 6.9,
- "IMDB Votes": 109125
- },
- {
- "Title": "The Exploding Girl",
- "US Gross": 25572,
- "Worldwide Gross": 25572,
- "US DVD Sales": null,
- "Production Budget": 40000,
- "Release Date": "Mar 12 2010",
- "MPAA Rating": null,
- "Running Time min": 79,
- "Distributor": "Oscilloscope Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": "Bradley Rust Grey",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.2,
- "IMDB Votes": 260
- },
- {
- "Title": "The Expendables",
- "US Gross": 101384023,
- "Worldwide Gross": 240484023,
- "US DVD Sales": null,
- "Production Budget": 82000000,
- "Release Date": "Aug 13 2010",
- "MPAA Rating": null,
- "Running Time min": 103,
- "Distributor": "Lionsgate",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Sylvester Stallone",
- "Rotten Tomatoes Rating": 40,
- "IMDB Rating": 7.1,
- "IMDB Votes": 42427
- },
- {
- "Title": "XXX: State of the Union",
- "US Gross": 26873932,
- "Worldwide Gross": 71073932,
- "US DVD Sales": null,
- "Production Budget": 60000000,
- "Release Date": "Apr 29 2005",
- "MPAA Rating": "PG-13",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Action",
- "Creative Type": "Contemporary Fiction",
- "Director": "Lee Tamahori",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.1,
- "IMDB Votes": 19527
- },
- {
- "Title": "The Yards",
- "US Gross": 882710,
- "Worldwide Gross": 2282710,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Oct 20 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Miramax",
- "Source": null,
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": "James Gray",
- "Rotten Tomatoes Rating": 64,
- "IMDB Rating": 6.3,
- "IMDB Votes": 8784
- },
- {
- "Title": "The Divine Secrets of the Ya-Ya Sisterhood",
- "US Gross": 69586544,
- "Worldwide Gross": 73826768,
- "US DVD Sales": null,
- "Production Budget": 27000000,
- "Release Date": "Jun 07 2002",
- "MPAA Rating": "PG-13",
- "Running Time min": 116,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "You Can Count on Me",
- "US Gross": 9180275,
- "Worldwide Gross": 11005992,
- "US DVD Sales": null,
- "Production Budget": 1200000,
- "Release Date": "Nov 10 2000",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Paramount Vantage",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 95,
- "IMDB Rating": 7.7,
- "IMDB Votes": 14261
- },
- {
- "Title": "Year One",
- "US Gross": 43337279,
- "Worldwide Gross": 57604723,
- "US DVD Sales": 14813995,
- "Production Budget": 60000000,
- "Release Date": "Jun 19 2009",
- "MPAA Rating": "PG-13",
- "Running Time min": 97,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Historical Fiction",
- "Director": "Harold Ramis",
- "Rotten Tomatoes Rating": 14,
- "IMDB Rating": 5,
- "IMDB Votes": 23091
- },
- {
- "Title": "Yes",
- "US Gross": 396035,
- "Worldwide Gross": 661221,
- "US DVD Sales": null,
- "Production Budget": 1700000,
- "Release Date": "Jun 24 2005",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures Classics",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Yes Man",
- "US Gross": 97690976,
- "Worldwide Gross": 225990976,
- "US DVD Sales": 26601131,
- "Production Budget": 50000000,
- "Release Date": "Dec 19 2008",
- "MPAA Rating": "PG-13",
- "Running Time min": 104,
- "Distributor": "Warner Bros.",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Peyton Reed",
- "Rotten Tomatoes Rating": 43,
- "IMDB Rating": 7,
- "IMDB Votes": 62150
- },
- {
- "Title": "You Kill Me",
- "US Gross": 2426851,
- "Worldwide Gross": 2426851,
- "US DVD Sales": null,
- "Production Budget": 4000000,
- "Release Date": "Jun 22 2007",
- "MPAA Rating": "R",
- "Running Time min": 92,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Black Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "John Dahl",
- "Rotten Tomatoes Rating": 78,
- "IMDB Rating": 6.7,
- "IMDB Votes": 9498
- },
- {
- "Title": "Yours, Mine and Ours",
- "US Gross": 53359917,
- "Worldwide Gross": 72359917,
- "US DVD Sales": 26979166,
- "Production Budget": 45000000,
- "Release Date": "Nov 23 2005",
- "MPAA Rating": "PG",
- "Running Time min": 90,
- "Distributor": "Paramount Pictures",
- "Source": "Remake",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Raja Gosnell",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 7.6,
- "IMDB Votes": 259
- },
- {
- "Title": "You've Got Mail",
- "US Gross": 115821495,
- "Worldwide Gross": 250800000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Dec 18 1998",
- "MPAA Rating": "PG",
- "Running Time min": 119,
- "Distributor": "Warner Bros.",
- "Source": "Based on Play",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Nora Ephron",
- "Rotten Tomatoes Rating": 68,
- "IMDB Rating": 6.2,
- "IMDB Votes": 52587
- },
- {
- "Title": "Youth in Revolt",
- "US Gross": 15285588,
- "Worldwide Gross": 17585588,
- "US DVD Sales": 3654607,
- "Production Budget": 18000000,
- "Release Date": "Jan 08 2010",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Weinstein/Dimension",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 6.7,
- "IMDB Votes": 14670
- },
- {
- "Title": "Y Tu Mama Tambien (And Your Mother Too)",
- "US Gross": 13649881,
- "Worldwide Gross": 33649881,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Mar 15 2002",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "IFC Films",
- "Source": "Original Screenplay",
- "Major Genre": "Drama",
- "Creative Type": "Contemporary Fiction",
- "Director": "Alfonso Cuaron",
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Yu-Gi-Oh",
- "US Gross": 19762690,
- "Worldwide Gross": 28762690,
- "US DVD Sales": null,
- "Production Budget": 20000000,
- "Release Date": "Aug 13 2004",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Warner Bros.",
- "Source": "Based on TV",
- "Major Genre": "Adventure",
- "Creative Type": "Kids Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "The Young Unknowns",
- "US Gross": 58163,
- "Worldwide Gross": 58163,
- "US DVD Sales": null,
- "Production Budget": 800000,
- "Release Date": "Apr 11 2003",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Indican Pictures",
- "Source": null,
- "Major Genre": null,
- "Creative Type": null,
- "Director": null,
- "Rotten Tomatoes Rating": null,
- "IMDB Rating": 4.5,
- "IMDB Votes": 98
- },
- {
- "Title": "The Young Victoria",
- "US Gross": 11001272,
- "Worldwide Gross": 11001272,
- "US DVD Sales": 3273039,
- "Production Budget": 35000000,
- "Release Date": "Dec 18 2009",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Apparition",
- "Source": "Based on Real Life Events",
- "Major Genre": "Drama",
- "Creative Type": "Dramatization",
- "Director": null,
- "Rotten Tomatoes Rating": 76,
- "IMDB Rating": 7.2,
- "IMDB Votes": 8408
- },
- {
- "Title": "Zathura",
- "US Gross": 28045540,
- "Worldwide Gross": 58545540,
- "US DVD Sales": 22025352,
- "Production Budget": 65000000,
- "Release Date": "Nov 11 2005",
- "MPAA Rating": "PG",
- "Running Time min": 113,
- "Distributor": "Sony Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Adventure",
- "Creative Type": "Fantasy",
- "Director": "Jon Favreau",
- "Rotten Tomatoes Rating": 75,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Zero Effect",
- "US Gross": 2080693,
- "Worldwide Gross": 2080693,
- "US DVD Sales": null,
- "Production Budget": 5000000,
- "Release Date": "Jan 30 1998",
- "MPAA Rating": "R",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": null,
- "Rotten Tomatoes Rating": 66,
- "IMDB Rating": 6.8,
- "IMDB Votes": 8489
- },
- {
- "Title": "Zoolander",
- "US Gross": 45172250,
- "Worldwide Gross": 60780981,
- "US DVD Sales": null,
- "Production Budget": 28000000,
- "Release Date": "Sep 28 2001",
- "MPAA Rating": "PG-13",
- "Running Time min": 89,
- "Distributor": "Paramount Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Ben Stiller",
- "Rotten Tomatoes Rating": 62,
- "IMDB Rating": 6.4,
- "IMDB Votes": 69296
- },
- {
- "Title": "Zombieland",
- "US Gross": 75590286,
- "Worldwide Gross": 98690286,
- "US DVD Sales": 28281155,
- "Production Budget": 23600000,
- "Release Date": "Oct 02 2009",
- "MPAA Rating": "R",
- "Running Time min": 87,
- "Distributor": "Sony Pictures",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Fantasy",
- "Director": "Ruben Fleischer",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": 7.8,
- "IMDB Votes": 81629
- },
- {
- "Title": "Zack and Miri Make a Porno",
- "US Gross": 31452765,
- "Worldwide Gross": 36851125,
- "US DVD Sales": 21240321,
- "Production Budget": 24000000,
- "Release Date": "Oct 31 2008",
- "MPAA Rating": "R",
- "Running Time min": 101,
- "Distributor": "Weinstein Co.",
- "Source": "Original Screenplay",
- "Major Genre": "Comedy",
- "Creative Type": "Contemporary Fiction",
- "Director": "Kevin Smith",
- "Rotten Tomatoes Rating": 65,
- "IMDB Rating": 7,
- "IMDB Votes": 55687
- },
- {
- "Title": "Zodiac",
- "US Gross": 33080084,
- "Worldwide Gross": 83080084,
- "US DVD Sales": 20983030,
- "Production Budget": 85000000,
- "Release Date": "Mar 02 2007",
- "MPAA Rating": "R",
- "Running Time min": 157,
- "Distributor": "Paramount Pictures",
- "Source": "Based on Book/Short Story",
- "Major Genre": "Thriller/Suspense",
- "Creative Type": "Dramatization",
- "Director": "David Fincher",
- "Rotten Tomatoes Rating": 89,
- "IMDB Rating": null,
- "IMDB Votes": null
- },
- {
- "Title": "Zoom",
- "US Gross": 11989328,
- "Worldwide Gross": 12506188,
- "US DVD Sales": 6679409,
- "Production Budget": 35000000,
- "Release Date": "Aug 11 2006",
- "MPAA Rating": "PG",
- "Running Time min": null,
- "Distributor": "Sony Pictures",
- "Source": "Based on Comic/Graphic Novel",
- "Major Genre": "Adventure",
- "Creative Type": "Super Hero",
- "Director": "Peter Hewitt",
- "Rotten Tomatoes Rating": 3,
- "IMDB Rating": 3.4,
- "IMDB Votes": 7424
- },
- {
- "Title": "The Legend of Zorro",
- "US Gross": 45575336,
- "Worldwide Gross": 141475336,
- "US DVD Sales": null,
- "Production Budget": 80000000,
- "Release Date": "Oct 28 2005",
- "MPAA Rating": "PG",
- "Running Time min": 129,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 26,
- "IMDB Rating": 5.7,
- "IMDB Votes": 21161
- },
- {
- "Title": "The Mask of Zorro",
- "US Gross": 93828745,
- "Worldwide Gross": 233700000,
- "US DVD Sales": null,
- "Production Budget": 65000000,
- "Release Date": "Jul 17 1998",
- "MPAA Rating": "PG-13",
- "Running Time min": 136,
- "Distributor": "Sony Pictures",
- "Source": "Remake",
- "Major Genre": "Adventure",
- "Creative Type": "Historical Fiction",
- "Director": "Martin Campbell",
- "Rotten Tomatoes Rating": 82,
- "IMDB Rating": 6.7,
- "IMDB Votes": 4789
- }
-]
\ No newline at end of file
diff --git a/public/demo-vega/data/vegademo1.json b/public/demo-vega/data/vegademo1.json
deleted file mode 100644
index d5beb2ed85..0000000000
--- a/public/demo-vega/data/vegademo1.json
+++ /dev/null
@@ -1,34 +0,0 @@
-[
- {
- "category": "A",
- "amount": 28
- },
- {
- "category": "B",
- "amount": 55
- },
- {
- "category": "C",
- "amount": 43
- },
- {
- "category": "D",
- "amount": 91
- },
- {
- "category": "E",
- "amount": 81
- },
- {
- "category": "F",
- "amount": 53
- },
- {
- "category": "G",
- "amount": 19
- },
- {
- "category": "H",
- "amount": 87
- }
-]
\ No newline at end of file
diff --git a/public/demo-vega/specs/vegademo1.specs.json b/public/demo-vega/specs/vegademo1.specs.json
deleted file mode 100644
index ab9ebe1d83..0000000000
--- a/public/demo-vega/specs/vegademo1.specs.json
+++ /dev/null
@@ -1,189 +0,0 @@
-{
- "$schema": "https://vega.github.io/schema/vega/v5.json",
- "width": 400,
- "height": 200,
- "padding": {
- "left": 5,
- "right": 5,
- "top": 5,
- "bottom": 5
- },
- "data": [
- {
- "name": "table",
- "values": [
- {
- "category": "A",
- "amount": 28
- },
- {
- "category": "B",
- "amount": 55
- },
- {
- "category": "C",
- "amount": 43
- },
- {
- "category": "D",
- "amount": 91
- },
- {
- "category": "E",
- "amount": 81
- },
- {
- "category": "F",
- "amount": 53
- },
- {
- "category": "G",
- "amount": 19
- },
- {
- "category": "H",
- "amount": 87
- }
- ]
- }
- ],
- "config": {
- "signals": [
- {
- "name": "tooltip",
- "value": {},
- "on": [
- {
- "events": "rect:mouseover",
- "update": "datum"
- },
- {
- "events": "rect:mouseout",
- "update": "{}"
- }
- ]
- },
- {
- "name": "revisitAnswer",
- "value": {},
- "on": [
- {
- "events": "rect:click",
- "update": "{responseId: 'vegaDemoResponse1', response: datum.category}"
- }
- ]
- }
- ]
- },
- "scales": [
- {
- "name": "xscale",
- "type": "band",
- "domain": {
- "data": "table",
- "field": "category"
- },
- "range": "width"
- },
- {
- "name": "yscale",
- "domain": {
- "data": "table",
- "field": "amount"
- },
- "nice": true,
- "range": "height"
- }
- ],
- "axes": [
- {
- "orient": "bottom",
- "scale": "xscale"
- },
- {
- "orient": "left",
- "scale": "yscale"
- }
- ],
- "marks": [
- {
- "type": "rect",
- "from": {
- "data": "table"
- },
- "encode": {
- "enter": {
- "x": {
- "scale": "xscale",
- "field": "category",
- "offset": 1
- },
- "width": {
- "scale": "xscale",
- "band": 1,
- "offset": -1
- },
- "y": {
- "scale": "yscale",
- "field": "amount"
- },
- "y2": {
- "scale": "yscale",
- "value": 0
- }
- },
- "update": {
- "fill": [
- {
- "test": "datum.category === tooltip.category",
- "value": "red"
- },
- {
- "value": "steelblue"
- }
- ]
- }
- }
- },
- {
- "type": "text",
- "encode": {
- "enter": {
- "align": {
- "value": "center"
- },
- "baseline": {
- "value": "bottom"
- },
- "fill": {
- "value": "#333"
- }
- },
- "update": {
- "x": {
- "scale": "xscale",
- "signal": "tooltip.category",
- "band": 0.5
- },
- "y": {
- "scale": "yscale",
- "signal": "tooltip.amount",
- "offset": -2
- },
- "text": {
- "signal": "tooltip.category"
- },
- "fillOpacity": [
- {
- "test": "datum.category === tooltip.category",
- "value": 0
- },
- {
- "value": 1
- }
- ]
- }
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/public/demo-vega/specs/vegademo2.specs.json b/public/demo-vega/specs/vegademo2.specs.json
deleted file mode 100644
index 5ab68506ab..0000000000
--- a/public/demo-vega/specs/vegademo2.specs.json
+++ /dev/null
@@ -1,367 +0,0 @@
-{
- "$schema": "https://vega.github.io/schema/vega/v5.json",
- "description": "A scatter plot of film statistics, with null values visualized along the axes.",
- "width": 450,
- "height": 450,
- "padding": 5,
- "autosize": {
- "type": "fit",
- "resize": true
- },
- "config": {
- "signals": [
- {
- "name": "yField",
- "value": "IMDB Rating",
- "bind": {
- "input": "select",
- "options": [
- "IMDB Rating",
- "Rotten Tomatoes Rating",
- "US Gross",
- "Worldwide Gross"
- ]
- }
- },
- {
- "name": "xField",
- "value": "Rotten Tomatoes Rating",
- "bind": {
- "input": "select",
- "options": [
- "IMDB Rating",
- "Rotten Tomatoes Rating",
- "US Gross",
- "Worldwide Gross"
- ]
- }
- },
- {
- "name": "nullSize",
- "value": 8
- },
- {
- "name": "nullGap",
- "update": "nullSize + 10"
- },
- {
- "name": "revisitAnswer",
- "value": {},
- "on": [
- {
- "events": "symbol:click",
- "update": "{responseId: 'vegaDemoResponse1', response: datum.Title}"
- }
- ]
- },
- {
- "name": "hoveredSymbol",
- "value": null,
- "on": [
- {
- "events": "symbol:mouseover",
- "update": "datum"
- },
- {
- "events": "symbol:mouseout",
- "update": "null"
- }
- ]
- }
- ]
- },
- "data": [
- {
- "name": "movies",
- "url": "data/movies.json",
- "transform": [
- {
- "type": "formula",
- "expr": "datum.Title + ' (' + (year(datum['Release Date']) || '?') + ')'",
- "as": "tooltip"
- }
- ]
- },
- {
- "name": "valid",
- "source": "movies",
- "transform": [
- {
- "type": "filter",
- "expr": "datum[xField] != null && datum[yField] != null"
- }
- ]
- },
- {
- "name": "nullXY",
- "source": "movies",
- "transform": [
- {
- "type": "filter",
- "expr": "datum[xField] == null && datum[yField] == null"
- },
- {
- "type": "aggregate"
- }
- ]
- },
- {
- "name": "nullY",
- "source": "movies",
- "transform": [
- {
- "type": "filter",
- "expr": "datum[xField] != null && datum[yField] == null"
- }
- ]
- },
- {
- "name": "nullX",
- "source": "movies",
- "transform": [
- {
- "type": "filter",
- "expr": "datum[xField] == null && datum[yField] != null"
- }
- ]
- }
- ],
- "scales": [
- {
- "name": "yscale",
- "type": "linear",
- "range": [
- {
- "signal": "height - nullGap"
- },
- 0
- ],
- "nice": true,
- "domain": {
- "data": "valid",
- "field": {
- "signal": "yField"
- }
- }
- },
- {
- "name": "xscale",
- "type": "linear",
- "range": [
- {
- "signal": "nullGap"
- },
- {
- "signal": "width"
- }
- ],
- "nice": true,
- "domain": {
- "data": "valid",
- "field": {
- "signal": "xField"
- }
- }
- }
- ],
- "axes": [
- {
- "orient": "bottom",
- "scale": "xscale",
- "offset": 5,
- "format": "s",
- "title": {
- "signal": "xField"
- }
- },
- {
- "orient": "left",
- "scale": "yscale",
- "offset": 5,
- "format": "s",
- "title": {
- "signal": "yField"
- }
- }
- ],
- "marks": [
- {
- "type": "symbol",
- "from": {
- "data": "valid"
- },
- "encode": {
- "enter": {
- "size": {
- "value": 50
- },
- "tooltip": {
- "field": "tooltip"
- }
- },
- "update": {
- "x": {
- "scale": "xscale",
- "field": {
- "signal": "xField"
- }
- },
- "y": {
- "scale": "yscale",
- "field": {
- "signal": "yField"
- }
- },
- "fill": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": "firebrick"
- },
- {
- "value": "steelblue"
- }
- ],
- "fillOpacity": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": 1
- },
- {
- "value": 0.5
- }
- ],
- "zindex": {
- "value": 0
- }
- }
- }
- },
- {
- "type": "symbol",
- "from": {
- "data": "nullY"
- },
- "encode": {
- "enter": {
- "size": {
- "value": 50
- },
- "tooltip": {
- "field": "tooltip"
- }
- },
- "update": {
- "x": {
- "scale": "xscale",
- "field": {
- "signal": "xField"
- }
- },
- "y": {
- "signal": "height - nullSize/2"
- },
- "fill": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": "firebrick"
- },
- {
- "value": "#aaa"
- }
- ],
- "fillOpacity": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": 1
- },
- {
- "value": 0.2
- }
- ]
- }
- }
- },
- {
- "type": "symbol",
- "from": {
- "data": "nullX"
- },
- "encode": {
- "enter": {
- "size": {
- "value": 50
- },
- "tooltip": {
- "field": "tooltip"
- }
- },
- "update": {
- "x": {
- "signal": "nullSize/2"
- },
- "y": {
- "scale": "yscale",
- "field": {
- "signal": "yField"
- }
- },
- "fill": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": "firebrick"
- },
- {
- "value": "#aaa"
- }
- ],
- "fillOpacity": [
- {
- "test": "hoveredSymbol && datum.Title === hoveredSymbol.Title",
- "value": 1
- },
- {
- "value": 0.2
- }
- ],
- "zindex": {
- "value": 0
- }
- }
- }
- },
- {
- "type": "text",
- "interactive": false,
- "from": {
- "data": "nullXY"
- },
- "encode": {
- "update": {
- "x": {
- "signal": "nullSize",
- "offset": -4
- },
- "y": {
- "signal": "height",
- "offset": 13
- },
- "text": {
- "signal": "datum.count + ' null'"
- },
- "align": {
- "value": "right"
- },
- "baseline": {
- "value": "top"
- },
- "fill": {
- "value": "#999"
- },
- "fontSize": {
- "value": 9
- }
- }
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/public/demo-video-slider/assets/video.html b/public/demo-video-slider/assets/video.html
deleted file mode 100644
index b8d66668e5..0000000000
--- a/public/demo-video-slider/assets/video.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
- D3 Nice Axes
-
-
-
-
-
-
- VIDEO
- VIDEO
-
-
-
\ No newline at end of file
diff --git a/public/demo-video-slider/config.json b/public/demo-video-slider/config.json
deleted file mode 100644
index b76c3ad497..0000000000
--- a/public/demo-video-slider/config.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "2 Videos with a Slider to Choose Between Them",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "A simple demo of using video as a stimulus. Data is collected via a slider response field.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-html/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": false,
- "windowEventDebounceTime": 200
- },
- "components": {
- "video-slider": {
- "type": "website",
- "path": "demo-video-slider/assets/video.html",
- "response": [
- {
- "id": "html-response",
- "prompt": "Answer:",
- "location": "belowStimulus",
- "type": "slider",
- "options": [
- {
- "label": "left",
- "value": 0
- },
- {
- "label": "neither",
- "value": 50
- },
- {
- "label": "right",
- "value": 100
- }
- ],
- "snap": true,
- "startingValue": 50
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "video-slider"
- ]
- }
-}
diff --git a/public/demo-video/assets/help.md b/public/demo-video/assets/help.md
deleted file mode 100644
index ab3141607a..0000000000
--- a/public/demo-video/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of using video stimuli, simply type your answer in input field and click **Next**.
\ No newline at end of file
diff --git a/public/demo-video/assets/introduction.md b/public/demo-video/assets/introduction.md
deleted file mode 100644
index a6c3e400c0..0000000000
--- a/public/demo-video/assets/introduction.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to use the video stimulus.
diff --git a/public/demo-video/assets/venice.mp4 b/public/demo-video/assets/venice.mp4
deleted file mode 100644
index 005abbbf48..0000000000
Binary files a/public/demo-video/assets/venice.mp4 and /dev/null differ
diff --git a/public/demo-video/config.json b/public/demo-video/config.json
deleted file mode 100644
index 35f9f9bf7a..0000000000
--- a/public/demo-video/config.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Video as a Stimulus",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-14",
- "description": "A simple demo of using video as a stimulus. Data is collected via a numeric response field.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "demo-video/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "windowEventDebounceTime": 200
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "demo-video/assets/introduction.md",
- "response": []
- },
- "internal": {
- "type": "video",
- "path": "demo-video/assets/venice.mp4",
- "forceCompletion": true,
- "response": []
- },
- "missingInternal": {
- "type": "video",
- "path": "demo-video/assets/london.mp4",
- "forceCompletion": true,
- "response": []
- },
- "external": {
- "type": "video",
- "path": "https://www.youtube.com/watch?v=icPHcK_cCF4",
- "forceCompletion": false,
- "withTimeline": true,
- "response": []
- },
- "missingExternal": {
- "type": "video",
- "path": "https://www.youtube.com/watch",
- "forceCompletion": true,
- "response": []
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "internal",
- "missingInternal",
- "external",
- "missingExternal"
- ]
- }
-}
diff --git a/public/demo-yaml/assets/bar-chart.html b/public/demo-yaml/assets/bar-chart.html
deleted file mode 100644
index 20a80217be..0000000000
--- a/public/demo-yaml/assets/bar-chart.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- D3 Nice Axes
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/demo-yaml/assets/help.md b/public/demo-yaml/assets/help.md
deleted file mode 100644
index e5fd15a6c2..0000000000
--- a/public/demo-yaml/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of using HTML stimuli, simply type your answer in input field and click **Next**.
\ No newline at end of file
diff --git a/public/demo-yaml/assets/introduction.md b/public/demo-yaml/assets/introduction.md
deleted file mode 100644
index 9ea6c6d25a..0000000000
--- a/public/demo-yaml/assets/introduction.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# Introduction
-
-Welcome to our study. This is an example study to show how to embed html elements into the study page. In this simple example, there is no communication from the stimulus to revisit, and all answers and provenance data is solely recorded by the revisit app.
diff --git a/public/demo-yaml/config.yaml b/public/demo-yaml/config.yaml
deleted file mode 100644
index 0e8fb47d50..0000000000
--- a/public/demo-yaml/config.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-$schema: "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json"
-studyMetadata:
- title: "HTML stimulus loaded from YAML config"
- version: "pilot"
- authors:
- - "The reVISit Team"
- date: "2023-04-14"
- description: "A copy of the demo-html study, but using a YAML config file instead of JSON."
- organizations:
- - "University of Utah"
- - "WPI"
- - "University of Toronto"
-uiConfig:
- contactEmail: "contact@revisit.dev"
- helpTextPath: "demo-yaml/assets/help.md"
- logoPath: "revisitAssets/revisitLogoSquare.svg"
- withProgressBar: true
- autoDownloadStudy: false
- withSidebar: true
- windowEventDebounceTime: 200
-components:
- introduction:
- type: "markdown"
- path: "demo-yaml/assets/introduction.md"
- response: []
- barChart:
- type: "website"
- nextButtonLocation: "sidebar"
- meta:
- difficulty: "hard"
- description: "Question that asks users to count the number of bars that have a value greater than 1."
- instruction: "How many bars have a value greater than 1?"
- path: "demo-yaml/assets/bar-chart.html"
- response:
- - id: "html-response"
- prompt: "Answer:"
- location: "sidebar"
- type: "numerical"
- placeholder: "0-7"
- min: 0
- max: 7
- external_website:
- type: "website"
- path: "https://www.revisit.dev"
- response: []
- previousButton: true
-sequence:
- order: "fixed"
- components:
- - "introduction"
- - "barChart"
- - "external_website"
diff --git a/public/example-VLAT-adaptive/assets/consent.md b/public/example-VLAT-adaptive/assets/consent.md
deleted file mode 100644
index 748e55bfaf..0000000000
--- a/public/example-VLAT-adaptive/assets/consent.md
+++ /dev/null
@@ -1,77 +0,0 @@
-# IRB Consent Form
-
- **Investigator: Lane Harrison**
-
- **Contact Information: ltharrison@wpi.edu; 508-831-5952**
-
-## Title of Research Study: Supporting Data Visualization Literacy
-## Introduction
-You are being asked to participate in a research study. Before you
- agree, however, you must be fully informed about the purpose of
- the study, the procedures to be followed, and any benefits, risks
- or discomfort that you may experience as a result of your
- participation. This form presents information about the study so
- that you may make a fully informed decision regarding your
- participation.
-
-## Purpose of the Study
-Visual representations of data (visualizations) are increasingly
-common in everyday life. The purpose of this study is to learn
-more about how people read and understand visualizations.
-
-## Tasks
-The test contains 53 multiple-choice questions about 12 data
-visualizations.
-It will take approximately 40 minutes to finish this
-test.
-For each question, you will be given a static data
-visualization (right) and a problem to solve (left).
-If you don't know the answer, select
-'skip'. We suggest maximizing your browser window as some charts can be on the larger side.
-
-## Risks to study participants
-Each participant in this study is assigned a random ID for analyses. As such,
-your participation will remain anonymous and your responses will
-not be used to identify you.
-
-## Benefits to research participants and others:
-The possible benefits include exposure to interesting data
-visualization, along with helping inform the
-development of future experiment reporting techniques.
-
-## Record keeping and confidentiality
-Records of your participation in this study will be held
-confidential so far as permitted by law. However, the study
-investigators, the sponsor or its designee and, under certain
-circumstances, the Worcester Polytechnic Institute Institutional
-Review Board (WPI IRB) will be able to inspect and have access to
-this data. Any publication or presentation of the data will not
-identify you.
-
-## Cost/Payment
-Please check the Prolific description.
-
-## Contact
-For more information about this research or about the rights of
-research participants, or in case of research-related injury,
-contact: Lane Harrison (contact info at the top of this page). In addition,
-include the contact information for the IRB Manager (Ruth McKeogh,
-Tel. 508-831-6699, Email: irb@wpi.edu ) and the Human Protection
-Administrator (Gabriel Johnson, Tel. 508-831-4989, Email:
-gjohnson@wpi.edu).
-
-Your participation in this research is voluntary
-Your refusal to participate will not result in any penalty to you
-or any loss of benefits to which you may otherwise be entitled.
-You may decide to stop participating in the research at any time
-without penalty or loss of other benefits. The project
-investigators retain the right to cancel or postpone the
-experimental procedures at any time they see fit.
-
-### By signing below,
-You acknowledge that you have been informed about and consent to
-be a participant in the study described above. Make sure that your
-questions are answered to your satisfaction before signing. You
-are entitled to retain a copy of this consent agreement.
-
-
diff --git a/public/example-VLAT-adaptive/assets/help.md b/public/example-VLAT-adaptive/assets/help.md
deleted file mode 100644
index b3010e3933..0000000000
--- a/public/example-VLAT-adaptive/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of VLAT, please select the answer you think is correct.
\ No newline at end of file
diff --git a/public/example-VLAT-adaptive/assets/introduction.md b/public/example-VLAT-adaptive/assets/introduction.md
deleted file mode 100644
index ddf4c38f05..0000000000
--- a/public/example-VLAT-adaptive/assets/introduction.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Adaptive Visualization Literacy Assessment Test (A-VLAT)
-
-The Visualization Literacy Assessment Test (VLAT) is an assessment that measures peoples' ability to read, understand, and use data visualizations to solve problems.
-Originally developed by Lee et al [Link](https://www.bckwon.com/pdf/vlat.pdf), it contains 52 multiple-choice questions and 12 data visualizations.
-
-This is an adaptive version of VLAT, developed by [Cui et al.-- A-VLAT](https://mucollective.northwestern.edu/files/2023-adaptive.pdf).
-
-In the test you will take, each subsequent question is selected based on the test-taker's performance. In this case, only 27 questions are needed to achieve similar measurement precision as the full-length original VLAT.
-
-The questions will begin on the next screen. At the end, you will see a summary page where you can review what you got right / wrong.
diff --git a/public/example-VLAT-adaptive/config.json b/public/example-VLAT-adaptive/config.json
deleted file mode 100644
index 8e698012b4..0000000000
--- a/public/example-VLAT-adaptive/config.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "A-VLAT: Adaptive Visualization Literacy Assessment Test)",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2025-04-21",
- "description": "A replication of the adaptive VLAT questionnaire by Cui et al.,",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "example-VLAT-adaptive/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": false,
- "studyEndMsg": "Thank you for completing the study. You may close this window",
- "urlParticipantIdParam": "PROLIFIC_ID"
- },
- "importedLibraries": ["adaptive-vlat"],
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "example-VLAT-adaptive/assets/introduction.md",
- "response": []
- },
- "feedback": {
- "type": "react-component",
- "path": "example-VLAT-adaptive/assets/Feedback.tsx",
- "provideFeedback": false,
- "allowFailedTraining": true,
- "trainingAttempts": 1,
- "response": []
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "$adaptive-vlat.se.adaptive-vlat",
- "feedback"
- ]
- }
-}
diff --git a/public/example-VLAT-full-randomized/assets/consent.md b/public/example-VLAT-full-randomized/assets/consent.md
deleted file mode 100644
index 748e55bfaf..0000000000
--- a/public/example-VLAT-full-randomized/assets/consent.md
+++ /dev/null
@@ -1,77 +0,0 @@
-# IRB Consent Form
-
- **Investigator: Lane Harrison**
-
- **Contact Information: ltharrison@wpi.edu; 508-831-5952**
-
-## Title of Research Study: Supporting Data Visualization Literacy
-## Introduction
-You are being asked to participate in a research study. Before you
- agree, however, you must be fully informed about the purpose of
- the study, the procedures to be followed, and any benefits, risks
- or discomfort that you may experience as a result of your
- participation. This form presents information about the study so
- that you may make a fully informed decision regarding your
- participation.
-
-## Purpose of the Study
-Visual representations of data (visualizations) are increasingly
-common in everyday life. The purpose of this study is to learn
-more about how people read and understand visualizations.
-
-## Tasks
-The test contains 53 multiple-choice questions about 12 data
-visualizations.
-It will take approximately 40 minutes to finish this
-test.
-For each question, you will be given a static data
-visualization (right) and a problem to solve (left).
-If you don't know the answer, select
-'skip'. We suggest maximizing your browser window as some charts can be on the larger side.
-
-## Risks to study participants
-Each participant in this study is assigned a random ID for analyses. As such,
-your participation will remain anonymous and your responses will
-not be used to identify you.
-
-## Benefits to research participants and others:
-The possible benefits include exposure to interesting data
-visualization, along with helping inform the
-development of future experiment reporting techniques.
-
-## Record keeping and confidentiality
-Records of your participation in this study will be held
-confidential so far as permitted by law. However, the study
-investigators, the sponsor or its designee and, under certain
-circumstances, the Worcester Polytechnic Institute Institutional
-Review Board (WPI IRB) will be able to inspect and have access to
-this data. Any publication or presentation of the data will not
-identify you.
-
-## Cost/Payment
-Please check the Prolific description.
-
-## Contact
-For more information about this research or about the rights of
-research participants, or in case of research-related injury,
-contact: Lane Harrison (contact info at the top of this page). In addition,
-include the contact information for the IRB Manager (Ruth McKeogh,
-Tel. 508-831-6699, Email: irb@wpi.edu ) and the Human Protection
-Administrator (Gabriel Johnson, Tel. 508-831-4989, Email:
-gjohnson@wpi.edu).
-
-Your participation in this research is voluntary
-Your refusal to participate will not result in any penalty to you
-or any loss of benefits to which you may otherwise be entitled.
-You may decide to stop participating in the research at any time
-without penalty or loss of other benefits. The project
-investigators retain the right to cancel or postpone the
-experimental procedures at any time they see fit.
-
-### By signing below,
-You acknowledge that you have been informed about and consent to
-be a participant in the study described above. Make sure that your
-questions are answered to your satisfaction before signing. You
-are entitled to retain a copy of this consent agreement.
-
-
diff --git a/public/example-VLAT-full-randomized/assets/help.md b/public/example-VLAT-full-randomized/assets/help.md
deleted file mode 100644
index b3010e3933..0000000000
--- a/public/example-VLAT-full-randomized/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of VLAT, please select the answer you think is correct.
\ No newline at end of file
diff --git a/public/example-VLAT-full-randomized/assets/introduction.md b/public/example-VLAT-full-randomized/assets/introduction.md
deleted file mode 100644
index 7158db0ce4..0000000000
--- a/public/example-VLAT-full-randomized/assets/introduction.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# Introduction
-
-This is a reVISit adaptation of the original VLAT questionnaire from Kwon et al.
-
-From their study:
-
-## What is VLAT?
-
-VLAT is developed to measure users' ability to read, understand, and
-use data visualizations to solve problems. This test is a web
-adaptation of the original test.
-
-The test contains 52 multiple-choice questions about 12 data
-visualizations. It will take approximately 30 minutes to finish this
-test. For each question, you will be given a static data
-visualization (right) and a problem to solve (left). Choose the BEST
-answer to the questions. If you don't know the answer, select
-'skip'. We suggest maximizing your browser window."
\ No newline at end of file
diff --git a/public/example-VLAT-full-randomized/config.json b/public/example-VLAT-full-randomized/config.json
deleted file mode 100644
index 9d8ad948ed..0000000000
--- a/public/example-VLAT-full-randomized/config.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Randomized Full VLAT (Visualization Literacy Assessment Test)",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-06-14",
- "description": "A replication of the VLAT questionnaire by Lee et al., TVCG 2016 (doi:10.1109/TVCG.2016.2598920) randomized between visualizations, using image stimuli.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "example-VLAT-full-randomized/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "studyEndMsg": "Thank you for completing the study. You may click this link and return to Prolific: [https://app.prolific.com/submissions/complete?cc=CE96X7ST&PROLIFIC_ID={PARTICIPANT_ID}](https://app.prolific.com/submissions/complete?cc=CE96X7ST&PROLIFIC_ID={PARTICIPANT_ID})",
- "urlParticipantIdParam": "PROLIFIC_ID"
- },
- "importedLibraries": ["vlat"],
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "example-VLAT-full-randomized/assets/introduction.md",
- "response": [
- {
- "id": "prolificId",
- "prompt": "Please enter your prolificId",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "id",
- "paramCapture": "PROLIFIC_ID"
- }
- ]
- },
- "consent": {
- "type": "markdown",
- "path": "example-VLAT-full-randomized/assets/consent.md",
- "response": [
- {
- "id": "userInitials",
- "prompt": "Please type your initials below. These are not used in our analyses, but required for the consent process.",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Your Initials"
- }
- ]
- },
- "survey": {
- "type": "markdown",
- "path": "VLAT-mini-randomized/survey.md",
- "response": [
- {
- "id": "q1",
- "prompt": "Did you experience any problems with our tool?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here."
- },
- {
- "id": "q2",
- "prompt": "Did anything not render or display properly?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here"
- },
- {
- "id": "q3",
- "prompt": "Any other issues or anything you would like to tell us?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here"
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "consent",
- "$vlat.se.full",
- "survey"
- ]
- }
-}
diff --git a/public/example-VLAT-mini-randomized/assets/consent.md b/public/example-VLAT-mini-randomized/assets/consent.md
deleted file mode 100644
index 041bd91cb4..0000000000
--- a/public/example-VLAT-mini-randomized/assets/consent.md
+++ /dev/null
@@ -1,77 +0,0 @@
-# IRB Consent Form
-
- **Investigator: Lane Harrison**
-
- **Contact Information: ltharrison@wpi.edu; 508-831-5952**
-
-## Title of Research Study: Supporting Data Visualization Literacy
-## Introduction
-You are being asked to participate in a research study. Before you
- agree, however, you must be fully informed about the purpose of
- the study, the procedures to be followed, and any benefits, risks
- or discomfort that you may experience as a result of your
- participation. This form presents information about the study so
- that you may make a fully informed decision regarding your
- participation.
-
-## Purpose of the Study
-Visual representations of data (visualizations) are increasingly
-common in everyday life. The purpose of this study is to learn
-more about how people read and understand visualizations.
-
-## Tasks
-The test contains 12 multiple-choice questions about 12 data
-visualizations.
-It will take approximately 10-15 minutes to finish this
-test.
-For each question, you will be given a static data
-visualization (right) and a problem to solve (left).
-If you don't know the answer, select
-'skip'. We suggest maximizing your browser window as some charts can be on the larger side.
-
-## Risks to study participants
-Each participant in this study is assigned a random ID for analyses. As such,
-your participation will remain anonymous and your responses will
-not be used to identify you.
-
-## Benefits to research participants and others:
-The possible benefits include exposure to interesting data
-visualization, along with helping inform the
-development of future experiment reporting techniques.
-
-## Record keeping and confidentiality
-Records of your participation in this study will be held
-confidential so far as permitted by law. However, the study
-investigators, the sponsor or its designee and, under certain
-circumstances, the Worcester Polytechnic Institute Institutional
-Review Board (WPI IRB) will be able to inspect and have access to
-this data. Any publication or presentation of the data will not
-identify you.
-
-## Cost/Payment
-Please check the Prolific description.
-
-## Contact
-For more information about this research or about the rights of
-research participants, or in case of research-related injury,
-contact: Lane Harrison (contact info at the top of this page). In addition,
-include the contact information for the IRB Manager (Ruth McKeogh,
-Tel. 508-831-6699, Email: irb@wpi.edu ) and the Human Protection
-Administrator (Gabriel Johnson, Tel. 508-831-4989, Email:
-gjohnson@wpi.edu).
-
-Your participation in this research is voluntary
-Your refusal to participate will not result in any penalty to you
-or any loss of benefits to which you may otherwise be entitled.
-You may decide to stop participating in the research at any time
-without penalty or loss of other benefits. The project
-investigators retain the right to cancel or postpone the
-experimental procedures at any time they see fit.
-
-### By signing below,
-You acknowledge that you have been informed about and consent to
-be a participant in the study described above. Make sure that your
-questions are answered to your satisfaction before signing. You
-are entitled to retain a copy of this consent agreement.
-
-
diff --git a/public/example-VLAT-mini-randomized/assets/help.md b/public/example-VLAT-mini-randomized/assets/help.md
deleted file mode 100644
index b3010e3933..0000000000
--- a/public/example-VLAT-mini-randomized/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a simple demo of VLAT, please select the answer you think is correct.
\ No newline at end of file
diff --git a/public/example-VLAT-mini-randomized/assets/introduction.md b/public/example-VLAT-mini-randomized/assets/introduction.md
deleted file mode 100644
index 2fe64a8a78..0000000000
--- a/public/example-VLAT-mini-randomized/assets/introduction.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Introduction
-
-This is a short visualization understanding questionnaire.
-The test contains 12 multiple-choice questions about 12 data
-visualizations.
-
-It will take approximately 10-15 minutes to finish this
-test.
-
-For each question, you will be given a static data
-visualization (right) and a problem to solve (left).
-Choose the BEST answer to the questions.
-
-If you don't know the answer, select 'skip'. We suggest maximizing your browser window.
diff --git a/public/example-VLAT-mini-randomized/assets/survey.md b/public/example-VLAT-mini-randomized/assets/survey.md
deleted file mode 100644
index 06b3aa549f..0000000000
--- a/public/example-VLAT-mini-randomized/assets/survey.md
+++ /dev/null
@@ -1,2 +0,0 @@
-### Thanks for completing the study!
-### We are testing our survey tool and we could use your valuable feedback in the questions below:
diff --git a/public/example-VLAT-mini-randomized/config.json b/public/example-VLAT-mini-randomized/config.json
deleted file mode 100644
index 50ba9f2c15..0000000000
--- a/public/example-VLAT-mini-randomized/config.json
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Visualization understanding questionnaire",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-06-14",
- "description": "A replication of the mini VLAT questionnaire by Pandey et al, CGF 2023 (doi:10.1111:cgf.14809), using image stimuli. Demonstrates randomization of questions.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "example-VLAT-mini-randomized/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true,
- "studyEndMsg": "Thank you for completing the study. You may click this link and return to Prolific: [https://app.prolific.com/submissions/complete?cc=CE96X7ST&PROLIFIC_ID={PARTICIPANT_ID}](https://app.prolific.com/submissions/complete?cc=CE96X7ST&PROLIFIC_ID={PARTICIPANT_ID})",
- "urlParticipantIdParam": "PROLIFIC_ID"
- },
- "importedLibraries": ["mini-vlat"],
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "example-VLAT-mini-randomized/assets/introduction.md",
- "response": [
- {
- "id": "prolificId",
- "prompt": "Please enter your Prolific ID",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Prolific ID",
- "paramCapture": "PROLIFIC_ID"
- }
- ]
- },
- "consent": {
- "type": "markdown",
- "path": "example-VLAT-mini-randomized/assets/consent.md",
- "response": [
- {
- "id": "userInitials",
- "prompt": "Please type your initials below. These are not used in our analyses, but required for the consent process.",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Your Initials"
- }
- ]
- },
- "survey": {
- "type": "markdown",
- "path": "example-VLAT-mini-randomized/assets/survey.md",
- "response": [
- {
- "id": "surveyExperience",
- "prompt": "Did you experience any problems with our tool?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here."
- },
- {
- "id": "surveyRenderIssues",
- "prompt": "Did anything not render or display properly?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here"
- },
- {
- "id": "surveyOtherIssues",
- "prompt": "Any other issues or anything you would like to tell us?",
- "location": "belowStimulus",
- "type": "longText",
- "placeholder": "Enter your answer here"
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "consent",
- "$mini-vlat.se.full",
- "survey"
- ]
- }
-}
diff --git a/public/example-brush-interactions/assets/axis.gif b/public/example-brush-interactions/assets/axis.gif
deleted file mode 100644
index 3aa41c7103..0000000000
Binary files a/public/example-brush-interactions/assets/axis.gif and /dev/null differ
diff --git a/public/example-brush-interactions/assets/consent.md b/public/example-brush-interactions/assets/consent.md
deleted file mode 100644
index 0bba80ab1a..0000000000
--- a/public/example-brush-interactions/assets/consent.md
+++ /dev/null
@@ -1,76 +0,0 @@
-# IRB Consent Form
-
- **Investigator: Lane Harrison**
-
- **Contact Information: ltharrison@wpi.edu; 508-831-5952**
-
-## Title of Research Study: Supporting Data Visualization Literacy
-## Introduction
-You are being asked to participate in a research study. Before you
- agree, however, you must be fully informed about the purpose of
- the study, the procedures to be followed, and any benefits, risks
- or discomfort that you may experience as a result of your
- participation. This form presents information about the study so
- that you may make a fully informed decision regarding your
- participation.
-
-## Purpose of the Study
-Visual representations of data (visualizations) are increasingly
-common in everyday life. The purpose of this study is to learn
-more about how people read and understand visualizations.
-
-## Tasks
-The test contains 8 questions about 4 data
-visualizations.
-It will take approximately 10-15 minutes to finish this
-test.
-For each question, you will be given an interactive data
-visualization (right) and a problem to solve (left).
-We suggest maximizing your browser window as some charts can be on the larger side.
-
-## Risks to study participants
-Each participant in this study is assigned a random ID for analyses. As such,
-your participation will remain anonymous and your responses will
-not be used to identify you.
-
-## Benefits to research participants and others:
-The possible benefits include exposure to interesting data
-visualization, along with helping inform the
-development of future experiment reporting techniques.
-
-## Record keeping and confidentiality
-Records of your participation in this study will be held
-confidential so far as permitted by law. However, the study
-investigators, the sponsor or its designee and, under certain
-circumstances, the Worcester Polytechnic Institute Institutional
-Review Board (WPI IRB) will be able to inspect and have access to
-this data. Any publication or presentation of the data will not
-identify you.
-
-## Cost/Payment
-Please check the Prolific description.
-
-## Contact
-For more information about this research or about the rights of
-research participants, or in case of research-related injury,
-contact: Lane Harrison (contact info at the top of this page). In addition,
-include the contact information for the IRB Manager (Ruth McKeogh,
-Tel. 508-831-6699, Email: irb@wpi.edu ) and the Human Protection
-Administrator (Gabriel Johnson, Tel. 508-831-4989, Email:
-gjohnson@wpi.edu).
-
-Your participation in this research is voluntary
-Your refusal to participate will not result in any penalty to you
-or any loss of benefits to which you may otherwise be entitled.
-You may decide to stop participating in the research at any time
-without penalty or loss of other benefits. The project
-investigators retain the right to cancel or postpone the
-experimental procedures at any time they see fit.
-
-### By signing below,
-You acknowledge that you have been informed about and consent to
-be a participant in the study described above. Make sure that your
-questions are answered to your satisfaction before signing. You
-are entitled to retain a copy of this consent agreement.
-
-
diff --git a/public/example-brush-interactions/assets/help.md b/public/example-brush-interactions/assets/help.md
deleted file mode 100644
index 24c465b3cc..0000000000
--- a/public/example-brush-interactions/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-Here is the demo of supported input types. You may check the config file for reference.
\ No newline at end of file
diff --git a/public/example-brush-interactions/assets/introduction.md b/public/example-brush-interactions/assets/introduction.md
deleted file mode 100644
index ea0695c73e..0000000000
--- a/public/example-brush-interactions/assets/introduction.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Selection Method Study
-
-In this study, we evaluate **methods to select data items in visualizations**. You will see four different ways to select points in a scatterplot, and you will then be asked to read values from a linked bar chart.
-
-Every chart is interactive. Try to use the interactions to make a precise estimate.
diff --git a/public/example-brush-interactions/assets/paintbrush.gif b/public/example-brush-interactions/assets/paintbrush.gif
deleted file mode 100644
index 7e6f745701..0000000000
Binary files a/public/example-brush-interactions/assets/paintbrush.gif and /dev/null differ
diff --git a/public/example-brush-interactions/assets/rectangle.gif b/public/example-brush-interactions/assets/rectangle.gif
deleted file mode 100644
index 8fe2816c3d..0000000000
Binary files a/public/example-brush-interactions/assets/rectangle.gif and /dev/null differ
diff --git a/public/example-brush-interactions/assets/slider.gif b/public/example-brush-interactions/assets/slider.gif
deleted file mode 100644
index 64635cef5f..0000000000
Binary files a/public/example-brush-interactions/assets/slider.gif and /dev/null differ
diff --git a/public/example-brush-interactions/assets/tutorial.md b/public/example-brush-interactions/assets/tutorial.md
deleted file mode 100644
index 8289360c5d..0000000000
--- a/public/example-brush-interactions/assets/tutorial.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Tutorial
-In this study you will complete 8 tasks using 4 different ways to select points in a scatterplot. Utilize the selection type and the linked chart to answer the questions. Some of the questions will ask you to enter specific numbers, please estimate the best you can. The four selection types, with instructions on how to use them, are listed below. You can access this information during the study at any time via the help button in the upper left.
-
-## Axis Selection
-
-Use the handles on the x and y axis to edit the selection.
-
-
-## Rectangular Selection
-
-Click and drag over the plot to create a selection. Drag the center or the edges of the rectangle to edit the selection.
-
-
-## Slider Selection
-
-Use the handles of the sliders to the right of the chart to edit the selection.
-
-
-## Paintbrush Selection
-
-Click and drag to select points. Use the tool above the scatterplot to switch to deselect if you want to deselect points in your selection.
-
\ No newline at end of file
diff --git a/public/example-brush-interactions/data/cars.csv b/public/example-brush-interactions/data/cars.csv
deleted file mode 100644
index 777f59e3c7..0000000000
--- a/public/example-brush-interactions/data/cars.csv
+++ /dev/null
@@ -1,393 +0,0 @@
-id,Name,Miles per Gallon,Cylinders,Displacement,Horsepower,Weight (lbs),Acceleration,Year,Origin
-0,chevrolet chevelle malibu,18.0,8,307.0,130.0,3504,12.0,1970-01-01,USA
-1,buick skylark 320,15.0,8,350.0,165.0,3693,11.5,1970-01-01,USA
-2,plymouth satellite,18.0,8,318.0,150.0,3436,11.0,1970-01-01,USA
-3,amc rebel sst,16.0,8,304.0,150.0,3433,12.0,1970-01-01,USA
-4,ford torino,17.0,8,302.0,140.0,3449,10.5,1970-01-01,USA
-5,ford galaxie 500,15.0,8,429.0,198.0,4341,10.0,1970-01-01,USA
-6,chevrolet impala,14.0,8,454.0,220.0,4354,9.0,1970-01-01,USA
-7,plymouth fury iii,14.0,8,440.0,215.0,4312,8.5,1970-01-01,USA
-8,pontiac catalina,14.0,8,455.0,225.0,4425,10.0,1970-01-01,USA
-9,amc ambassador dpl,15.0,8,390.0,190.0,3850,8.5,1970-01-01,USA
-15,dodge challenger se,15.0,8,383.0,170.0,3563,10.0,1970-01-01,USA
-16,plymouth 'cuda 340,14.0,8,340.0,160.0,3609,8.0,1970-01-01,USA
-18,chevrolet monte carlo,15.0,8,400.0,150.0,3761,9.5,1970-01-01,USA
-19,buick estate wagon (sw),14.0,8,455.0,225.0,3086,10.0,1970-01-01,USA
-20,toyota corona mark ii,24.0,4,113.0,95.0,2372,15.0,1970-01-01,Japan
-21,plymouth duster,22.0,6,198.0,95.0,2833,15.5,1970-01-01,USA
-22,amc hornet,18.0,6,199.0,97.0,2774,15.5,1970-01-01,USA
-23,ford maverick,21.0,6,200.0,85.0,2587,16.0,1970-01-01,USA
-24,datsun pl510,27.0,4,97.0,88.0,2130,14.5,1970-01-01,Japan
-25,volkswagen 1131 deluxe sedan,26.0,4,97.0,46.0,1835,20.5,1970-01-01,Europe
-26,peugeot 504,25.0,4,110.0,87.0,2672,17.5,1970-01-01,Europe
-27,audi 100 ls,24.0,4,107.0,90.0,2430,14.5,1970-01-01,Europe
-28,saab 99e,25.0,4,104.0,95.0,2375,17.5,1970-01-01,Europe
-29,bmw 2002,26.0,4,121.0,113.0,2234,12.5,1970-01-01,Europe
-30,amc gremlin,21.0,6,199.0,90.0,2648,15.0,1970-01-01,USA
-31,ford f250,10.0,8,360.0,215.0,4615,14.0,1970-01-01,USA
-32,chevy c20,10.0,8,307.0,200.0,4376,15.0,1970-01-01,USA
-33,dodge d200,11.0,8,318.0,210.0,4382,13.5,1970-01-01,USA
-34,hi 1200d,9.0,8,304.0,193.0,4732,18.5,1970-01-01,USA
-35,datsun pl510,27.0,4,97.0,88.0,2130,14.5,1971-01-01,Japan
-36,chevrolet vega 2300,28.0,4,140.0,90.0,2264,15.5,1971-01-01,USA
-37,toyota corona,25.0,4,113.0,95.0,2228,14.0,1971-01-01,Japan
-40,amc gremlin,19.0,6,232.0,100.0,2634,13.0,1971-01-01,USA
-41,plymouth satellite custom,16.0,6,225.0,105.0,3439,15.5,1971-01-01,USA
-42,chevrolet chevelle malibu,17.0,6,250.0,100.0,3329,15.5,1971-01-01,USA
-43,ford torino 500,19.0,6,250.0,88.0,3302,15.5,1971-01-01,USA
-44,amc matador,18.0,6,232.0,100.0,3288,15.5,1971-01-01,USA
-45,chevrolet impala,14.0,8,350.0,165.0,4209,12.0,1971-01-01,USA
-46,pontiac catalina brougham,14.0,8,400.0,175.0,4464,11.5,1971-01-01,USA
-47,ford galaxie 500,14.0,8,351.0,153.0,4154,13.5,1971-01-01,USA
-48,plymouth fury iii,14.0,8,318.0,150.0,4096,13.0,1971-01-01,USA
-49,dodge monaco (sw),12.0,8,383.0,180.0,4955,11.5,1971-01-01,USA
-50,ford country squire (sw),13.0,8,400.0,170.0,4746,12.0,1971-01-01,USA
-51,pontiac safari (sw),13.0,8,400.0,175.0,5140,12.0,1971-01-01,USA
-52,amc hornet sportabout (sw),18.0,6,258.0,110.0,2962,13.5,1971-01-01,USA
-53,chevrolet vega (sw),22.0,4,140.0,72.0,2408,19.0,1971-01-01,USA
-54,pontiac firebird,19.0,6,250.0,100.0,3282,15.0,1971-01-01,USA
-55,ford mustang,18.0,6,250.0,88.0,3139,14.5,1971-01-01,USA
-56,mercury capri 2000,23.0,4,122.0,86.0,2220,14.0,1971-01-01,USA
-57,opel 1900,28.0,4,116.0,90.0,2123,14.0,1971-01-01,Europe
-58,peugeot 304,30.0,4,79.0,70.0,2074,19.5,1971-01-01,Europe
-59,fiat 124b,30.0,4,88.0,76.0,2065,14.5,1971-01-01,Europe
-60,toyota corolla 1200,31.0,4,71.0,65.0,1773,19.0,1971-01-01,Japan
-61,datsun 1200,35.0,4,72.0,69.0,1613,18.0,1971-01-01,Japan
-62,volkswagen model 111,27.0,4,97.0,60.0,1834,19.0,1971-01-01,Europe
-63,plymouth cricket,26.0,4,91.0,70.0,1955,20.5,1971-01-01,USA
-64,toyota corona hardtop,24.0,4,113.0,95.0,2278,15.5,1972-01-01,Japan
-65,dodge colt hardtop,25.0,4,97.5,80.0,2126,17.0,1972-01-01,USA
-66,volkswagen type 3,23.0,4,97.0,54.0,2254,23.5,1972-01-01,Europe
-67,chevrolet vega,20.0,4,140.0,90.0,2408,19.5,1972-01-01,USA
-68,ford pinto runabout,21.0,4,122.0,86.0,2226,16.5,1972-01-01,USA
-69,chevrolet impala,13.0,8,350.0,165.0,4274,12.0,1972-01-01,USA
-70,pontiac catalina,14.0,8,400.0,175.0,4385,12.0,1972-01-01,USA
-71,plymouth fury iii,15.0,8,318.0,150.0,4135,13.5,1972-01-01,USA
-72,ford galaxie 500,14.0,8,351.0,153.0,4129,13.0,1972-01-01,USA
-73,amc ambassador sst,17.0,8,304.0,150.0,3672,11.5,1972-01-01,USA
-74,mercury marquis,11.0,8,429.0,208.0,4633,11.0,1972-01-01,USA
-75,buick lesabre custom,13.0,8,350.0,155.0,4502,13.5,1972-01-01,USA
-76,oldsmobile delta 88 royale,12.0,8,350.0,160.0,4456,13.5,1972-01-01,USA
-77,chrysler newport royal,13.0,8,400.0,190.0,4422,12.5,1972-01-01,USA
-78,mazda rx2 coupe,19.0,3,70.0,97.0,2330,13.5,1972-01-01,Japan
-79,amc matador (sw),15.0,8,304.0,150.0,3892,12.5,1972-01-01,USA
-80,chevrolet chevelle concours (sw),13.0,8,307.0,130.0,4098,14.0,1972-01-01,USA
-81,ford gran torino (sw),13.0,8,302.0,140.0,4294,16.0,1972-01-01,USA
-82,plymouth satellite custom (sw),14.0,8,318.0,150.0,4077,14.0,1972-01-01,USA
-83,volvo 145e (sw),18.0,4,121.0,112.0,2933,14.5,1972-01-01,Europe
-84,volkswagen 411 (sw),22.0,4,121.0,76.0,2511,18.0,1972-01-01,Europe
-85,peugeot 504 (sw),21.0,4,120.0,87.0,2979,19.5,1972-01-01,Europe
-86,renault 12 (sw),26.0,4,96.0,69.0,2189,18.0,1972-01-01,Europe
-87,ford pinto (sw),22.0,4,122.0,86.0,2395,16.0,1972-01-01,USA
-88,datsun 510 (sw),28.0,4,97.0,92.0,2288,17.0,1972-01-01,Japan
-89,toyouta corona mark ii (sw),23.0,4,120.0,97.0,2506,14.5,1972-01-01,Japan
-90,dodge colt (sw),28.0,4,98.0,80.0,2164,15.0,1972-01-01,USA
-91,toyota corolla 1600 (sw),27.0,4,97.0,88.0,2100,16.5,1972-01-01,Japan
-92,buick century 350,13.0,8,350.0,175.0,4100,13.0,1973-01-01,USA
-93,amc matador,14.0,8,304.0,150.0,3672,11.5,1973-01-01,USA
-94,chevrolet malibu,13.0,8,350.0,145.0,3988,13.0,1973-01-01,USA
-95,ford gran torino,14.0,8,302.0,137.0,4042,14.5,1973-01-01,USA
-96,dodge coronet custom,15.0,8,318.0,150.0,3777,12.5,1973-01-01,USA
-97,mercury marquis brougham,12.0,8,429.0,198.0,4952,11.5,1973-01-01,USA
-98,chevrolet caprice classic,13.0,8,400.0,150.0,4464,12.0,1973-01-01,USA
-99,ford ltd,13.0,8,351.0,158.0,4363,13.0,1973-01-01,USA
-100,plymouth fury gran sedan,14.0,8,318.0,150.0,4237,14.5,1973-01-01,USA
-101,chrysler new yorker brougham,13.0,8,440.0,215.0,4735,11.0,1973-01-01,USA
-102,buick electra 225 custom,12.0,8,455.0,225.0,4951,11.0,1973-01-01,USA
-103,amc ambassador brougham,13.0,8,360.0,175.0,3821,11.0,1973-01-01,USA
-104,plymouth valiant,18.0,6,225.0,105.0,3121,16.5,1973-01-01,USA
-105,chevrolet nova custom,16.0,6,250.0,100.0,3278,18.0,1973-01-01,USA
-106,amc hornet,18.0,6,232.0,100.0,2945,16.0,1973-01-01,USA
-107,ford maverick,18.0,6,250.0,88.0,3021,16.5,1973-01-01,USA
-108,plymouth duster,23.0,6,198.0,95.0,2904,16.0,1973-01-01,USA
-109,volkswagen super beetle,26.0,4,97.0,46.0,1950,21.0,1973-01-01,Europe
-110,chevrolet impala,11.0,8,400.0,150.0,4997,14.0,1973-01-01,USA
-111,ford country,12.0,8,400.0,167.0,4906,12.5,1973-01-01,USA
-112,plymouth custom suburb,13.0,8,360.0,170.0,4654,13.0,1973-01-01,USA
-113,oldsmobile vista cruiser,12.0,8,350.0,180.0,4499,12.5,1973-01-01,USA
-114,amc gremlin,18.0,6,232.0,100.0,2789,15.0,1973-01-01,USA
-115,toyota carina,20.0,4,97.0,88.0,2279,19.0,1973-01-01,Japan
-116,chevrolet vega,21.0,4,140.0,72.0,2401,19.5,1973-01-01,USA
-117,datsun 610,22.0,4,108.0,94.0,2379,16.5,1973-01-01,Japan
-118,maxda rx3,18.0,3,70.0,90.0,2124,13.5,1973-01-01,Japan
-119,ford pinto,19.0,4,122.0,85.0,2310,18.5,1973-01-01,USA
-120,mercury capri v6,21.0,6,155.0,107.0,2472,14.0,1973-01-01,USA
-121,fiat 124 sport coupe,26.0,4,98.0,90.0,2265,15.5,1973-01-01,Europe
-122,chevrolet monte carlo s,15.0,8,350.0,145.0,4082,13.0,1973-01-01,USA
-123,pontiac grand prix,16.0,8,400.0,230.0,4278,9.5,1973-01-01,USA
-124,fiat 128,29.0,4,68.0,49.0,1867,19.5,1973-01-01,Europe
-125,opel manta,24.0,4,116.0,75.0,2158,15.5,1973-01-01,Europe
-126,audi 100ls,20.0,4,114.0,91.0,2582,14.0,1973-01-01,Europe
-127,volvo 144ea,19.0,4,121.0,112.0,2868,15.5,1973-01-01,Europe
-128,dodge dart custom,15.0,8,318.0,150.0,3399,11.0,1973-01-01,USA
-129,saab 99le,24.0,4,121.0,110.0,2660,14.0,1973-01-01,Europe
-130,toyota mark ii,20.0,6,156.0,122.0,2807,13.5,1973-01-01,Japan
-131,oldsmobile omega,11.0,8,350.0,180.0,3664,11.0,1973-01-01,USA
-132,plymouth duster,20.0,6,198.0,95.0,3102,16.5,1974-01-01,USA
-134,amc hornet,19.0,6,232.0,100.0,2901,16.0,1974-01-01,USA
-135,chevrolet nova,15.0,6,250.0,100.0,3336,17.0,1974-01-01,USA
-136,datsun b210,31.0,4,79.0,67.0,1950,19.0,1974-01-01,Japan
-137,ford pinto,26.0,4,122.0,80.0,2451,16.5,1974-01-01,USA
-138,toyota corolla 1200,32.0,4,71.0,65.0,1836,21.0,1974-01-01,Japan
-139,chevrolet vega,25.0,4,140.0,75.0,2542,17.0,1974-01-01,USA
-140,chevrolet chevelle malibu classic,16.0,6,250.0,100.0,3781,17.0,1974-01-01,USA
-141,amc matador,16.0,6,258.0,110.0,3632,18.0,1974-01-01,USA
-142,plymouth satellite sebring,18.0,6,225.0,105.0,3613,16.5,1974-01-01,USA
-143,ford gran torino,16.0,8,302.0,140.0,4141,14.0,1974-01-01,USA
-144,buick century luxus (sw),13.0,8,350.0,150.0,4699,14.5,1974-01-01,USA
-145,dodge coronet custom (sw),14.0,8,318.0,150.0,4457,13.5,1974-01-01,USA
-146,ford gran torino (sw),14.0,8,302.0,140.0,4638,16.0,1974-01-01,USA
-147,amc matador (sw),14.0,8,304.0,150.0,4257,15.5,1974-01-01,USA
-148,audi fox,29.0,4,98.0,83.0,2219,16.5,1974-01-01,Europe
-149,volkswagen dasher,26.0,4,79.0,67.0,1963,15.5,1974-01-01,Europe
-150,opel manta,26.0,4,97.0,78.0,2300,14.5,1974-01-01,Europe
-151,toyota corona,31.0,4,76.0,52.0,1649,16.5,1974-01-01,Japan
-152,datsun 710,32.0,4,83.0,61.0,2003,19.0,1974-01-01,Japan
-153,dodge colt,28.0,4,90.0,75.0,2125,14.5,1974-01-01,USA
-154,fiat 128,24.0,4,90.0,75.0,2108,15.5,1974-01-01,Europe
-155,fiat 124 tc,26.0,4,116.0,75.0,2246,14.0,1974-01-01,Europe
-156,honda civic,24.0,4,120.0,97.0,2489,15.0,1974-01-01,Japan
-157,subaru,26.0,4,108.0,93.0,2391,15.5,1974-01-01,Japan
-158,fiat x1.9,31.0,4,79.0,67.0,2000,16.0,1974-01-01,Europe
-159,plymouth valiant custom,19.0,6,225.0,95.0,3264,16.0,1975-01-01,USA
-160,chevrolet nova,18.0,6,250.0,105.0,3459,16.0,1975-01-01,USA
-161,mercury monarch,15.0,6,250.0,72.0,3432,21.0,1975-01-01,USA
-162,ford maverick,15.0,6,250.0,72.0,3158,19.5,1975-01-01,USA
-163,pontiac catalina,16.0,8,400.0,170.0,4668,11.5,1975-01-01,USA
-164,chevrolet bel air,15.0,8,350.0,145.0,4440,14.0,1975-01-01,USA
-165,plymouth grand fury,16.0,8,318.0,150.0,4498,14.5,1975-01-01,USA
-166,ford ltd,14.0,8,351.0,148.0,4657,13.5,1975-01-01,USA
-167,buick century,17.0,6,231.0,110.0,3907,21.0,1975-01-01,USA
-168,chevroelt chevelle malibu,16.0,6,250.0,105.0,3897,18.5,1975-01-01,USA
-169,amc matador,15.0,6,258.0,110.0,3730,19.0,1975-01-01,USA
-170,plymouth fury,18.0,6,225.0,95.0,3785,19.0,1975-01-01,USA
-171,buick skyhawk,21.0,6,231.0,110.0,3039,15.0,1975-01-01,USA
-172,chevrolet monza 2+2,20.0,8,262.0,110.0,3221,13.5,1975-01-01,USA
-173,ford mustang ii,13.0,8,302.0,129.0,3169,12.0,1975-01-01,USA
-174,toyota corolla,29.0,4,97.0,75.0,2171,16.0,1975-01-01,Japan
-175,ford pinto,23.0,4,140.0,83.0,2639,17.0,1975-01-01,USA
-176,amc gremlin,20.0,6,232.0,100.0,2914,16.0,1975-01-01,USA
-177,pontiac astro,23.0,4,140.0,78.0,2592,18.5,1975-01-01,USA
-178,toyota corona,24.0,4,134.0,96.0,2702,13.5,1975-01-01,Japan
-179,volkswagen dasher,25.0,4,90.0,71.0,2223,16.5,1975-01-01,Europe
-180,datsun 710,24.0,4,119.0,97.0,2545,17.0,1975-01-01,Japan
-181,ford pinto,18.0,6,171.0,97.0,2984,14.5,1975-01-01,USA
-182,volkswagen rabbit,29.0,4,90.0,70.0,1937,14.0,1975-01-01,Europe
-183,amc pacer,19.0,6,232.0,90.0,3211,17.0,1975-01-01,USA
-184,audi 100ls,23.0,4,115.0,95.0,2694,15.0,1975-01-01,Europe
-185,peugeot 504,23.0,4,120.0,88.0,2957,17.0,1975-01-01,Europe
-186,volvo 244dl,22.0,4,121.0,98.0,2945,14.5,1975-01-01,Europe
-187,saab 99le,25.0,4,121.0,115.0,2671,13.5,1975-01-01,Europe
-188,honda civic cvcc,33.0,4,91.0,53.0,1795,17.5,1975-01-01,Japan
-189,fiat 131,28.0,4,107.0,86.0,2464,15.5,1976-01-01,Europe
-190,opel 1900,25.0,4,116.0,81.0,2220,16.9,1976-01-01,Europe
-191,capri ii,25.0,4,140.0,92.0,2572,14.9,1976-01-01,USA
-192,dodge colt,26.0,4,98.0,79.0,2255,17.7,1976-01-01,USA
-193,renault 12tl,27.0,4,101.0,83.0,2202,15.3,1976-01-01,Europe
-194,chevrolet chevelle malibu classic,17.5,8,305.0,140.0,4215,13.0,1976-01-01,USA
-195,dodge coronet brougham,16.0,8,318.0,150.0,4190,13.0,1976-01-01,USA
-196,amc matador,15.5,8,304.0,120.0,3962,13.9,1976-01-01,USA
-197,ford gran torino,14.5,8,351.0,152.0,4215,12.8,1976-01-01,USA
-198,plymouth valiant,22.0,6,225.0,100.0,3233,15.4,1976-01-01,USA
-199,chevrolet nova,22.0,6,250.0,105.0,3353,14.5,1976-01-01,USA
-200,ford maverick,24.0,6,200.0,81.0,3012,17.6,1976-01-01,USA
-201,amc hornet,22.5,6,232.0,90.0,3085,17.6,1976-01-01,USA
-202,chevrolet chevette,29.0,4,85.0,52.0,2035,22.2,1976-01-01,USA
-203,chevrolet woody,24.5,4,98.0,60.0,2164,22.1,1976-01-01,USA
-204,vw rabbit,29.0,4,90.0,70.0,1937,14.2,1976-01-01,Europe
-205,honda civic,33.0,4,91.0,53.0,1795,17.4,1976-01-01,Japan
-206,dodge aspen se,20.0,6,225.0,100.0,3651,17.7,1976-01-01,USA
-207,ford granada ghia,18.0,6,250.0,78.0,3574,21.0,1976-01-01,USA
-208,pontiac ventura sj,18.5,6,250.0,110.0,3645,16.2,1976-01-01,USA
-209,amc pacer d/l,17.5,6,258.0,95.0,3193,17.8,1976-01-01,USA
-210,volkswagen rabbit,29.5,4,97.0,71.0,1825,12.2,1976-01-01,Europe
-211,datsun b-210,32.0,4,85.0,70.0,1990,17.0,1976-01-01,Japan
-212,toyota corolla,28.0,4,97.0,75.0,2155,16.4,1976-01-01,Japan
-213,ford pinto,26.5,4,140.0,72.0,2565,13.6,1976-01-01,USA
-214,volvo 245,20.0,4,130.0,102.0,3150,15.7,1976-01-01,Europe
-215,plymouth volare premier v8,13.0,8,318.0,150.0,3940,13.2,1976-01-01,USA
-216,peugeot 504,19.0,4,120.0,88.0,3270,21.9,1976-01-01,Europe
-217,toyota mark ii,19.0,6,156.0,108.0,2930,15.5,1976-01-01,Japan
-218,mercedes-benz 280s,16.5,6,168.0,120.0,3820,16.7,1976-01-01,Europe
-219,cadillac seville,16.5,8,350.0,180.0,4380,12.1,1976-01-01,USA
-220,chevy c10,13.0,8,350.0,145.0,4055,12.0,1976-01-01,USA
-221,ford f108,13.0,8,302.0,130.0,3870,15.0,1976-01-01,USA
-222,dodge d100,13.0,8,318.0,150.0,3755,14.0,1976-01-01,USA
-223,honda Accelerationord cvcc,31.5,4,98.0,68.0,2045,18.5,1977-01-01,Japan
-224,buick opel isuzu deluxe,30.0,4,111.0,80.0,2155,14.8,1977-01-01,USA
-225,renault 5 gtl,36.0,4,79.0,58.0,1825,18.6,1977-01-01,Europe
-226,plymouth arrow gs,25.5,4,122.0,96.0,2300,15.5,1977-01-01,USA
-227,datsun f-10 hatchback,33.5,4,85.0,70.0,1945,16.8,1977-01-01,Japan
-228,chevrolet caprice classic,17.5,8,305.0,145.0,3880,12.5,1977-01-01,USA
-229,oldsmobile cutlass supreme,17.0,8,260.0,110.0,4060,19.0,1977-01-01,USA
-230,dodge monaco brougham,15.5,8,318.0,145.0,4140,13.7,1977-01-01,USA
-231,mercury cougar brougham,15.0,8,302.0,130.0,4295,14.9,1977-01-01,USA
-232,chevrolet concours,17.5,6,250.0,110.0,3520,16.4,1977-01-01,USA
-233,buick skylark,20.5,6,231.0,105.0,3425,16.9,1977-01-01,USA
-234,plymouth volare custom,19.0,6,225.0,100.0,3630,17.7,1977-01-01,USA
-235,ford granada,18.5,6,250.0,98.0,3525,19.0,1977-01-01,USA
-236,pontiac grand prix lj,16.0,8,400.0,180.0,4220,11.1,1977-01-01,USA
-237,chevrolet monte carlo landau,15.5,8,350.0,170.0,4165,11.4,1977-01-01,USA
-238,chrysler cordoba,15.5,8,400.0,190.0,4325,12.2,1977-01-01,USA
-239,ford thunderbird,16.0,8,351.0,149.0,4335,14.5,1977-01-01,USA
-240,volkswagen rabbit custom,29.0,4,97.0,78.0,1940,14.5,1977-01-01,Europe
-241,pontiac sunbird coupe,24.5,4,151.0,88.0,2740,16.0,1977-01-01,USA
-242,toyota corolla liftback,26.0,4,97.0,75.0,2265,18.2,1977-01-01,Japan
-243,ford mustang ii 2+2,25.5,4,140.0,89.0,2755,15.8,1977-01-01,USA
-244,chevrolet chevette,30.5,4,98.0,63.0,2051,17.0,1977-01-01,USA
-245,dodge colt m/m,33.5,4,98.0,83.0,2075,15.9,1977-01-01,USA
-246,subaru dl,30.0,4,97.0,67.0,1985,16.4,1977-01-01,Japan
-247,volkswagen dasher,30.5,4,97.0,78.0,2190,14.1,1977-01-01,Europe
-248,datsun 810,22.0,6,146.0,97.0,2815,14.5,1977-01-01,Japan
-249,bmw 320i,21.5,4,121.0,110.0,2600,12.8,1977-01-01,Europe
-250,mazda rx-4,21.5,3,80.0,110.0,2720,13.5,1977-01-01,Japan
-251,volkswagen rabbit custom diesel,43.1,4,90.0,48.0,1985,21.5,1978-01-01,Europe
-252,ford fiesta,36.1,4,98.0,66.0,1800,14.4,1978-01-01,USA
-253,mazda glc deluxe,32.8,4,78.0,52.0,1985,19.4,1978-01-01,Japan
-254,datsun b210 gx,39.4,4,85.0,70.0,2070,18.6,1978-01-01,Japan
-255,honda civic cvcc,36.1,4,91.0,60.0,1800,16.4,1978-01-01,Japan
-256,oldsmobile cutlass salon brougham,19.9,8,260.0,110.0,3365,15.5,1978-01-01,USA
-257,dodge diplomat,19.4,8,318.0,140.0,3735,13.2,1978-01-01,USA
-258,mercury monarch ghia,20.2,8,302.0,139.0,3570,12.8,1978-01-01,USA
-259,pontiac phoenix lj,19.2,6,231.0,105.0,3535,19.2,1978-01-01,USA
-260,chevrolet malibu,20.5,6,200.0,95.0,3155,18.2,1978-01-01,USA
-261,ford fairmont (auto),20.2,6,200.0,85.0,2965,15.8,1978-01-01,USA
-262,ford fairmont (man),25.1,4,140.0,88.0,2720,15.4,1978-01-01,USA
-263,plymouth volare,20.5,6,225.0,100.0,3430,17.2,1978-01-01,USA
-264,amc concord,19.4,6,232.0,90.0,3210,17.2,1978-01-01,USA
-265,buick century special,20.6,6,231.0,105.0,3380,15.8,1978-01-01,USA
-266,mercury zephyr,20.8,6,200.0,85.0,3070,16.7,1978-01-01,USA
-267,dodge aspen,18.6,6,225.0,110.0,3620,18.7,1978-01-01,USA
-268,amc concord d/l,18.1,6,258.0,120.0,3410,15.1,1978-01-01,USA
-269,chevrolet monte carlo landau,19.2,8,305.0,145.0,3425,13.2,1978-01-01,USA
-270,buick regal sport coupe (turbo),17.7,6,231.0,165.0,3445,13.4,1978-01-01,USA
-271,ford futura,18.1,8,302.0,139.0,3205,11.2,1978-01-01,USA
-272,dodge magnum xe,17.5,8,318.0,140.0,4080,13.7,1978-01-01,USA
-273,chevrolet chevette,30.0,4,98.0,68.0,2155,16.5,1978-01-01,USA
-274,toyota corona,27.5,4,134.0,95.0,2560,14.2,1978-01-01,Japan
-275,datsun 510,27.2,4,119.0,97.0,2300,14.7,1978-01-01,Japan
-276,dodge omni,30.9,4,105.0,75.0,2230,14.5,1978-01-01,USA
-277,toyota celica gt liftback,21.1,4,134.0,95.0,2515,14.8,1978-01-01,Japan
-278,plymouth sapporo,23.2,4,156.0,105.0,2745,16.7,1978-01-01,USA
-279,oldsmobile starfire sx,23.8,4,151.0,85.0,2855,17.6,1978-01-01,USA
-280,datsun 200-sx,23.9,4,119.0,97.0,2405,14.9,1978-01-01,Japan
-281,audi 5000,20.3,5,131.0,103.0,2830,15.9,1978-01-01,Europe
-282,volvo 264gl,17.0,6,163.0,125.0,3140,13.6,1978-01-01,Europe
-283,saab 99gle,21.6,4,121.0,115.0,2795,15.7,1978-01-01,Europe
-284,peugeot 604sl,16.2,6,163.0,133.0,3410,15.8,1978-01-01,Europe
-285,volkswagen scirocco,31.5,4,89.0,71.0,1990,14.9,1978-01-01,Europe
-286,honda Accelerationord lx,29.5,4,98.0,68.0,2135,16.6,1978-01-01,Japan
-287,pontiac lemans v6,21.5,6,231.0,115.0,3245,15.4,1979-01-01,USA
-288,mercury zephyr 6,19.8,6,200.0,85.0,2990,18.2,1979-01-01,USA
-289,ford fairmont 4,22.3,4,140.0,88.0,2890,17.3,1979-01-01,USA
-290,amc concord dl 6,20.2,6,232.0,90.0,3265,18.2,1979-01-01,USA
-291,dodge aspen 6,20.6,6,225.0,110.0,3360,16.6,1979-01-01,USA
-292,chevrolet caprice classic,17.0,8,305.0,130.0,3840,15.4,1979-01-01,USA
-293,ford ltd landau,17.6,8,302.0,129.0,3725,13.4,1979-01-01,USA
-294,mercury grand marquis,16.5,8,351.0,138.0,3955,13.2,1979-01-01,USA
-295,dodge st. regis,18.2,8,318.0,135.0,3830,15.2,1979-01-01,USA
-296,buick estate wagon (sw),16.9,8,350.0,155.0,4360,14.9,1979-01-01,USA
-297,ford country squire (sw),15.5,8,351.0,142.0,4054,14.3,1979-01-01,USA
-298,chevrolet malibu classic (sw),19.2,8,267.0,125.0,3605,15.0,1979-01-01,USA
-299,chrysler lebaron town @ country (sw),18.5,8,360.0,150.0,3940,13.0,1979-01-01,USA
-300,vw rabbit custom,31.9,4,89.0,71.0,1925,14.0,1979-01-01,Europe
-301,maxda glc deluxe,34.1,4,86.0,65.0,1975,15.2,1979-01-01,Japan
-302,dodge colt hatchback custom,35.7,4,98.0,80.0,1915,14.4,1979-01-01,USA
-303,amc spirit dl,27.4,4,121.0,80.0,2670,15.0,1979-01-01,USA
-304,mercedes benz 300d,25.4,5,183.0,77.0,3530,20.1,1979-01-01,Europe
-305,cadillac eldorado,23.0,8,350.0,125.0,3900,17.4,1979-01-01,USA
-306,peugeot 504,27.2,4,141.0,71.0,3190,24.8,1979-01-01,Europe
-307,oldsmobile cutlass salon brougham,23.9,8,260.0,90.0,3420,22.2,1979-01-01,USA
-308,plymouth horizon,34.2,4,105.0,70.0,2200,13.2,1979-01-01,USA
-309,plymouth horizon tc3,34.5,4,105.0,70.0,2150,14.9,1979-01-01,USA
-310,datsun 210,31.8,4,85.0,65.0,2020,19.2,1979-01-01,Japan
-311,fiat strada custom,37.3,4,91.0,69.0,2130,14.7,1979-01-01,Europe
-312,buick skylark limited,28.4,4,151.0,90.0,2670,16.0,1979-01-01,USA
-313,chevrolet citation,28.8,6,173.0,115.0,2595,11.3,1979-01-01,USA
-314,oldsmobile omega brougham,26.8,6,173.0,115.0,2700,12.9,1979-01-01,USA
-315,pontiac phoenix,33.5,4,151.0,90.0,2556,13.2,1979-01-01,USA
-316,vw rabbit,41.5,4,98.0,76.0,2144,14.7,1980-01-01,Europe
-317,toyota corolla tercel,38.1,4,89.0,60.0,1968,18.8,1980-01-01,Japan
-318,chevrolet chevette,32.1,4,98.0,70.0,2120,15.5,1980-01-01,USA
-319,datsun 310,37.2,4,86.0,65.0,2019,16.4,1980-01-01,Japan
-320,chevrolet citation,28.0,4,151.0,90.0,2678,16.5,1980-01-01,USA
-321,ford fairmont,26.4,4,140.0,88.0,2870,18.1,1980-01-01,USA
-322,amc concord,24.3,4,151.0,90.0,3003,20.1,1980-01-01,USA
-323,dodge aspen,19.1,6,225.0,90.0,3381,18.7,1980-01-01,USA
-324,audi 4000,34.3,4,97.0,78.0,2188,15.8,1980-01-01,Europe
-325,toyota corona liftback,29.8,4,134.0,90.0,2711,15.5,1980-01-01,Japan
-326,mazda 626,31.3,4,120.0,75.0,2542,17.5,1980-01-01,Japan
-327,datsun 510 hatchback,37.0,4,119.0,92.0,2434,15.0,1980-01-01,Japan
-328,toyota corolla,32.2,4,108.0,75.0,2265,15.2,1980-01-01,Japan
-329,mazda glc,46.6,4,86.0,65.0,2110,17.9,1980-01-01,Japan
-330,dodge colt,27.9,4,156.0,105.0,2800,14.4,1980-01-01,USA
-331,datsun 210,40.8,4,85.0,65.0,2110,19.2,1980-01-01,Japan
-332,vw rabbit c (diesel),44.3,4,90.0,48.0,2085,21.7,1980-01-01,Europe
-333,vw dasher (diesel),43.4,4,90.0,48.0,2335,23.7,1980-01-01,Europe
-334,audi 5000s (diesel),36.4,5,121.0,67.0,2950,19.9,1980-01-01,Europe
-335,mercedes-benz 240d,30.0,4,146.0,67.0,3250,21.8,1980-01-01,Europe
-336,honda civic 1500 gl,44.6,4,91.0,67.0,1850,13.8,1980-01-01,Japan
-338,subaru dl,33.8,4,97.0,67.0,2145,18.0,1980-01-01,Japan
-339,vokswagen rabbit,29.8,4,89.0,62.0,1845,15.3,1980-01-01,Europe
-340,datsun 280-zx,32.7,6,168.0,132.0,2910,11.4,1980-01-01,Japan
-341,mazda rx-7 gs,23.7,3,70.0,100.0,2420,12.5,1980-01-01,Japan
-342,triumph tr7 coupe,35.0,4,122.0,88.0,2500,15.1,1980-01-01,Europe
-344,honda Accelerationord,32.4,4,107.0,72.0,2290,17.0,1980-01-01,Japan
-345,plymouth reliant,27.2,4,135.0,84.0,2490,15.7,1982-01-01,USA
-346,buick skylark,26.6,4,151.0,84.0,2635,16.4,1982-01-01,USA
-347,dodge aries wagon (sw),25.8,4,156.0,92.0,2620,14.4,1982-01-01,USA
-348,chevrolet citation,23.5,6,173.0,110.0,2725,12.6,1982-01-01,USA
-349,plymouth reliant,30.0,4,135.0,84.0,2385,12.9,1982-01-01,USA
-350,toyota starlet,39.1,4,79.0,58.0,1755,16.9,1982-01-01,Japan
-351,plymouth champ,39.0,4,86.0,64.0,1875,16.4,1982-01-01,USA
-352,honda civic 1300,35.1,4,81.0,60.0,1760,16.1,1982-01-01,Japan
-353,subaru,32.3,4,97.0,67.0,2065,17.8,1982-01-01,Japan
-354,datsun 210,37.0,4,85.0,65.0,1975,19.4,1982-01-01,Japan
-355,toyota tercel,37.7,4,89.0,62.0,2050,17.3,1982-01-01,Japan
-356,mazda glc 4,34.1,4,91.0,68.0,1985,16.0,1982-01-01,Japan
-357,plymouth horizon 4,34.7,4,105.0,63.0,2215,14.9,1982-01-01,USA
-358,ford escort 4w,34.4,4,98.0,65.0,2045,16.2,1982-01-01,USA
-359,ford escort 2h,29.9,4,98.0,65.0,2380,20.7,1982-01-01,USA
-360,volkswagen jetta,33.0,4,105.0,74.0,2190,14.2,1982-01-01,Europe
-362,honda prelude,33.7,4,107.0,75.0,2210,14.4,1982-01-01,Japan
-363,toyota corolla,32.4,4,108.0,75.0,2350,16.8,1982-01-01,Japan
-364,datsun 200sx,32.9,4,119.0,100.0,2615,14.8,1982-01-01,Japan
-365,mazda 626,31.6,4,120.0,74.0,2635,18.3,1982-01-01,Japan
-366,peugeot 505s turbo diesel,28.1,4,141.0,80.0,3230,20.4,1982-01-01,Europe
-368,volvo diesel,30.7,6,145.0,76.0,3160,19.6,1982-01-01,Europe
-369,toyota cressida,25.4,6,168.0,116.0,2900,12.6,1982-01-01,Japan
-370,datsun 810 maxima,24.2,6,146.0,120.0,2930,13.8,1982-01-01,Japan
-371,buick century,22.4,6,231.0,110.0,3415,15.8,1982-01-01,USA
-372,oldsmobile cutlass ls,26.6,8,350.0,105.0,3725,19.0,1982-01-01,USA
-373,ford granada gl,20.2,6,200.0,88.0,3060,17.1,1982-01-01,USA
-374,chrysler lebaron salon,17.6,6,225.0,85.0,3465,16.6,1982-01-01,USA
-375,chevrolet cavalier,28.0,4,112.0,88.0,2605,19.6,1982-01-01,USA
-376,chevrolet cavalier wagon,27.0,4,112.0,88.0,2640,18.6,1982-01-01,USA
-377,chevrolet cavalier 2-door,34.0,4,112.0,88.0,2395,18.0,1982-01-01,USA
-378,pontiac j2000 se hatchback,31.0,4,112.0,85.0,2575,16.2,1982-01-01,USA
-379,dodge aries se,29.0,4,135.0,84.0,2525,16.0,1982-01-01,USA
-380,pontiac phoenix,27.0,4,151.0,90.0,2735,18.0,1982-01-01,USA
-381,ford fairmont futura,24.0,4,140.0,92.0,2865,16.4,1982-01-01,USA
-383,volkswagen rabbit l,36.0,4,105.0,74.0,1980,15.3,1982-01-01,Europe
-384,mazda glc custom l,37.0,4,91.0,68.0,2025,18.2,1982-01-01,Japan
-385,mazda glc custom,31.0,4,91.0,68.0,1970,17.6,1982-01-01,Japan
-386,plymouth horizon miser,38.0,4,105.0,63.0,2125,14.7,1982-01-01,USA
-387,mercury lynx l,36.0,4,98.0,70.0,2125,17.3,1982-01-01,USA
-388,nissan stanza xe,36.0,4,120.0,88.0,2160,14.5,1982-01-01,Japan
-389,honda Accelerationord,36.0,4,107.0,75.0,2205,14.5,1982-01-01,Japan
-390,toyota corolla,34.0,4,108.0,70.0,2245,16.9,1982-01-01,Japan
-391,honda civic,38.0,4,91.0,67.0,1965,15.0,1982-01-01,Japan
-392,honda civic (auto),32.0,4,91.0,67.0,1965,15.7,1982-01-01,Japan
-393,datsun 310 gx,38.0,4,91.0,67.0,1995,16.2,1982-01-01,Japan
-394,buick century limited,25.0,6,181.0,110.0,2945,16.4,1982-01-01,USA
-395,oldsmobile cutlass ciera (diesel),38.0,6,262.0,85.0,3015,17.0,1982-01-01,USA
-396,chrysler lebaron medallion,26.0,4,156.0,92.0,2585,14.5,1982-01-01,USA
-397,ford granada l,22.0,6,232.0,112.0,2835,14.7,1982-01-01,USA
-398,toyota celica gt,32.0,4,144.0,96.0,2665,13.9,1982-01-01,Japan
-399,dodge charger 2.2,36.0,4,135.0,84.0,2370,13.0,1982-01-01,USA
-400,chevrolet camaro,27.0,4,151.0,90.0,2950,17.3,1982-01-01,USA
-401,ford mustang gl,27.0,4,140.0,86.0,2790,15.6,1982-01-01,USA
-402,vw pickup,44.0,4,97.0,52.0,2130,24.6,1982-01-01,Europe
-403,dodge rampage,32.0,4,135.0,84.0,2295,11.6,1982-01-01,USA
-404,ford ranger,28.0,4,120.0,79.0,2625,18.6,1982-01-01,USA
-405,chevy s-10,31.0,4,119.0,82.0,2720,19.4,1982-01-01,USA
diff --git a/public/example-brush-interactions/data/emissions.csv b/public/example-brush-interactions/data/emissions.csv
deleted file mode 100644
index 53d98fc309..0000000000
--- a/public/example-brush-interactions/data/emissions.csv
+++ /dev/null
@@ -1,49 +0,0 @@
-,Country,Carbon dioxide,Greenhouse gases,Hydrofluorocarbons,Methane,Nitrogen trifluoride,Nitrous oxide,Perfluorocarbons,Sulphur hexafluoride,Unspecified mix of HFCs and PFCs
-0,Australia,388777.53,528631.65,11405.41,109934.74,,18060.12,291.48,162.36,
-1,Austria,66018.63,77532.35,1485.82,6499.26,11.96,3122.74,23.4,370.53,
-2,Belarus,60938.2,91988.2,208.96,17875.94,6.05,12938.02,10.54,10.49,
-3,Belgium,95668.08,110951.73,2397.3,7870.1,5.25,4733.21,182.0,95.79,
-4,Bulgaria,42281.88,53917.27,739.42,6560.6,,4312.08,0.01,23.27,
-5,Canada,537173.74,670428.3,11433.41,90509.76,0.62,30231.4,752.88,326.5,
-6,Croatia,17410.63,24446.42,1699.28,3887.16,,1439.72,,9.63,
-7,Cyprus,7029.36,8670.02,353.49,1097.4,,173.53,,16.24,
-8,Czech Republic,96665.23,118381.69,3711.4,13223.99,1.46,4683.99,30.95,64.68,
-9,Denmark,31306.35,45515.58,356.19,8644.7,,5192.77,0.01,15.57,
-10,Estonia,10419.92,12615.17,190.21,1152.94,,849.03,,3.07,
-11,European Union – 27 countries (from 01/02/2020),2814421.65,3468394.08,69863.8,401658.56,71.29,174381.19,1617.27,4837.8,1542.54
-12,Finland,37947.18,47799.49,837.6,4819.22,,4171.05,1.59,22.85,
-13,France,320908.3,420060.76,9984.62,62196.31,11.6,26031.4,390.18,538.34,
-14,Germany,678798.87,760358.01,8069.18,45687.75,13.72,24767.16,190.95,2663.74,166.64
-15,Greece,57556.33,77488.83,4675.45,11323.42,,3817.43,111.18,5.03,
-16,Hungary,48563.86,64217.84,1862.46,9206.95,,4485.77,1.76,97.04,
-17,Iceland,3510.05,4662.24,157.25,654.08,,248.94,88.95,2.97,
-18,Ireland,37547.28,62109.87,672.99,17649.7,12.07,6146.64,64.95,16.23,
-19,Italy,337229.88,417591.43,15387.77,47087.05,15.23,17193.34,395.32,257.5,25.33
-20,Japan,1062129.24,1168094.47,53561.04,27361.36,380.11,19459.73,3155.54,2047.45,
-21,Kazakhstan,255142.93,338123.36,2706.49,59921.35,,20340.56,9.65,2.37,
-22,Latvia,7240.5,10725.29,250.34,1889.57,,1332.78,,12.1,
-23,Liechtenstein,145.88,183.9,7.99,21.81,,8.16,0.0,0.05,
-24,Lithuania,13829.67,20251.51,512.85,3301.1,,2595.25,,12.63,
-25,Luxembourg,8429.71,9390.73,43.69,663.18,,244.23,,9.92,
-26,Malta,1606.73,2133.62,228.8,241.7,,55.96,0.01,0.41,
-27,Monaco,64.42,73.63,5.58,0.66,,2.85,0.0,0.12,
-28,Netherlands,139906.96,167153.25,1172.45,18715.26,,7155.25,79.45,123.87,
-29,New Zealand,34318.0,76824.59,1483.22,33019.35,,7937.6,50.69,15.73,
-30,Norway,40662.91,48901.96,628.42,5256.61,,2068.77,222.76,62.48,
-31,OECD - Europe,,4364518.0,,,,,,,
-32,OECD - Total,,14920010.0,,,,,,,
-33,OECD America,,8048043.0,,,,,,,
-34,OECD Asia Oceania,,2507448.5,,,,,,,
-35,Poland,331077.16,399438.49,4937.26,42704.71,,20616.67,10.08,92.6,
-36,Portugal,39938.33,56359.41,3158.99,10272.78,,2938.57,26.54,24.2,
-37,Romania,77190.58,115403.15,1908.24,25785.35,,10465.42,3.4,50.17,
-38,Russia,1711993.32,2156599.34,38619.93,314778.31,1.59,88400.86,1628.56,1176.77,
-39,Slovak Republic,35166.81,41226.49,672.37,3700.76,,1663.74,5.37,17.44,
-40,Slovenia,13059.97,16106.48,267.04,2085.12,,670.6,7.04,16.71,
-41,Spain,230269.46,288847.82,3612.74,41492.47,,11830.99,51.39,240.2,1350.56
-42,Sweden,38524.79,47816.7,840.83,4519.68,,3850.11,41.69,39.61,
-43,Switzerland,35787.34,45135.72,1241.48,5104.0,0.37,2845.14,28.37,129.03,
-44,Türkiye,452702.79,564389.75,7209.8,64020.23,,40306.09,6.79,144.05,
-45,Ukraine,210153.3,327258.77,1901.02,71536.71,,43618.8,,48.94,
-46,United Kingdom,348409.72,429489.47,10819.71,51738.66,0.34,17906.35,192.88,421.82,
-47,United States,5032212.82,6340228.29,158774.99,727444.74,636.46,393279.02,3541.3,8018.58,16320.39
diff --git a/public/example-brush-interactions/data/movies.csv b/public/example-brush-interactions/data/movies.csv
deleted file mode 100644
index 3cd90a3b8b..0000000000
--- a/public/example-brush-interactions/data/movies.csv
+++ /dev/null
@@ -1,421 +0,0 @@
-,id,Title,Rotten_Tomatoes_Rating,IMDB_Rating,Genre,Gross Income,Production Budget
-3,3,The Abyss,88.0,7.6,Action,54243125.0,70000000.0
-4,4,Ace Ventura: Pet Detective,49.0,6.6,Comedy,72217396.0,12000000.0
-6,6,Annie Hall,98.0,8.2,Comedy,38251425.0,4000000.0
-7,7,Apocalypse Now,98.0,8.6,Action,78800000.0,31500000.0
-8,8,Back to the Future,96.0,8.4,Adventure,210609762.0,19000000.0
-9,9,Back to the Future Part II,64.0,7.5,Adventure,118450002.0,40000000.0
-10,10,Back to the Future Part III,71.0,7.1,Adventure,87666629.0,40000000.0
-12,12,Bad Boys,39.0,6.6,Action,65647413.0,23000000.0
-14,14,Ben-Hur,91.0,8.2,Adventure,73000000.0,15000000.0
-15,15,Beverly Hills Cop,83.0,7.3,Action,234760478.0,15000000.0
-16,16,Big,96.0,7.2,Comedy,114968774.0,18000000.0
-19,19,The Bridge on the River Kwai,95.0,8.4,Drama,33300000.0,3000000.0
-20,20,Braveheart,77.0,8.4,Drama,75545647.0,72000000.0
-22,22,Blazing Saddles,89.0,7.8,Comedy,119500000.0,2600000.0
-24,24,Batman Returns,78.0,6.9,Action,162831698.0,80000000.0
-25,25,Batman Forever,43.0,5.4,Action,184031112.0,100000000.0
-26,26,Batman,71.0,7.6,Action,251188924.0,35000000.0
-28,28,Casino Royale,30.0,8.0,Comedy,22744718.0,12000000.0
-29,29,Close Encounters of the Third Kind,95.0,7.8,Adventure,166000000.0,20000000.0
-30,30,The Cable Guy,52.0,5.8,Comedy,60240295.0,47000000.0
-31,31,A Christmas Story,88.0,8.0,Comedy,19294144.0,3250000.0
-32,32,Clerks,88.0,7.9,Comedy,3073428.0,27000.0
-33,33,Clash of the Titans,65.0,5.9,Adventure,30000000.0,15000000.0
-34,34,Casablanca,97.0,8.8,Drama,10462500.0,950000.0
-35,35,Casino,81.0,8.1,Drama,42438300.0,52000000.0
-37,37,Desperado,61.0,7.0,Action,25532388.0,7000000.0
-40,40,Dead Poets' Society,86.0,7.8,Drama,95860116.0,16400000.0
-49,49,Edward Scissorhands,91.0,8.0,Comedy,53976987.0,20000000.0
-50,50,Ed Wood,91.0,8.1,Comedy,5828466.0,18000000.0
-55,55,A Few Good Men,83.0,7.6,Drama,141340178.0,33000000.0
-57,57,Forrest Gump,70.0,8.6,Drama,329694499.0,55000000.0
-62,62,Goodfellas,97.0,8.8,Drama,46743809.0,25000000.0
-65,65,Ghost,81.0,6.9,Drama,217631306.0,22000000.0
-66,66,Goldeneye,80.0,7.2,Action,106429941.0,60000000.0
-67,67,Glory,93.0,8.0,Action,26593580.0,18000000.0
-68,68,Gandhi,85.0,8.2,Drama,52767889.0,22000000.0
-69,69,Goldfinger,96.0,7.9,Action,51100000.0,3000000.0
-70,70,Groundhog Day,96.0,8.2,Comedy,70906973.0,14600000.0
-71,71,Gremlins,78.0,7.0,Comedy,148168459.0,11000000.0
-72,72,Gone with the Wind,97.0,8.2,Drama,198680470.0,3900000.0
-73,73,Highlander,66.0,7.2,Action,5900000.0,16000000.0
-74,74,Home Alone 2: Lost in New York,21.0,5.8,Comedy,173585516.0,20000000.0
-75,75,Home Alone,47.0,7.0,Comedy,285761243.0,15000000.0
-76,76,Hook,24.0,6.2,Adventure,119654823.0,70000000.0
-77,77,Happy Gilmore,58.0,6.9,Comedy,38623460.0,10000000.0
-80,80,Independence Day,61.0,6.5,Adventure,306169255.0,75000000.0
-82,82,JFK,83.0,8.0,Drama,70405498.0,40000000.0
-83,83,Jumanji,48.0,6.4,Adventure,100458310.0,65000000.0
-84,84,Jurassic Park,87.0,7.9,Action,357067947.0,63000000.0
-86,86,Kindergarten Cop,50.0,5.8,Comedy,91457688.0,26000000.0
-88,88,Last Action Hero,38.0,5.9,Action,50016394.0,85000000.0
-90,90,Alien³,37.0,6.3,Action,54927174.0,55000000.0
-91,91,The Lion King,92.0,8.2,Adventure,328539505.0,79300000.0
-92,92,The Last of the Mohicans,97.0,7.8,Action,72455275.0,40000000.0
-93,93,Lethal Weapon,90.0,7.6,Action,65192350.0,15000000.0
-94,94,Leaving Las Vegas,89.0,7.6,Drama,31983777.0,4000000.0
-95,95,Lawrence of Arabia,98.0,8.6,Adventure,37495385.0,15000000.0
-96,96,The Mask,75.0,6.6,Comedy,119920129.0,18000000.0
-97,97,Mars Attacks!,50.0,6.3,Comedy,37771017.0,80000000.0
-98,98,Amadeus,96.0,8.4,Drama,51973029.0,18000000.0
-100,100,Mallrats,53.0,7.1,Comedy,2108367.0,6100000.0
-101,101,Mrs. Doubtfire,64.0,6.6,Comedy,219195051.0,25000000.0
-103,103,Indiana Jones and the Temple of Doom,85.0,7.5,Adventure,179880271.0,28000000.0
-104,104,Indiana Jones and the Last Crusade,89.0,8.3,Adventure,197171806.0,48000000.0
-105,105,The English Patient,83.0,7.3,Drama,78716374.0,35000000.0
-109,109,Philadelphia,74.0,7.6,Drama,77324422.0,26000000.0
-112,112,Platoon,86.0,8.2,Drama,137963328.0,6000000.0
-113,113,Predator,76.0,7.8,Action,59735548.0,18000000.0
-114,114,The Princess Bride,95.0,8.1,Adventure,30857000.0,15000000.0
-117,117,Pulp Fiction,94.0,8.9,Drama,107928762.0,8000000.0
-119,119,Robin Hood: Prince of Thieves,56.0,6.7,Adventure,165493908.0,50000000.0
-120,120,Raging Bull,98.0,8.4,Drama,23380203.0,18000000.0
-121,121,RoboCop,88.0,7.6,Action,53424681.0,13000000.0
-125,125,Rain Man,87.0,8.0,Comedy,172825435.0,25000000.0
-126,126,The Rock,66.0,7.2,Action,134069511.0,75000000.0
-127,127,Airplane!,98.0,7.8,Comedy,83453539.0,3500000.0
-129,129,Scarface,88.0,8.2,Drama,44942821.0,25000000.0
-130,130,Schindler's List,97.0,8.9,Drama,96067179.0,25000000.0
-131,131,Spartacus,96.0,8.0,Action,30000000.0,12000000.0
-132,132,Stargate,46.0,6.7,Action,71565669.0,55000000.0
-134,134,The Shawshank Redemption,88.0,9.2,Drama,28241469.0,25000000.0
-136,136,Sling Blade,96.0,8.0,Drama,24475416.0,4833610.0
-138,138,Sleepers,73.0,7.3,Drama,53300852.0,44000000.0
-139,139,The Usual Suspects,87.0,8.7,Drama,23341568.0,6000000.0
-141,141,Spaceballs,65.0,6.9,Comedy,38119483.0,22700000.0
-142,142,Stand by Me,94.0,8.2,Drama,52287414.0,8000000.0
-145,145,Top Gun,45.0,6.5,Action,176786701.0,15000000.0
-147,147,Trainspotting,89.0,8.2,Drama,16501785.0,3100000.0
-148,148,True Lies,69.0,7.2,Action,146282411.0,100000000.0
-149,149,Terminator 2: Judgment Day,98.0,8.5,Action,204859496.0,100000000.0
-150,150,The Terminator,100.0,8.1,Action,38019031.0,6400000.0
-152,152,Total Recall,81.0,7.4,Action,119394839.0,65000000.0
-153,153,Twister,57.0,6.0,Action,241888385.0,88000000.0
-154,154,Taxi Driver,98.0,8.6,Drama,21100000.0,1000000.0
-155,155,Toy Story,100.0,8.2,Adventure,191796233.0,30000000.0
-156,156,The Untouchables,81.0,8.0,Action,76270454.0,25000000.0
-157,157,Who Framed Roger Rabbit?,98.0,7.6,Comedy,154112492.0,70000000.0
-158,158,What's Eating Gilbert Grape,88.0,7.8,Drama,9170214.0,11000000.0
-159,159,Waterworld,42.0,5.7,Action,88246220.0,175000000.0
-161,161,Wayne's World,84.0,6.9,Comedy,121697323.0,20000000.0
-166,166,Cloverfield,76.0,7.4,Action,80048433.0,25000000.0
-168,168,16 Blocks,55.0,6.7,Action,36895141.0,45000000.0
-170,170,21 Grams,81.0,7.9,Drama,16248701.0,20000000.0
-171,171,25th Hour,78.0,7.9,Drama,13084595.0,4500000.0
-174,174,300,60.0,7.8,Action,210614939.0,60000000.0
-176,176,Three Kings,94.0,7.3,Action,60652036.0,48000000.0
-180,180,Seven Pounds,27.0,7.6,Drama,69951824.0,54000000.0
-181,181,8 Mile,74.0,6.7,Drama,116724075.0,41000000.0
-182,182,The Whole Nine Yards,45.0,6.6,Comedy,57262492.0,24000000.0
-184,184,A Bug's Life,91.0,7.3,Adventure,162798565.0,45000000.0
-185,185,Adaptation,91.0,7.9,Comedy,22498520.0,18500000.0
-186,186,Air Force One,78.0,6.3,Action,172956409.0,85000000.0
-187,187,Alice in Wonderland,51.0,6.7,Adventure,334191110.0,200000000.0
-190,190,Almost Famous,88.0,8.0,Comedy,32522352.0,60000000.0
-191,191,Evan Almighty,23.0,5.5,Comedy,100289690.0,175000000.0
-192,192,Bruce Almighty,48.0,6.6,Comedy,242704995.0,81000000.0
-193,193,Alexander,16.0,5.4,Adventure,34297191.0,155000000.0
-194,194,American Beauty,89.0,8.6,Drama,130058047.0,15000000.0
-196,196,American History X,83.0,8.6,Drama,6719864.0,10000000.0
-197,197,American Gangster,79.0,7.9,Drama,130164645.0,100000000.0
-199,199,American Pie 2,52.0,6.2,Comedy,145096820.0,30000000.0
-200,200,American Wedding,56.0,6.1,Comedy,104354205.0,55000000.0
-201,201,American Pie,59.0,6.9,Comedy,101800948.0,12000000.0
-205,205,Anger Management,43.0,6.1,Comedy,135560942.0,56000000.0
-206,206,Analyze This,68.0,6.6,Comedy,106885658.0,30000000.0
-207,207,Apocalypto,64.0,7.9,Adventure,50866635.0,40000000.0
-208,208,King Arthur,31.0,6.2,Adventure,51877963.0,90000000.0
-211,211,Atonement,83.0,7.9,Drama,50980159.0,30000000.0
-214,214,Austin Powers in Goldmember,54.0,6.2,Comedy,213117789.0,63000000.0
-216,216,The Aviator,88.0,7.6,Drama,102608827.0,110000000.0
-218,218,Babel,69.0,7.6,Drama,34302837.0,20000000.0
-219,219,Bad Boys II,24.0,6.2,Action,138540870.0,130000000.0
-221,221,Batman Begins,84.0,8.3,Action,205343774.0,150000000.0
-222,222,The Curious Case of Benjamin Button,72.0,8.0,Drama,127509326.0,160000000.0
-224,224,Blood Diamond,62.0,8.0,Action,57377916.0,100000000.0
-227,227,Beowulf,70.0,6.6,Adventure,82195215.0,150000000.0
-228,228,Big Fish,77.0,8.1,Drama,66432867.0,70000000.0
-229,229,Before Sunset,95.0,8.0,Drama,5792822.0,2000000.0
-230,230,The Big Lebowski,78.0,8.2,Comedy,17498804.0,15000000.0
-231,231,Black Hawk Down,76.0,7.7,Action,108638745.0,95000000.0
-234,234,Blade,55.0,7.0,Action,70141876.0,45000000.0
-237,237,Blades of Glory,69.0,6.5,Comedy,118594548.0,61000000.0
-238,238,The Blind Side,66.0,7.7,Drama,255959475.0,35000000.0
-239,239,Legally Blonde,67.0,6.2,Comedy,96493426.0,18000000.0
-240,240,Blow,54.0,7.4,Drama,52990775.0,30000000.0
-241,241,A Beautiful Mind,78.0,8.0,Drama,170708996.0,78000000.0
-242,242,The Boondock Saints,19.0,7.8,Action,30471.0,7000000.0
-243,243,The Book of Eli,47.0,6.9,Action,94835059.0,80000000.0
-245,245,Boogie Nights,92.0,7.9,Drama,26410771.0,15000000.0
-246,246,The Bourne Identity,82.0,7.7,Action,121468960.0,60000000.0
-247,247,The Bourne Supremacy,81.0,7.6,Action,176087450.0,85000000.0
-248,248,The Bourne Ultimatum,93.0,8.2,Action,227471070.0,130000000.0
-250,250,Brokeback Mountain,87.0,7.8,Drama,83043761.0,13900000.0
-251,251,In Bruges,80.0,8.1,Comedy,7800825.0,15000000.0
-252,252,Bad Santa,77.0,7.3,Comedy,60060328.0,18000000.0
-253,253,Inglourious Basterds,88.0,8.4,Action,120831050.0,70000000.0
-255,255,Batman & Robin,11.0,3.5,Action,107325195.0,125000000.0
-256,256,Capote,90.0,7.6,Drama,28750530.0,7000000.0
-257,257,Cars,74.0,7.5,Comedy,244082982.0,70000000.0
-258,258,Cast Away,89.0,7.5,Drama,233632142.0,85000000.0
-259,259,Charlie and the Chocolate Factory,82.0,7.1,Comedy,206459076.0,150000000.0
-261,261,Charlie's Angels,67.0,5.5,Adventure,125305545.0,90000000.0
-264,264,Chicken Run,96.0,7.3,Adventure,106793915.0,42000000.0
-266,266,Chocolat,62.0,7.3,Drama,71309760.0,25000000.0
-267,267,Cinderella Man,80.0,8.0,Drama,61649911.0,88000000.0
-268,268,City of Angels,59.0,6.4,Drama,78750909.0,55000000.0
-269,269,Cold Mountain,70.0,7.3,Drama,95632614.0,80000000.0
-270,270,Clerks II,63.0,7.7,Comedy,24148068.0,5000000.0
-271,271,Constantine,46.0,6.7,Action,75976178.0,75000000.0
-272,272,Collateral,86.0,7.8,Action,100170152.0,60000000.0
-273,273,Con Air,57.0,6.6,Action,101117573.0,80000000.0
-274,274,Contact,67.0,7.3,Drama,100920329.0,90000000.0
-275,275,Crank,61.0,7.1,Action,27838408.0,12000000.0
-276,276,The Count of Monte Cristo,74.0,7.6,Drama,54228104.0,40000000.0
-277,277,Cruel Intentions,47.0,6.7,Drama,38230075.0,11000000.0
-279,279,Charlie Wilson's War,81.0,7.3,Drama,66661095.0,75000000.0
-280,280,Daredevil,44.0,5.5,Action,102543518.0,80000000.0
-282,282,Donnie Darko,84.0,8.3,Drama,1270522.0,4500000.0
-284,284,Deep Blue Sea,57.0,5.6,Action,73648228.0,60000000.0
-286,286,Live Free or Die Hard,82.0,7.5,Action,134529403.0,110000000.0
-288,288,Dogma,68.0,7.3,Comedy,30651422.0,10000000.0
-289,289,Donnie Brasco,87.0,7.7,Drama,41954997.0,35000000.0
-290,290,Deep Impact,47.0,6.0,Adventure,140464664.0,80000000.0
-291,291,The Departed,93.0,8.5,Drama,133311000.0,90000000.0
-292,292,Death Race,41.0,6.6,Action,36316032.0,65000000.0
-299,299,Elf,84.0,6.8,Comedy,173398518.0,32000000.0
-300,300,Once Upon a Time in Mexico,68.0,6.2,Action,56330657.0,29000000.0
-302,302,End of Days,11.0,5.4,Action,66889043.0,100000000.0
-303,303,Enemy at the Gates,53.0,7.4,Drama,51396781.0,85000000.0
-304,304,Enemy of the State,70.0,7.2,Action,111549836.0,85000000.0
-306,306,Epic Movie,2.0,2.2,Comedy,39739367.0,20000000.0
-307,307,Eragon,16.0,5.0,Adventure,75030163.0,100000000.0
-308,308,Erin Brockovich,83.0,7.2,Drama,125548685.0,50000000.0
-309,309,Eternal Sunshine of the Spotless Mind,93.0,8.5,Comedy,34366518.0,20000000.0
-310,310,Eurotrip,46.0,6.5,Comedy,17718223.0,25000000.0
-312,312,Eyes Wide Shut,78.0,7.2,Drama,55691208.0,65000000.0
-313,313,Face/Off,93.0,7.3,Action,112276146.0,80000000.0
-314,314,Fear and Loathing in Las Vegas,47.0,7.6,Comedy,10680275.0,18500000.0
-315,315,The Fifth Element,72.0,7.4,Action,63570862.0,95000000.0
-316,316,Fantastic Four,27.0,5.7,Action,154696080.0,87500000.0
-317,317,2 Fast 2 Furious,36.0,5.1,Action,127120058.0,76000000.0
-318,318,The Fast and the Furious,53.0,6.0,Action,144512310.0,38000000.0
-321,321,Fight Club,81.0,8.8,Drama,37030102.0,65000000.0
-323,323,Flags of Our Fathers,73.0,7.2,Drama,33602376.0,53000000.0
-324,324,United 93,91.0,7.8,Drama,31567134.0,18000000.0
-325,325,Finding Nemo,98.0,8.2,Adventure,339714978.0,94000000.0
-326,326,The Fountain,51.0,7.4,Drama,10144010.0,35000000.0
-328,328,Serenity,81.0,8.0,Action,25514517.0,39000000.0
-329,329,The Full Monty,95.0,7.2,Comedy,45950122.0,3500000.0
-331,331,Gangs of New York,75.0,7.4,Drama,77730500.0,97000000.0
-332,332,Gattaca,82.0,7.8,Drama,12532777.0,36000000.0
-333,333,Ghost Rider,26.0,5.2,Action,115802596.0,120000000.0
-335,335,Gladiator,77.0,8.3,Action,187683805.0,103000000.0
-336,336,The Green Mile,77.0,8.4,Drama,136801374.0,60000000.0
-337,337,"Gandhi, My Father",40.0,8.1,Drama,240425.0,5000000.0
-339,339,Godzilla,25.0,4.8,Action,136314294.0,125000000.0
-340,340,Good Will Hunting,97.0,8.1,Drama,138433435.0,10000000.0
-341,341,Galaxy Quest,89.0,7.2,Comedy,71423726.0,45000000.0
-342,342,The Constant Gardener,83.0,7.6,Drama,33579798.0,25500000.0
-343,343,Garden State,86.0,7.9,Drama,26782316.0,2500000.0
-345,345,The Brothers Grimm,37.0,5.9,Adventure,37899638.0,80000000.0
-346,346,How the Grinch Stole Christmas,53.0,5.7,Comedy,260044825.0,123000000.0
-350,350,Ghost World,92.0,7.7,Comedy,6217849.0,5500000.0
-352,352,Hancock,40.0,6.5,Action,227946274.0,150000000.0
-356,356,Hellboy,81.0,6.8,Action,59623958.0,60000000.0
-357,357,High Fidelity,92.0,7.6,Comedy,27277055.0,20000000.0
-358,358,A History of Violence,87.0,7.6,Drama,31493782.0,32000000.0
-359,359,Harold & Kumar Escape from Guantanamo Bay,54.0,6.7,Comedy,38108728.0,12000000.0
-360,360,Harold & Kumar Go to White Castle,74.0,7.2,Comedy,18225165.0,9000000.0
-362,362,The Hangover,78.0,7.9,Comedy,277322503.0,35000000.0
-366,366,The Hours,80.0,7.6,Drama,41675994.0,25000000.0
-367,367,Harry Potter and the Chamber of Secrets,82.0,7.2,Adventure,261987880.0,100000000.0
-368,368,Harry Potter and the Prisoner of Azkaban,90.0,7.7,Adventure,249538952.0,130000000.0
-369,369,Harry Potter and the Goblet of Fire,88.0,7.6,Adventure,290013036.0,150000000.0
-370,370,Harry Potter and the Order of the Phoenix,78.0,7.4,Adventure,292004738.0,150000000.0
-371,371,Harry Potter and the Half-Blood Prince,83.0,7.3,Adventure,301959197.0,250000000.0
-373,373,Happy Feet,74.0,6.7,Adventure,198000317.0,85000000.0
-374,374,The Hitchhiker's Guide to the Galaxy,60.0,6.6,Comedy,51019112.0,45000000.0
-375,375,Hot Fuzz,91.0,8.0,Comedy,23618786.0,16000000.0
-376,376,Hulk,62.0,5.7,Action,132177234.0,137000000.0
-377,377,The Incredible Hulk,66.0,7.1,Adventure,134806913.0,137500000.0
-379,379,Starsky & Hutch,64.0,6.2,Comedy,88200225.0,60000000.0
-381,381,Ice Age,77.0,7.4,Adventure,176387405.0,65000000.0
-383,383,The Illusionist,74.0,7.7,Drama,39868642.0,16500000.0
-385,385,Indiana Jones and the Kingdom of the Crystal Skull,77.0,6.6,Adventure,317023851.0,185000000.0
-386,386,I Now Pronounce You Chuck and Larry,14.0,6.1,Comedy,119725280.0,85000000.0
-388,388,The Insider,96.0,8.0,Drama,28965197.0,68000000.0
-389,389,Iron Man 2,74.0,7.3,Adventure,312128345.0,170000000.0
-390,390,Iron Man,94.0,7.9,Action,318604126.0,186000000.0
-391,391,The Island,40.0,6.9,Action,35818913.0,120000000.0
-392,392,The Italian Job,73.0,6.9,Adventure,106126012.0,60000000.0
-393,393,Jackie Brown,85.0,7.6,Drama,39673162.0,12000000.0
-394,394,Jarhead,61.0,7.2,Drama,62647540.0,72000000.0
-395,395,The World is Not Enough,51.0,6.3,Action,126930660.0,135000000.0
-396,396,Die Another Day,59.0,6.0,Action,160942139.0,142000000.0
-397,397,Casino Royale,94.0,8.0,Action,167365000.0,102000000.0
-398,398,Quantum of Solace,64.0,6.8,Action,169368427.0,230000000.0
-401,401,Jay and Silent Bob Strike Back,53.0,6.8,Comedy,30059386.0,22000000.0
-402,402,Jumper,17.0,5.9,Adventure,80172128.0,82500000.0
-403,403,Juno,93.0,7.9,Comedy,143495265.0,7000000.0
-405,405,Kick-Ass,75.0,8.1,Action,48071303.0,28000000.0
-407,407,Kill Bill: Volume 1,85.0,8.2,Action,70098138.0,55000000.0
-408,408,Kingdom of Heaven,39.0,7.1,Adventure,47398413.0,110000000.0
-409,409,King Kong,83.0,7.6,Adventure,218080025.0,207000000.0
-411,411,The Kingdom,51.0,7.1,Action,47467250.0,72500000.0
-413,413,K-PAX,40.0,7.3,Drama,50315140.0,48000000.0
-414,414,A Knight's Tale,58.0,6.6,Adventure,56083966.0,41000000.0
-415,415,L.A. Confidential,99.0,8.4,Drama,64604977.0,35000000.0
-417,417,Lady in the Water,24.0,5.8,Drama,42285169.0,75000000.0
-419,419,Letters from Iwo Jima,91.0,8.1,Drama,13756082.0,13000000.0
-420,420,Liar Liar,82.0,6.7,Comedy,181410615.0,45000000.0
-421,421,Equilibrium,37.0,7.7,Action,1190018.0,20000000.0
-422,422,The Life Aquatic with Steve Zissou,53.0,7.2,Comedy,24006726.0,50000000.0
-423,423,The Last King of Scotland,87.0,7.8,Drama,17606684.0,6000000.0
-424,424,Little Miss Sunshine,91.0,8.0,Comedy,59891098.0,8000000.0
-428,428,Lord of War,61.0,7.7,Action,24149632.0,42000000.0
-429,429,The Last Samurai,65.0,7.8,Action,111110575.0,120000000.0
-430,430,Lost in Translation,94.0,7.9,Drama,44585453.0,4000000.0
-432,432,Lethal Weapon 4,54.0,6.4,Action,130444603.0,140000000.0
-435,435,Madagascar,55.0,6.6,Adventure,193595521.0,75000000.0
-437,437,Man on the Moon,62.0,7.4,Drama,34580635.0,52000000.0
-438,438,The Matrix,86.0,8.7,Action,171479930.0,65000000.0
-439,439,Vicky Cristina Barcelona,82.0,7.4,Comedy,23213577.0,16000000.0
-441,441,Michael Clayton,90.0,7.5,Drama,49033882.0,21500000.0
-442,442,Master and Commander: The Far Side of the World,85.0,7.5,Adventure,93926386.0,135000000.0
-443,443,Million Dollar Baby,91.0,8.2,Drama,100492203.0,30000000.0
-444,444,Mean Girls,83.0,7.0,Comedy,86047227.0,18000000.0
-445,445,Men in Black,91.0,7.0,Adventure,250690539.0,90000000.0
-447,447,Meet Joe Black,50.0,6.9,Drama,44650003.0,85000000.0
-448,448,Magnolia,83.0,8.0,Drama,22450975.0,37000000.0
-450,450,Mission: Impossible III,70.0,6.9,Action,133501348.0,150000000.0
-451,451,Miss Congeniality,41.0,6.1,Comedy,106807667.0,45000000.0
-454,454,Meet the Fockers,38.0,6.4,Comedy,279167575.0,60000000.0
-455,455,Meet the Parents,84.0,7.0,Comedy,166225040.0,55000000.0
-456,456,Minority Report,91.0,7.7,Action,132024714.0,102000000.0
-457,457,Meet the Spartans,2.0,2.4,Comedy,38233676.0,30000000.0
-459,459,The Matrix Reloaded,73.0,7.1,Action,281553689.0,127000000.0
-460,460,The Matrix Revolutions,37.0,6.5,Action,139259759.0,110000000.0
-461,461,Mulholland Drive,81.0,7.9,Drama,7219578.0,15000000.0
-462,462,The Mummy,54.0,6.8,Adventure,155385488.0,80000000.0
-463,463,The Mummy Returns,47.0,6.2,Adventure,202007640.0,98000000.0
-464,464,The Mummy: Tomb of the Dragon Emperor,13.0,5.1,Adventure,102491776.0,175000000.0
-465,465,Munich,78.0,7.8,Drama,47379090.0,75000000.0
-466,466,Night at the Museum,43.0,6.4,Comedy,250863268.0,110000000.0
-467,467,Miami Vice,47.0,6.0,Action,63478838.0,135000000.0
-468,468,Mystic River,87.0,8.0,Drama,90135191.0,30000000.0
-469,469,The Chronicles of Narnia: Prince Caspian,67.0,6.9,Adventure,141621490.0,225000000.0
-470,470,National Treasure,44.0,6.9,Adventure,173005002.0,100000000.0
-471,471,No Country for Old Men,95.0,8.3,Action,74273505.0,25000000.0
-472,472,The Incredibles,97.0,8.1,Adventure,261441092.0,92000000.0
-473,473,The Negotiator,81.0,7.2,Action,44705766.0,50000000.0
-476,476,The Notebook,52.0,8.0,Drama,81001787.0,30000000.0
-477,477,Napoleon Dynamite,70.0,6.9,Comedy,44540956.0,400000.0
-479,479,Finding Neverland,82.0,7.9,Drama,51676606.0,25000000.0
-480,480,Into the Wild,82.0,8.2,Drama,18354356.0,20000000.0
-481,481,Ocean's Eleven,81.0,7.6,Comedy,183417150.0,110000000.0
-482,482,Ocean's Twelve,55.0,6.0,Adventure,125531634.0,85000000.0
-483,483,Ocean's Thirteen,70.0,6.9,Adventure,117144465.0,85000000.0
-485,485,Any Given Sunday,49.0,6.6,Drama,75530832.0,60000000.0
-486,486,One Hour Photo,81.0,7.0,Drama,31597131.0,12000000.0
-487,487,Old School,60.0,7.0,Comedy,75155000.0,24000000.0
-489,489,The Passion of the Christ,50.0,7.1,Drama,370782930.0,25000000.0
-490,490,Max Payne,17.0,5.4,Action,40687294.0,35000000.0
-495,495,Pirates of the Caribbean: Dead Man's Chest,54.0,7.3,Adventure,423315812.0,225000000.0
-496,496,Pirates of the Caribbean: At World's End,45.0,7.0,Adventure,309420425.0,300000000.0
-497,497,The Chronicles of Riddick,29.0,6.4,Adventure,57712751.0,120000000.0
-499,499,Planet of the Apes,44.0,5.5,Adventure,180011740.0,100000000.0
-501,501,The Punisher,30.0,6.4,Action,33664370.0,33000000.0
-502,502,The Devil Wears Prada,75.0,6.8,Comedy,124740460.0,35000000.0
-503,503,Perfume: The Story of a Murderer,58.0,7.5,Drama,2223293.0,63700000.0
-504,504,The Pursuit of Happyness,66.0,7.8,Drama,162586036.0,55000000.0
-505,505,Pearl Harbor,26.0,5.4,Action,198539855.0,151500000.0
-508,508,The Patriot,62.0,6.9,Drama,113330342.0,110000000.0
-509,509,Public Enemies,68.0,7.1,Drama,97104620.0,102500000.0
-510,510,Punch-Drunk Love,79.0,7.4,Comedy,17791031.0,25000000.0
-512,512,Ratatouille,96.0,8.1,Comedy,206445654.0,150000000.0
-513,513,Rocky Balboa,76.0,7.4,Drama,70269899.0,24000000.0
-515,515,The Reader,61.0,7.7,Drama,34192652.0,33000000.0
-518,518,Resident Evil: Extinction,22.0,6.2,Action,50648679.0,45000000.0
-520,520,Revolutionary Road,68.0,7.6,Drama,22911480.0,35000000.0
-521,521,Be Kind Rewind,65.0,6.6,Comedy,11175164.0,20000000.0
-522,522,Rounders,64.0,7.3,Drama,22921898.0,12000000.0
-523,523,Ronin,68.0,7.2,Action,41610884.0,55000000.0
-524,524,Requiem for a Dream,78.0,8.5,Drama,3635482.0,4500000.0
-525,525,Rat Race,43.0,6.4,Comedy,56607223.0,48000000.0
-526,526,Remember the Titans,72.0,7.5,Drama,115654751.0,30000000.0
-527,527,Road Trip,59.0,6.4,Comedy,68525609.0,16000000.0
-528,528,Rush Hour 2,51.0,6.4,Action,226164286.0,90000000.0
-529,529,Rush Hour,60.0,6.8,Action,141186864.0,35000000.0
-531,531,Hotel Rwanda,90.0,8.3,Drama,23519128.0,17500000.0
-537,537,Scary Movie 2,14.0,4.7,Comedy,71277420.0,45000000.0
-538,538,Scary Movie 3,37.0,5.4,Comedy,110000082.0,45000000.0
-539,539,About Schmidt,85.0,7.3,Drama,65005217.0,30000000.0
-543,543,Stardust,76.0,7.9,Adventure,38634938.0,70000000.0
-544,544,Sex and the City,49.0,5.4,Comedy,152647258.0,57500000.0
-545,545,Swordfish,25.0,6.3,Action,69772969.0,80000000.0
-546,546,Scary Movie,53.0,6.0,Comedy,157019771.0,19000000.0
-547,547,Shaun of the Dead,91.0,8.0,Comedy,13542874.0,5000000.0
-551,551,Sherlock Holmes,69.0,7.5,Adventure,209028679.0,80000000.0
-552,552,Shrek,89.0,8.0,Adventure,267655011.0,50000000.0
-553,553,Shrek 2,89.0,7.5,Adventure,441226247.0,70000000.0
-554,554,Shrek the Third,41.0,6.1,Adventure,322719944.0,160000000.0
-555,555,Shark Tale,35.0,5.9,Adventure,160861908.0,75000000.0
-558,558,The Simpsons Movie,89.0,7.6,Comedy,183135014.0,72500000.0
-559,559,Sin City,77.0,8.3,Action,74103820.0,40000000.0
-564,564,Slumdog Millionaire,94.0,8.3,Drama,141319928.0,14000000.0
-565,565,Smokin' Aces,28.0,6.6,Comedy,35662731.0,17000000.0
-568,568,Lemony Snicket's A Series of Unfortunate Events,71.0,6.9,Comedy,118627117.0,100000000.0
-571,571,Superbad,87.0,7.8,Comedy,121463226.0,17500000.0
-572,572,Spider-Man 2,93.0,7.7,Adventure,373524485.0,200000000.0
-573,573,Spider-Man 3,63.0,6.4,Adventure,336530303.0,258000000.0
-574,574,Spider-Man,89.0,7.4,Adventure,403706375.0,139000000.0
-575,575,Superman Returns,76.0,6.6,Adventure,200120000.0,232000000.0
-576,576,Spy Game,65.0,6.9,Action,62362560.0,90000000.0
-577,577,Starship Troopers,60.0,7.1,Action,54768952.0,100000000.0
-578,578,Stranger Than Fiction,72.0,7.8,Comedy,40435190.0,30000000.0
-580,580,The Perfect Storm,47.0,6.2,Drama,182618434.0,120000000.0
-582,582,Saving Private Ryan,91.0,8.5,Drama,216335085.0,65000000.0
-583,583,S.W.A.T.,48.0,5.9,Action,116877597.0,70000000.0
-584,584,Sideways,97.0,7.8,Drama,71502303.0,17000000.0
-587,587,Talladega Nights: The Ballad of Ricky Bobby,72.0,6.4,Comedy,148213377.0,73000000.0
-588,588,The Talented Mr. Ripley,82.0,7.2,Drama,81292135.0,40000000.0
-591,591,Transformers,57.0,7.3,Action,319246193.0,151000000.0
-592,592,Transformers: Revenge of the Fallen,20.0,6.0,Action,402111870.0,210000000.0
-593,593,The Thin Red Line,78.0,7.5,Drama,36400491.0,52000000.0
-594,594,The League of Extraordinary Gentlemen,17.0,5.5,Adventure,66465204.0,78000000.0
-596,596,Tomorrow Never Dies,55.0,6.4,Action,125304276.0,110000000.0
-599,599,The Day After Tomorrow,46.0,6.3,Adventure,186740799.0,125000000.0
-601,601,Toy Story 2,100.0,8.0,Adventure,245852179.0,90000000.0
-602,602,Toy Story 3,99.0,8.9,Adventure,410640665.0,200000000.0
-603,603,Traffic,91.0,7.8,Drama,124107476.0,48000000.0
-604,604,Training Day,72.0,7.6,Drama,76261036.0,45000000.0
-605,605,Star Trek,94.0,8.2,Adventure,257730019.0,140000000.0
-606,606,The Terminal,60.0,7.1,Drama,77073959.0,75000000.0
-608,608,The Transporter,53.0,6.6,Action,25296447.0,21000000.0
-609,609,Tropic Thunder,83.0,7.2,Comedy,110461307.0,90000000.0
-610,610,Troy,54.0,7.0,Action,133298577.0,150000000.0
-611,611,xXx,48.0,5.5,Action,141930000.0,70000000.0
-612,612,The Truman Show,95.0,8.0,Drama,125618201.0,60000000.0
-616,616,Underworld,30.0,6.7,Action,51970690.0,22000000.0
-617,617,Underworld: Evolution,15.0,6.6,Action,62318875.0,45000000.0
-618,618,Up,98.0,8.4,Adventure,293004164.0,175000000.0
-620,620,V for Vendetta,73.0,8.2,Action,70511035.0,50000000.0
-621,621,Van Helsing,22.0,5.5,Action,120150546.0,170000000.0
-625,625,WALL-E,96.0,8.5,Comedy,223808164.0,180000000.0
-626,626,Watchmen,64.0,7.8,Action,107509799.0,138000000.0
-627,627,We Were Soldiers,62.0,6.9,Drama,78120196.0,70000000.0
-630,630,Walk the Line,82.0,7.9,Drama,119519402.0,29000000.0
-631,631,Wild Wild West,21.0,4.3,Adventure,113805681.0,175000000.0
-633,633,The Wrestler,98.0,8.2,Drama,26236603.0,6000000.0
-634,634,Sky Captain and the World of Tomorrow,72.0,6.3,Adventure,37760080.0,70000000.0
-635,635,The Waterboy,32.0,5.7,Comedy,161491646.0,23000000.0
-637,637,X-Men,82.0,7.4,Action,157299717.0,75000000.0
-639,639,X-Men: The Last Stand,57.0,6.9,Action,234362462.0,150000000.0
-640,640,The Expendables,40.0,7.1,Action,101384023.0,82000000.0
-641,641,Yes Man,43.0,7.0,Comedy,97690976.0,50000000.0
-642,642,You've Got Mail,68.0,6.2,Drama,115821495.0,65000000.0
-643,643,Zoolander,62.0,6.4,Comedy,45172250.0,28000000.0
-644,644,Zombieland,89.0,7.8,Comedy,75590286.0,23600000.0
-645,645,Zack and Miri Make a Porno,65.0,7.0,Comedy,31452765.0,24000000.0
diff --git a/public/example-brush-interactions/data/penguin.csv b/public/example-brush-interactions/data/penguin.csv
deleted file mode 100644
index b5aaf294a6..0000000000
--- a/public/example-brush-interactions/data/penguin.csv
+++ /dev/null
@@ -1,334 +0,0 @@
-id,index,Species,island,bill_length_mm,bill_depth_mm,Flipper Length (mm),Body Mass (g),sex
-0,0,Adelie,Torgersen,39.1,18.7,181.0,3750.0,MALE
-1,1,Adelie,Torgersen,39.5,17.4,186.0,3800.0,FEMALE
-2,2,Adelie,Torgersen,40.3,18.0,195.0,3250.0,FEMALE
-3,4,Adelie,Torgersen,36.7,19.3,193.0,3450.0,FEMALE
-4,5,Adelie,Torgersen,39.3,20.6,190.0,3650.0,MALE
-5,6,Adelie,Torgersen,38.9,17.8,181.0,3625.0,FEMALE
-6,7,Adelie,Torgersen,39.2,19.6,195.0,4675.0,MALE
-7,12,Adelie,Torgersen,41.1,17.6,182.0,3200.0,FEMALE
-8,13,Adelie,Torgersen,38.6,21.2,191.0,3800.0,MALE
-9,14,Adelie,Torgersen,34.6,21.1,198.0,4400.0,MALE
-10,15,Adelie,Torgersen,36.6,17.8,185.0,3700.0,FEMALE
-11,16,Adelie,Torgersen,38.7,19.0,195.0,3450.0,FEMALE
-12,17,Adelie,Torgersen,42.5,20.7,197.0,4500.0,MALE
-13,18,Adelie,Torgersen,34.4,18.4,184.0,3325.0,FEMALE
-14,19,Adelie,Torgersen,46.0,21.5,194.0,4200.0,MALE
-15,20,Adelie,Biscoe,37.8,18.3,174.0,3400.0,FEMALE
-16,21,Adelie,Biscoe,37.7,18.7,180.0,3600.0,MALE
-17,22,Adelie,Biscoe,35.9,19.2,189.0,3800.0,FEMALE
-18,23,Adelie,Biscoe,38.2,18.1,185.0,3950.0,MALE
-19,24,Adelie,Biscoe,38.8,17.2,180.0,3800.0,MALE
-20,25,Adelie,Biscoe,35.3,18.9,187.0,3800.0,FEMALE
-21,26,Adelie,Biscoe,40.6,18.6,183.0,3550.0,MALE
-22,27,Adelie,Biscoe,40.5,17.9,187.0,3200.0,FEMALE
-23,28,Adelie,Biscoe,37.9,18.6,172.0,3150.0,FEMALE
-24,29,Adelie,Biscoe,40.5,18.9,180.0,3950.0,MALE
-25,30,Adelie,Dream,39.5,16.7,178.0,3250.0,FEMALE
-26,31,Adelie,Dream,37.2,18.1,178.0,3900.0,MALE
-27,32,Adelie,Dream,39.5,17.8,188.0,3300.0,FEMALE
-28,33,Adelie,Dream,40.9,18.9,184.0,3900.0,MALE
-29,34,Adelie,Dream,36.4,17.0,195.0,3325.0,FEMALE
-30,35,Adelie,Dream,39.2,21.1,196.0,4150.0,MALE
-31,36,Adelie,Dream,38.8,20.0,190.0,3950.0,MALE
-32,37,Adelie,Dream,42.2,18.5,180.0,3550.0,FEMALE
-33,38,Adelie,Dream,37.6,19.3,181.0,3300.0,FEMALE
-34,39,Adelie,Dream,39.8,19.1,184.0,4650.0,MALE
-35,40,Adelie,Dream,36.5,18.0,182.0,3150.0,FEMALE
-36,41,Adelie,Dream,40.8,18.4,195.0,3900.0,MALE
-37,42,Adelie,Dream,36.0,18.5,186.0,3100.0,FEMALE
-38,43,Adelie,Dream,44.1,19.7,196.0,4400.0,MALE
-39,44,Adelie,Dream,37.0,16.9,185.0,3000.0,FEMALE
-40,45,Adelie,Dream,39.6,18.8,190.0,4600.0,MALE
-41,46,Adelie,Dream,41.1,19.0,182.0,3425.0,MALE
-42,48,Adelie,Dream,36.0,17.9,190.0,3450.0,FEMALE
-43,49,Adelie,Dream,42.3,21.2,191.0,4150.0,MALE
-44,50,Adelie,Biscoe,39.6,17.7,186.0,3500.0,FEMALE
-45,51,Adelie,Biscoe,40.1,18.9,188.0,4300.0,MALE
-46,52,Adelie,Biscoe,35.0,17.9,190.0,3450.0,FEMALE
-47,53,Adelie,Biscoe,42.0,19.5,200.0,4050.0,MALE
-48,54,Adelie,Biscoe,34.5,18.1,187.0,2900.0,FEMALE
-49,55,Adelie,Biscoe,41.4,18.6,191.0,3700.0,MALE
-50,56,Adelie,Biscoe,39.0,17.5,186.0,3550.0,FEMALE
-51,57,Adelie,Biscoe,40.6,18.8,193.0,3800.0,MALE
-52,58,Adelie,Biscoe,36.5,16.6,181.0,2850.0,FEMALE
-53,59,Adelie,Biscoe,37.6,19.1,194.0,3750.0,MALE
-54,60,Adelie,Biscoe,35.7,16.9,185.0,3150.0,FEMALE
-55,61,Adelie,Biscoe,41.3,21.1,195.0,4400.0,MALE
-56,62,Adelie,Biscoe,37.6,17.0,185.0,3600.0,FEMALE
-57,63,Adelie,Biscoe,41.1,18.2,192.0,4050.0,MALE
-58,64,Adelie,Biscoe,36.4,17.1,184.0,2850.0,FEMALE
-59,65,Adelie,Biscoe,41.6,18.0,192.0,3950.0,MALE
-60,66,Adelie,Biscoe,35.5,16.2,195.0,3350.0,FEMALE
-61,67,Adelie,Biscoe,41.1,19.1,188.0,4100.0,MALE
-62,68,Adelie,Torgersen,35.9,16.6,190.0,3050.0,FEMALE
-63,69,Adelie,Torgersen,41.8,19.4,198.0,4450.0,MALE
-64,70,Adelie,Torgersen,33.5,19.0,190.0,3600.0,FEMALE
-65,71,Adelie,Torgersen,39.7,18.4,190.0,3900.0,MALE
-66,72,Adelie,Torgersen,39.6,17.2,196.0,3550.0,FEMALE
-67,73,Adelie,Torgersen,45.8,18.9,197.0,4150.0,MALE
-68,74,Adelie,Torgersen,35.5,17.5,190.0,3700.0,FEMALE
-69,75,Adelie,Torgersen,42.8,18.5,195.0,4250.0,MALE
-70,76,Adelie,Torgersen,40.9,16.8,191.0,3700.0,FEMALE
-71,77,Adelie,Torgersen,37.2,19.4,184.0,3900.0,MALE
-72,78,Adelie,Torgersen,36.2,16.1,187.0,3550.0,FEMALE
-73,79,Adelie,Torgersen,42.1,19.1,195.0,4000.0,MALE
-74,80,Adelie,Torgersen,34.6,17.2,189.0,3200.0,FEMALE
-75,81,Adelie,Torgersen,42.9,17.6,196.0,4700.0,MALE
-76,82,Adelie,Torgersen,36.7,18.8,187.0,3800.0,FEMALE
-77,83,Adelie,Torgersen,35.1,19.4,193.0,4200.0,MALE
-78,84,Adelie,Dream,37.3,17.8,191.0,3350.0,FEMALE
-79,85,Adelie,Dream,41.3,20.3,194.0,3550.0,MALE
-80,86,Adelie,Dream,36.3,19.5,190.0,3800.0,MALE
-81,87,Adelie,Dream,36.9,18.6,189.0,3500.0,FEMALE
-82,88,Adelie,Dream,38.3,19.2,189.0,3950.0,MALE
-83,89,Adelie,Dream,38.9,18.8,190.0,3600.0,FEMALE
-84,90,Adelie,Dream,35.7,18.0,202.0,3550.0,FEMALE
-85,91,Adelie,Dream,41.1,18.1,205.0,4300.0,MALE
-86,92,Adelie,Dream,34.0,17.1,185.0,3400.0,FEMALE
-87,93,Adelie,Dream,39.6,18.1,186.0,4450.0,MALE
-88,94,Adelie,Dream,36.2,17.3,187.0,3300.0,FEMALE
-89,95,Adelie,Dream,40.8,18.9,208.0,4300.0,MALE
-90,96,Adelie,Dream,38.1,18.6,190.0,3700.0,FEMALE
-91,97,Adelie,Dream,40.3,18.5,196.0,4350.0,MALE
-92,98,Adelie,Dream,33.1,16.1,178.0,2900.0,FEMALE
-93,99,Adelie,Dream,43.2,18.5,192.0,4100.0,MALE
-94,100,Adelie,Biscoe,35.0,17.9,192.0,3725.0,FEMALE
-95,101,Adelie,Biscoe,41.0,20.0,203.0,4725.0,MALE
-96,102,Adelie,Biscoe,37.7,16.0,183.0,3075.0,FEMALE
-97,103,Adelie,Biscoe,37.8,20.0,190.0,4250.0,MALE
-98,104,Adelie,Biscoe,37.9,18.6,193.0,2925.0,FEMALE
-99,105,Adelie,Biscoe,39.7,18.9,184.0,3550.0,MALE
-100,106,Adelie,Biscoe,38.6,17.2,199.0,3750.0,FEMALE
-101,107,Adelie,Biscoe,38.2,20.0,190.0,3900.0,MALE
-102,108,Adelie,Biscoe,38.1,17.0,181.0,3175.0,FEMALE
-103,109,Adelie,Biscoe,43.2,19.0,197.0,4775.0,MALE
-104,110,Adelie,Biscoe,38.1,16.5,198.0,3825.0,FEMALE
-105,111,Adelie,Biscoe,45.6,20.3,191.0,4600.0,MALE
-106,112,Adelie,Biscoe,39.7,17.7,193.0,3200.0,FEMALE
-107,113,Adelie,Biscoe,42.2,19.5,197.0,4275.0,MALE
-108,114,Adelie,Biscoe,39.6,20.7,191.0,3900.0,FEMALE
-109,115,Adelie,Biscoe,42.7,18.3,196.0,4075.0,MALE
-110,116,Adelie,Torgersen,38.6,17.0,188.0,2900.0,FEMALE
-111,117,Adelie,Torgersen,37.3,20.5,199.0,3775.0,MALE
-112,118,Adelie,Torgersen,35.7,17.0,189.0,3350.0,FEMALE
-113,119,Adelie,Torgersen,41.1,18.6,189.0,3325.0,MALE
-114,120,Adelie,Torgersen,36.2,17.2,187.0,3150.0,FEMALE
-115,121,Adelie,Torgersen,37.7,19.8,198.0,3500.0,MALE
-116,122,Adelie,Torgersen,40.2,17.0,176.0,3450.0,FEMALE
-117,123,Adelie,Torgersen,41.4,18.5,202.0,3875.0,MALE
-118,124,Adelie,Torgersen,35.2,15.9,186.0,3050.0,FEMALE
-119,125,Adelie,Torgersen,40.6,19.0,199.0,4000.0,MALE
-120,126,Adelie,Torgersen,38.8,17.6,191.0,3275.0,FEMALE
-121,127,Adelie,Torgersen,41.5,18.3,195.0,4300.0,MALE
-122,128,Adelie,Torgersen,39.0,17.1,191.0,3050.0,FEMALE
-123,129,Adelie,Torgersen,44.1,18.0,210.0,4000.0,MALE
-124,130,Adelie,Torgersen,38.5,17.9,190.0,3325.0,FEMALE
-125,131,Adelie,Torgersen,43.1,19.2,197.0,3500.0,MALE
-126,132,Adelie,Dream,36.8,18.5,193.0,3500.0,FEMALE
-127,133,Adelie,Dream,37.5,18.5,199.0,4475.0,MALE
-128,134,Adelie,Dream,38.1,17.6,187.0,3425.0,FEMALE
-129,135,Adelie,Dream,41.1,17.5,190.0,3900.0,MALE
-130,136,Adelie,Dream,35.6,17.5,191.0,3175.0,FEMALE
-131,137,Adelie,Dream,40.2,20.1,200.0,3975.0,MALE
-132,138,Adelie,Dream,37.0,16.5,185.0,3400.0,FEMALE
-133,139,Adelie,Dream,39.7,17.9,193.0,4250.0,MALE
-134,140,Adelie,Dream,40.2,17.1,193.0,3400.0,FEMALE
-135,141,Adelie,Dream,40.6,17.2,187.0,3475.0,MALE
-136,142,Adelie,Dream,32.1,15.5,188.0,3050.0,FEMALE
-137,143,Adelie,Dream,40.7,17.0,190.0,3725.0,MALE
-138,144,Adelie,Dream,37.3,16.8,192.0,3000.0,FEMALE
-139,145,Adelie,Dream,39.0,18.7,185.0,3650.0,MALE
-140,146,Adelie,Dream,39.2,18.6,190.0,4250.0,MALE
-141,147,Adelie,Dream,36.6,18.4,184.0,3475.0,FEMALE
-142,148,Adelie,Dream,36.0,17.8,195.0,3450.0,FEMALE
-143,149,Adelie,Dream,37.8,18.1,193.0,3750.0,MALE
-144,150,Adelie,Dream,36.0,17.1,187.0,3700.0,FEMALE
-145,151,Adelie,Dream,41.5,18.5,201.0,4000.0,MALE
-146,152,Chinstrap,Dream,46.5,17.9,192.0,3500.0,FEMALE
-147,153,Chinstrap,Dream,50.0,19.5,196.0,3900.0,MALE
-148,154,Chinstrap,Dream,51.3,19.2,193.0,3650.0,MALE
-149,155,Chinstrap,Dream,45.4,18.7,188.0,3525.0,FEMALE
-150,156,Chinstrap,Dream,52.7,19.8,197.0,3725.0,MALE
-151,157,Chinstrap,Dream,45.2,17.8,198.0,3950.0,FEMALE
-152,158,Chinstrap,Dream,46.1,18.2,178.0,3250.0,FEMALE
-153,159,Chinstrap,Dream,51.3,18.2,197.0,3750.0,MALE
-154,160,Chinstrap,Dream,46.0,18.9,195.0,4150.0,FEMALE
-155,161,Chinstrap,Dream,51.3,19.9,198.0,3700.0,MALE
-156,162,Chinstrap,Dream,46.6,17.8,193.0,3800.0,FEMALE
-157,163,Chinstrap,Dream,51.7,20.3,194.0,3775.0,MALE
-158,164,Chinstrap,Dream,47.0,17.3,185.0,3700.0,FEMALE
-159,165,Chinstrap,Dream,52.0,18.1,201.0,4050.0,MALE
-160,166,Chinstrap,Dream,45.9,17.1,190.0,3575.0,FEMALE
-161,167,Chinstrap,Dream,50.5,19.6,201.0,4050.0,MALE
-162,168,Chinstrap,Dream,50.3,20.0,197.0,3300.0,MALE
-163,169,Chinstrap,Dream,58.0,17.8,181.0,3700.0,FEMALE
-164,170,Chinstrap,Dream,46.4,18.6,190.0,3450.0,FEMALE
-165,171,Chinstrap,Dream,49.2,18.2,195.0,4400.0,MALE
-166,172,Chinstrap,Dream,42.4,17.3,181.0,3600.0,FEMALE
-167,173,Chinstrap,Dream,48.5,17.5,191.0,3400.0,MALE
-168,174,Chinstrap,Dream,43.2,16.6,187.0,2900.0,FEMALE
-169,175,Chinstrap,Dream,50.6,19.4,193.0,3800.0,MALE
-170,176,Chinstrap,Dream,46.7,17.9,195.0,3300.0,FEMALE
-171,177,Chinstrap,Dream,52.0,19.0,197.0,4150.0,MALE
-172,178,Chinstrap,Dream,50.5,18.4,200.0,3400.0,FEMALE
-173,179,Chinstrap,Dream,49.5,19.0,200.0,3800.0,MALE
-174,180,Chinstrap,Dream,46.4,17.8,191.0,3700.0,FEMALE
-175,181,Chinstrap,Dream,52.8,20.0,205.0,4550.0,MALE
-176,182,Chinstrap,Dream,40.9,16.6,187.0,3200.0,FEMALE
-177,183,Chinstrap,Dream,54.2,20.8,201.0,4300.0,MALE
-178,184,Chinstrap,Dream,42.5,16.7,187.0,3350.0,FEMALE
-179,185,Chinstrap,Dream,51.0,18.8,203.0,4100.0,MALE
-180,186,Chinstrap,Dream,49.7,18.6,195.0,3600.0,MALE
-181,187,Chinstrap,Dream,47.5,16.8,199.0,3900.0,FEMALE
-182,188,Chinstrap,Dream,47.6,18.3,195.0,3850.0,FEMALE
-183,189,Chinstrap,Dream,52.0,20.7,210.0,4800.0,MALE
-184,190,Chinstrap,Dream,46.9,16.6,192.0,2700.0,FEMALE
-185,191,Chinstrap,Dream,53.5,19.9,205.0,4500.0,MALE
-186,192,Chinstrap,Dream,49.0,19.5,210.0,3950.0,MALE
-187,193,Chinstrap,Dream,46.2,17.5,187.0,3650.0,FEMALE
-188,194,Chinstrap,Dream,50.9,19.1,196.0,3550.0,MALE
-189,195,Chinstrap,Dream,45.5,17.0,196.0,3500.0,FEMALE
-190,196,Chinstrap,Dream,50.9,17.9,196.0,3675.0,FEMALE
-191,197,Chinstrap,Dream,50.8,18.5,201.0,4450.0,MALE
-192,198,Chinstrap,Dream,50.1,17.9,190.0,3400.0,FEMALE
-193,199,Chinstrap,Dream,49.0,19.6,212.0,4300.0,MALE
-194,200,Chinstrap,Dream,51.5,18.7,187.0,3250.0,MALE
-195,201,Chinstrap,Dream,49.8,17.3,198.0,3675.0,FEMALE
-196,202,Chinstrap,Dream,48.1,16.4,199.0,3325.0,FEMALE
-197,203,Chinstrap,Dream,51.4,19.0,201.0,3950.0,MALE
-198,204,Chinstrap,Dream,45.7,17.3,193.0,3600.0,FEMALE
-199,205,Chinstrap,Dream,50.7,19.7,203.0,4050.0,MALE
-200,206,Chinstrap,Dream,42.5,17.3,187.0,3350.0,FEMALE
-201,207,Chinstrap,Dream,52.2,18.8,197.0,3450.0,MALE
-202,208,Chinstrap,Dream,45.2,16.6,191.0,3250.0,FEMALE
-203,209,Chinstrap,Dream,49.3,19.9,203.0,4050.0,MALE
-204,210,Chinstrap,Dream,50.2,18.8,202.0,3800.0,MALE
-205,211,Chinstrap,Dream,45.6,19.4,194.0,3525.0,FEMALE
-206,212,Chinstrap,Dream,51.9,19.5,206.0,3950.0,MALE
-207,213,Chinstrap,Dream,46.8,16.5,189.0,3650.0,FEMALE
-208,214,Chinstrap,Dream,45.7,17.0,195.0,3650.0,FEMALE
-209,215,Chinstrap,Dream,55.8,19.8,207.0,4000.0,MALE
-210,216,Chinstrap,Dream,43.5,18.1,202.0,3400.0,FEMALE
-211,217,Chinstrap,Dream,49.6,18.2,193.0,3775.0,MALE
-212,218,Chinstrap,Dream,50.8,19.0,210.0,4100.0,MALE
-213,219,Chinstrap,Dream,50.2,18.7,198.0,3775.0,FEMALE
-214,220,Gentoo,Biscoe,46.1,13.2,211.0,4500.0,FEMALE
-215,221,Gentoo,Biscoe,50.0,16.3,230.0,5700.0,MALE
-216,222,Gentoo,Biscoe,48.7,14.1,210.0,4450.0,FEMALE
-217,223,Gentoo,Biscoe,50.0,15.2,218.0,5700.0,MALE
-218,224,Gentoo,Biscoe,47.6,14.5,215.0,5400.0,MALE
-219,225,Gentoo,Biscoe,46.5,13.5,210.0,4550.0,FEMALE
-220,226,Gentoo,Biscoe,45.4,14.6,211.0,4800.0,FEMALE
-221,227,Gentoo,Biscoe,46.7,15.3,219.0,5200.0,MALE
-222,228,Gentoo,Biscoe,43.3,13.4,209.0,4400.0,FEMALE
-223,229,Gentoo,Biscoe,46.8,15.4,215.0,5150.0,MALE
-224,230,Gentoo,Biscoe,40.9,13.7,214.0,4650.0,FEMALE
-225,231,Gentoo,Biscoe,49.0,16.1,216.0,5550.0,MALE
-226,232,Gentoo,Biscoe,45.5,13.7,214.0,4650.0,FEMALE
-227,233,Gentoo,Biscoe,48.4,14.6,213.0,5850.0,MALE
-228,234,Gentoo,Biscoe,45.8,14.6,210.0,4200.0,FEMALE
-229,235,Gentoo,Biscoe,49.3,15.7,217.0,5850.0,MALE
-230,236,Gentoo,Biscoe,42.0,13.5,210.0,4150.0,FEMALE
-231,237,Gentoo,Biscoe,49.2,15.2,221.0,6300.0,MALE
-232,238,Gentoo,Biscoe,46.2,14.5,209.0,4800.0,FEMALE
-233,239,Gentoo,Biscoe,48.7,15.1,222.0,5350.0,MALE
-234,240,Gentoo,Biscoe,50.2,14.3,218.0,5700.0,MALE
-235,241,Gentoo,Biscoe,45.1,14.5,215.0,5000.0,FEMALE
-236,242,Gentoo,Biscoe,46.5,14.5,213.0,4400.0,FEMALE
-237,243,Gentoo,Biscoe,46.3,15.8,215.0,5050.0,MALE
-238,244,Gentoo,Biscoe,42.9,13.1,215.0,5000.0,FEMALE
-239,245,Gentoo,Biscoe,46.1,15.1,215.0,5100.0,MALE
-240,247,Gentoo,Biscoe,47.8,15.0,215.0,5650.0,MALE
-241,248,Gentoo,Biscoe,48.2,14.3,210.0,4600.0,FEMALE
-242,249,Gentoo,Biscoe,50.0,15.3,220.0,5550.0,MALE
-243,250,Gentoo,Biscoe,47.3,15.3,222.0,5250.0,MALE
-244,251,Gentoo,Biscoe,42.8,14.2,209.0,4700.0,FEMALE
-245,252,Gentoo,Biscoe,45.1,14.5,207.0,5050.0,FEMALE
-246,253,Gentoo,Biscoe,59.6,17.0,230.0,6050.0,MALE
-247,254,Gentoo,Biscoe,49.1,14.8,220.0,5150.0,FEMALE
-248,255,Gentoo,Biscoe,48.4,16.3,220.0,5400.0,MALE
-249,256,Gentoo,Biscoe,42.6,13.7,213.0,4950.0,FEMALE
-250,257,Gentoo,Biscoe,44.4,17.3,219.0,5250.0,MALE
-251,258,Gentoo,Biscoe,44.0,13.6,208.0,4350.0,FEMALE
-252,259,Gentoo,Biscoe,48.7,15.7,208.0,5350.0,MALE
-253,260,Gentoo,Biscoe,42.7,13.7,208.0,3950.0,FEMALE
-254,261,Gentoo,Biscoe,49.6,16.0,225.0,5700.0,MALE
-255,262,Gentoo,Biscoe,45.3,13.7,210.0,4300.0,FEMALE
-256,263,Gentoo,Biscoe,49.6,15.0,216.0,4750.0,MALE
-257,264,Gentoo,Biscoe,50.5,15.9,222.0,5550.0,MALE
-258,265,Gentoo,Biscoe,43.6,13.9,217.0,4900.0,FEMALE
-259,266,Gentoo,Biscoe,45.5,13.9,210.0,4200.0,FEMALE
-260,267,Gentoo,Biscoe,50.5,15.9,225.0,5400.0,MALE
-261,268,Gentoo,Biscoe,44.9,13.3,213.0,5100.0,FEMALE
-262,269,Gentoo,Biscoe,45.2,15.8,215.0,5300.0,MALE
-263,270,Gentoo,Biscoe,46.6,14.2,210.0,4850.0,FEMALE
-264,271,Gentoo,Biscoe,48.5,14.1,220.0,5300.0,MALE
-265,272,Gentoo,Biscoe,45.1,14.4,210.0,4400.0,FEMALE
-266,273,Gentoo,Biscoe,50.1,15.0,225.0,5000.0,MALE
-267,274,Gentoo,Biscoe,46.5,14.4,217.0,4900.0,FEMALE
-268,275,Gentoo,Biscoe,45.0,15.4,220.0,5050.0,MALE
-269,276,Gentoo,Biscoe,43.8,13.9,208.0,4300.0,FEMALE
-270,277,Gentoo,Biscoe,45.5,15.0,220.0,5000.0,MALE
-271,278,Gentoo,Biscoe,43.2,14.5,208.0,4450.0,FEMALE
-272,279,Gentoo,Biscoe,50.4,15.3,224.0,5550.0,MALE
-273,280,Gentoo,Biscoe,45.3,13.8,208.0,4200.0,FEMALE
-274,281,Gentoo,Biscoe,46.2,14.9,221.0,5300.0,MALE
-275,282,Gentoo,Biscoe,45.7,13.9,214.0,4400.0,FEMALE
-276,283,Gentoo,Biscoe,54.3,15.7,231.0,5650.0,MALE
-277,284,Gentoo,Biscoe,45.8,14.2,219.0,4700.0,FEMALE
-278,285,Gentoo,Biscoe,49.8,16.8,230.0,5700.0,MALE
-279,287,Gentoo,Biscoe,49.5,16.2,229.0,5800.0,MALE
-280,288,Gentoo,Biscoe,43.5,14.2,220.0,4700.0,FEMALE
-281,289,Gentoo,Biscoe,50.7,15.0,223.0,5550.0,MALE
-282,290,Gentoo,Biscoe,47.7,15.0,216.0,4750.0,FEMALE
-283,291,Gentoo,Biscoe,46.4,15.6,221.0,5000.0,MALE
-284,292,Gentoo,Biscoe,48.2,15.6,221.0,5100.0,MALE
-285,293,Gentoo,Biscoe,46.5,14.8,217.0,5200.0,FEMALE
-286,294,Gentoo,Biscoe,46.4,15.0,216.0,4700.0,FEMALE
-287,295,Gentoo,Biscoe,48.6,16.0,230.0,5800.0,MALE
-288,296,Gentoo,Biscoe,47.5,14.2,209.0,4600.0,FEMALE
-289,297,Gentoo,Biscoe,51.1,16.3,220.0,6000.0,MALE
-290,298,Gentoo,Biscoe,45.2,13.8,215.0,4750.0,FEMALE
-291,299,Gentoo,Biscoe,45.2,16.4,223.0,5950.0,MALE
-292,300,Gentoo,Biscoe,49.1,14.5,212.0,4625.0,FEMALE
-293,301,Gentoo,Biscoe,52.5,15.6,221.0,5450.0,MALE
-294,302,Gentoo,Biscoe,47.4,14.6,212.0,4725.0,FEMALE
-295,303,Gentoo,Biscoe,50.0,15.9,224.0,5350.0,MALE
-296,304,Gentoo,Biscoe,44.9,13.8,212.0,4750.0,FEMALE
-297,305,Gentoo,Biscoe,50.8,17.3,228.0,5600.0,MALE
-298,306,Gentoo,Biscoe,43.4,14.4,218.0,4600.0,FEMALE
-299,307,Gentoo,Biscoe,51.3,14.2,218.0,5300.0,MALE
-300,308,Gentoo,Biscoe,47.5,14.0,212.0,4875.0,FEMALE
-301,309,Gentoo,Biscoe,52.1,17.0,230.0,5550.0,MALE
-302,310,Gentoo,Biscoe,47.5,15.0,218.0,4950.0,FEMALE
-303,311,Gentoo,Biscoe,52.2,17.1,228.0,5400.0,MALE
-304,312,Gentoo,Biscoe,45.5,14.5,212.0,4750.0,FEMALE
-305,313,Gentoo,Biscoe,49.5,16.1,224.0,5650.0,MALE
-306,314,Gentoo,Biscoe,44.5,14.7,214.0,4850.0,FEMALE
-307,315,Gentoo,Biscoe,50.8,15.7,226.0,5200.0,MALE
-308,316,Gentoo,Biscoe,49.4,15.8,216.0,4925.0,MALE
-309,317,Gentoo,Biscoe,46.9,14.6,222.0,4875.0,FEMALE
-310,318,Gentoo,Biscoe,48.4,14.4,203.0,4625.0,FEMALE
-311,319,Gentoo,Biscoe,51.1,16.5,225.0,5250.0,MALE
-312,320,Gentoo,Biscoe,48.5,15.0,219.0,4850.0,FEMALE
-313,321,Gentoo,Biscoe,55.9,17.0,228.0,5600.0,MALE
-314,322,Gentoo,Biscoe,47.2,15.5,215.0,4975.0,FEMALE
-315,323,Gentoo,Biscoe,49.1,15.0,228.0,5500.0,MALE
-316,325,Gentoo,Biscoe,46.8,16.1,215.0,5500.0,MALE
-317,326,Gentoo,Biscoe,41.7,14.7,210.0,4700.0,FEMALE
-318,327,Gentoo,Biscoe,53.4,15.8,219.0,5500.0,MALE
-319,328,Gentoo,Biscoe,43.3,14.0,208.0,4575.0,FEMALE
-320,329,Gentoo,Biscoe,48.1,15.1,209.0,5500.0,MALE
-321,330,Gentoo,Biscoe,50.5,15.2,216.0,5000.0,FEMALE
-322,331,Gentoo,Biscoe,49.8,15.9,229.0,5950.0,MALE
-323,332,Gentoo,Biscoe,43.5,15.2,213.0,4650.0,FEMALE
-324,333,Gentoo,Biscoe,51.5,16.3,230.0,5500.0,MALE
-325,334,Gentoo,Biscoe,46.2,14.1,217.0,4375.0,FEMALE
-326,335,Gentoo,Biscoe,55.1,16.0,230.0,5850.0,MALE
-327,337,Gentoo,Biscoe,48.8,16.2,222.0,6000.0,MALE
-328,338,Gentoo,Biscoe,47.2,13.7,214.0,4925.0,FEMALE
-329,340,Gentoo,Biscoe,46.8,14.3,215.0,4850.0,FEMALE
-330,341,Gentoo,Biscoe,50.4,15.7,222.0,5750.0,MALE
-331,342,Gentoo,Biscoe,45.2,14.8,212.0,5200.0,FEMALE
-332,343,Gentoo,Biscoe,49.9,16.1,213.0,5400.0,MALE
diff --git a/public/example-brush-interactions/data/weather.csv b/public/example-brush-interactions/data/weather.csv
deleted file mode 100644
index 13e974b3dd..0000000000
--- a/public/example-brush-interactions/data/weather.csv
+++ /dev/null
@@ -1,365 +0,0 @@
-id,index,Date,precipitation,Maximum Temperature,temp_min,wind,Weather
-0,1097,2015-01-02,1.5,5.6,0.0,2.3,rain
-1,1098,2015-01-03,0.0,5.0,1.7,1.7,fog
-2,1099,2015-01-04,10.2,10.6,3.3,4.5,rain
-3,1100,2015-01-05,8.1,12.2,9.4,6.4,rain
-4,1101,2015-01-06,0.0,12.2,6.1,1.3,fog
-5,1102,2015-01-07,0.0,7.8,5.6,1.6,fog
-6,1103,2015-01-08,0.0,7.8,1.7,2.6,fog
-7,1104,2015-01-09,0.3,10.0,3.3,0.6,rain
-8,1105,2015-01-10,5.8,7.8,6.1,0.5,rain
-9,1106,2015-01-11,1.5,9.4,7.2,1.1,rain
-10,1107,2015-01-12,0.0,11.1,4.4,1.6,fog
-11,1108,2015-01-13,0.0,9.4,2.8,2.7,fog
-12,1109,2015-01-14,0.0,6.1,0.6,2.8,fog
-13,1110,2015-01-15,9.7,7.8,1.1,3.2,rain
-14,1111,2015-01-16,0.0,11.7,5.6,4.5,fog
-15,1112,2015-01-17,26.2,13.3,3.3,2.8,rain
-16,1113,2015-01-18,21.3,13.9,7.2,6.6,rain
-17,1114,2015-01-19,0.5,10.0,6.1,2.8,rain
-18,1115,2015-01-20,0.0,10.0,3.3,3.0,fog
-19,1116,2015-01-21,0.0,7.2,-0.5,1.3,fog
-20,1117,2015-01-22,0.8,9.4,6.1,1.3,rain
-21,1118,2015-01-23,5.8,12.2,8.3,2.6,rain
-22,1119,2015-01-24,0.5,14.4,11.1,3.3,rain
-23,1120,2015-01-25,0.0,17.2,7.2,1.4,fog
-24,1121,2015-01-26,0.0,16.1,6.1,2.2,fog
-25,1122,2015-01-27,0.8,11.1,8.3,2.0,rain
-26,1123,2015-01-28,0.0,12.2,5.0,1.8,fog
-27,1124,2015-01-29,0.0,12.2,3.3,2.9,sun
-28,1125,2015-01-30,0.0,8.3,1.1,0.8,fog
-29,1126,2015-01-31,0.0,7.2,3.3,1.9,fog
-30,1127,2015-02-01,1.5,9.4,4.4,2.6,rain
-31,1128,2015-02-02,7.4,11.1,5.0,4.0,rain
-32,1129,2015-02-03,1.3,10.0,5.6,1.9,rain
-33,1130,2015-02-04,8.4,10.6,4.4,1.7,rain
-34,1131,2015-02-05,26.2,13.3,8.3,4.6,rain
-35,1132,2015-02-06,17.3,14.4,10.0,4.5,rain
-36,1133,2015-02-07,23.6,12.2,9.4,4.6,rain
-37,1134,2015-02-08,3.6,15.0,8.3,3.9,rain
-38,1135,2015-02-09,6.1,13.3,8.3,2.5,rain
-39,1136,2015-02-10,0.3,12.8,8.3,4.0,rain
-40,1137,2015-02-11,0.0,12.8,5.6,1.0,fog
-41,1138,2015-02-12,1.0,16.7,9.4,2.1,rain
-42,1139,2015-02-13,0.0,15.6,6.7,1.7,fog
-43,1140,2015-02-14,0.3,14.4,6.7,2.9,rain
-44,1141,2015-02-15,0.0,12.2,3.9,4.8,sun
-45,1142,2015-02-16,0.0,15.0,5.6,6.6,fog
-46,1143,2015-02-17,0.0,16.1,4.4,4.0,sun
-47,1144,2015-02-18,0.0,12.2,4.4,2.6,sun
-48,1145,2015-02-19,4.6,10.6,8.3,2.2,rain
-49,1146,2015-02-20,0.8,11.1,7.2,0.9,rain
-50,1147,2015-02-21,0.0,12.2,5.6,4.5,sun
-51,1148,2015-02-22,0.0,11.7,3.3,4.2,sun
-52,1149,2015-02-23,0.0,12.8,0.6,1.4,sun
-53,1150,2015-02-24,0.0,11.1,2.2,1.5,sun
-54,1151,2015-02-25,4.1,10.0,6.7,1.0,rain
-55,1152,2015-02-26,9.4,11.7,7.8,1.4,rain
-56,1153,2015-02-27,18.3,10.0,6.7,4.0,rain
-57,1154,2015-02-28,0.0,12.2,3.3,5.1,sun
-58,1155,2015-03-01,0.0,11.1,1.1,2.2,sun
-59,1156,2015-03-02,0.0,11.1,4.4,4.8,sun
-60,1157,2015-03-03,0.0,10.6,0.0,2.1,sun
-61,1158,2015-03-04,0.0,12.8,-0.5,1.8,sun
-62,1159,2015-03-05,0.0,13.3,2.8,1.3,sun
-63,1160,2015-03-06,0.0,15.0,3.3,1.4,sun
-64,1161,2015-03-07,0.0,16.7,3.9,2.7,fog
-65,1162,2015-03-08,0.0,17.2,3.9,1.7,fog
-66,1163,2015-03-09,0.0,14.4,4.4,1.8,fog
-67,1164,2015-03-10,0.8,13.3,5.0,2.6,rain
-68,1165,2015-03-11,2.5,14.4,8.9,3.1,rain
-69,1166,2015-03-12,0.0,17.8,9.4,3.2,sun
-70,1167,2015-03-13,2.0,17.2,7.8,2.2,rain
-71,1168,2015-03-14,17.0,13.9,9.4,3.8,rain
-72,1169,2015-03-15,55.9,10.6,6.1,4.2,rain
-73,1170,2015-03-16,1.0,13.9,6.1,3.0,rain
-74,1171,2015-03-17,0.8,13.3,4.4,2.6,rain
-75,1172,2015-03-18,0.0,15.6,7.2,2.5,sun
-76,1173,2015-03-19,0.0,15.6,8.3,1.9,sun
-77,1174,2015-03-20,4.1,13.9,8.9,1.9,rain
-78,1175,2015-03-21,3.8,13.3,8.3,4.7,rain
-79,1176,2015-03-22,1.0,11.7,6.1,2.3,rain
-80,1177,2015-03-23,8.1,11.1,5.6,2.8,rain
-81,1178,2015-03-24,7.6,12.8,6.1,3.9,rain
-82,1179,2015-03-25,5.1,14.4,7.2,4.4,rain
-83,1180,2015-03-26,0.0,20.6,10.0,2.2,sun
-84,1181,2015-03-27,1.0,18.3,8.9,4.0,rain
-85,1182,2015-03-28,0.0,15.6,9.4,5.7,sun
-86,1183,2015-03-29,0.0,15.6,8.9,3.0,sun
-87,1184,2015-03-30,1.8,17.8,10.6,2.9,rain
-88,1185,2015-03-31,1.0,12.8,6.1,4.2,rain
-89,1186,2015-04-01,5.1,12.8,5.6,3.2,rain
-90,1187,2015-04-02,0.0,13.3,5.6,2.4,sun
-91,1188,2015-04-03,1.5,11.1,5.0,3.6,rain
-92,1189,2015-04-04,0.0,12.8,3.9,1.7,sun
-93,1190,2015-04-05,0.0,16.7,2.8,2.4,sun
-94,1191,2015-04-06,1.0,13.9,6.7,3.5,rain
-95,1192,2015-04-07,0.5,14.4,6.7,3.9,rain
-96,1193,2015-04-08,0.0,17.2,6.1,1.7,sun
-97,1194,2015-04-09,0.0,17.2,6.1,2.3,sun
-98,1195,2015-04-10,10.9,13.9,7.8,4.6,rain
-99,1196,2015-04-11,0.0,11.7,5.6,6.5,sun
-100,1197,2015-04-12,0.0,13.3,5.6,3.6,sun
-101,1198,2015-04-13,14.0,11.7,3.9,3.6,rain
-102,1199,2015-04-14,3.3,11.7,2.8,3.3,rain
-103,1200,2015-04-15,0.0,13.9,3.3,2.4,sun
-104,1201,2015-04-16,0.0,17.8,3.9,3.1,sun
-105,1202,2015-04-17,0.0,18.9,6.1,3.6,sun
-106,1203,2015-04-18,0.0,18.9,8.3,3.9,sun
-107,1204,2015-04-19,0.0,21.1,8.3,3.6,sun
-108,1205,2015-04-20,0.0,22.8,7.8,2.6,sun
-109,1206,2015-04-21,5.6,17.2,6.7,3.4,rain
-110,1207,2015-04-22,0.0,15.6,5.0,2.3,sun
-111,1208,2015-04-23,3.0,12.2,6.7,4.1,rain
-112,1209,2015-04-24,3.3,12.2,6.1,5.0,rain
-113,1210,2015-04-25,1.3,13.3,5.6,3.0,rain
-114,1211,2015-04-26,0.0,15.6,4.4,2.7,fog
-115,1212,2015-04-27,0.3,25.0,10.6,2.3,rain
-116,1213,2015-04-28,1.8,15.6,8.9,4.3,rain
-117,1214,2015-04-29,0.0,16.1,7.2,4.7,sun
-118,1215,2015-04-30,0.0,17.2,7.8,2.1,sun
-119,1216,2015-05-01,0.0,18.3,8.9,3.7,sun
-120,1217,2015-05-02,0.0,18.3,7.8,3.7,sun
-121,1218,2015-05-03,0.0,20.6,7.8,2.6,sun
-122,1219,2015-05-04,0.0,17.2,7.2,5.2,sun
-123,1220,2015-05-05,6.1,14.4,7.2,5.1,rain
-124,1221,2015-05-06,0.0,16.7,7.2,2.6,fog
-125,1222,2015-05-07,0.0,20.6,6.1,3.0,sun
-126,1223,2015-05-08,0.0,23.9,8.3,3.0,sun
-127,1224,2015-05-09,0.0,26.7,9.4,2.6,sun
-128,1225,2015-05-10,0.0,19.4,11.1,2.8,sun
-129,1226,2015-05-11,0.0,13.9,10.0,2.5,fog
-130,1227,2015-05-12,4.3,15.6,10.6,3.3,rain
-131,1228,2015-05-13,4.1,12.2,10.0,2.8,rain
-132,1229,2015-05-14,0.3,17.8,9.4,2.0,rain
-133,1230,2015-05-15,0.0,20.0,9.4,2.8,fog
-134,1231,2015-05-16,0.0,15.6,11.1,3.0,sun
-135,1232,2015-05-17,0.0,19.4,10.6,2.1,sun
-136,1233,2015-05-18,0.0,25.6,12.2,3.0,sun
-137,1234,2015-05-19,0.0,21.7,11.7,2.6,sun
-138,1235,2015-05-20,0.0,23.3,10.6,1.8,fog
-139,1236,2015-05-21,0.0,25.6,11.7,2.1,sun
-140,1237,2015-05-22,0.0,16.7,11.7,3.7,sun
-141,1238,2015-05-23,0.0,16.1,11.7,2.6,sun
-142,1239,2015-05-24,0.0,17.8,11.1,2.7,sun
-143,1240,2015-05-25,0.0,15.6,11.1,2.7,sun
-144,1241,2015-05-26,0.0,21.7,11.7,2.1,sun
-145,1242,2015-05-27,0.0,24.4,11.7,1.8,sun
-146,1243,2015-05-28,0.0,27.8,12.2,2.1,sun
-147,1244,2015-05-29,0.0,26.1,12.8,2.5,sun
-148,1245,2015-05-30,0.0,22.8,10.0,2.5,sun
-149,1246,2015-05-31,0.0,25.0,11.7,2.2,sun
-150,1247,2015-06-01,4.6,16.1,11.7,3.4,rain
-151,1248,2015-06-02,0.5,17.8,12.8,5.0,rain
-152,1249,2015-06-03,0.0,20.0,11.7,3.0,sun
-153,1250,2015-06-04,0.0,22.8,11.7,3.9,sun
-154,1251,2015-06-05,0.0,26.7,12.8,4.3,sun
-155,1252,2015-06-06,0.0,29.4,13.3,2.6,sun
-156,1253,2015-06-07,0.0,31.1,15.6,3.2,sun
-157,1254,2015-06-08,0.0,30.6,14.4,3.5,sun
-158,1255,2015-06-09,0.0,28.9,14.4,2.7,sun
-159,1256,2015-06-10,0.0,25.6,11.1,3.0,sun
-160,1257,2015-06-11,0.0,24.4,11.1,3.5,sun
-161,1258,2015-06-12,0.0,20.0,11.7,2.3,sun
-162,1259,2015-06-13,0.0,23.9,9.4,2.6,sun
-163,1260,2015-06-14,0.0,27.8,11.7,3.7,sun
-164,1261,2015-06-15,0.0,30.0,16.1,3.5,drizzle
-165,1262,2015-06-16,0.0,22.8,11.1,3.0,sun
-166,1263,2015-06-17,0.0,25.0,11.1,3.1,sun
-167,1264,2015-06-18,0.0,24.4,13.9,3.0,sun
-168,1265,2015-06-19,0.5,23.9,13.3,3.2,rain
-169,1266,2015-06-20,0.0,25.0,12.8,4.3,sun
-170,1267,2015-06-21,0.0,25.6,13.9,3.4,sun
-171,1268,2015-06-22,0.0,25.0,12.8,2.4,sun
-172,1269,2015-06-23,0.0,26.1,11.7,2.4,sun
-173,1270,2015-06-24,0.0,25.6,16.1,2.6,sun
-174,1271,2015-06-25,0.0,30.6,15.6,3.0,sun
-175,1272,2015-06-26,0.0,31.7,17.8,4.7,sun
-176,1273,2015-06-27,0.0,33.3,17.2,3.9,sun
-177,1274,2015-06-28,0.3,28.3,18.3,2.1,rain
-178,1275,2015-06-29,0.0,28.9,17.2,2.7,sun
-179,1276,2015-06-30,0.0,30.6,15.0,3.4,fog
-180,1277,2015-07-01,0.0,32.2,17.2,4.3,sun
-181,1278,2015-07-02,0.0,33.9,17.8,3.4,sun
-182,1279,2015-07-03,0.0,33.3,17.8,2.6,sun
-183,1280,2015-07-04,0.0,33.3,15.0,2.9,sun
-184,1281,2015-07-05,0.0,32.8,16.7,2.1,sun
-185,1282,2015-07-06,0.0,29.4,15.6,3.2,drizzle
-186,1283,2015-07-07,0.0,27.2,13.9,2.4,sun
-187,1284,2015-07-08,0.0,30.0,14.4,1.9,drizzle
-188,1285,2015-07-09,0.0,28.9,14.4,3.4,sun
-189,1286,2015-07-10,0.0,21.1,16.7,3.7,sun
-190,1287,2015-07-11,0.0,22.2,16.7,3.0,sun
-191,1288,2015-07-12,0.0,26.1,16.7,2.2,sun
-192,1289,2015-07-13,0.0,25.6,16.1,3.1,sun
-193,1290,2015-07-14,0.0,27.8,16.1,3.3,sun
-194,1291,2015-07-15,0.0,26.1,14.4,3.2,sun
-195,1292,2015-07-16,0.0,26.1,15.0,2.8,sun
-196,1293,2015-07-17,0.0,27.8,13.9,3.3,sun
-197,1294,2015-07-18,0.0,33.3,17.8,3.4,sun
-198,1295,2015-07-19,0.0,35.0,17.2,3.3,sun
-199,1296,2015-07-20,0.0,26.7,16.7,3.9,sun
-200,1297,2015-07-21,0.0,23.9,15.0,2.4,sun
-201,1298,2015-07-22,0.0,23.9,13.9,2.8,sun
-202,1299,2015-07-23,0.0,26.1,14.4,1.9,sun
-203,1300,2015-07-24,0.3,22.8,13.3,3.8,rain
-204,1301,2015-07-25,0.0,21.1,14.4,2.4,fog
-205,1302,2015-07-26,2.0,22.2,13.9,2.6,rain
-206,1303,2015-07-27,0.0,23.3,12.2,1.9,fog
-207,1304,2015-07-28,0.0,27.8,13.9,3.4,sun
-208,1305,2015-07-29,0.0,32.2,14.4,3.8,sun
-209,1306,2015-07-30,0.0,34.4,17.2,3.5,sun
-210,1307,2015-07-31,0.0,34.4,17.8,2.6,sun
-211,1308,2015-08-01,0.0,33.3,15.6,3.1,sun
-212,1309,2015-08-02,0.0,30.6,16.1,2.0,sun
-213,1310,2015-08-03,0.0,28.3,17.2,2.3,sun
-214,1311,2015-08-04,0.0,26.1,14.4,2.6,fog
-215,1312,2015-08-05,0.0,23.3,12.2,3.5,sun
-216,1313,2015-08-06,0.0,25.0,15.0,2.9,sun
-217,1314,2015-08-07,0.0,28.3,15.6,3.7,sun
-218,1315,2015-08-08,0.0,25.0,15.6,3.6,fog
-219,1316,2015-08-09,0.0,28.3,15.0,2.2,sun
-220,1317,2015-08-10,0.0,28.9,16.1,2.4,sun
-221,1318,2015-08-11,0.0,30.0,16.7,4.4,sun
-222,1319,2015-08-12,7.6,28.3,16.7,2.7,rain
-223,1320,2015-08-13,0.0,28.3,15.6,2.2,sun
-224,1321,2015-08-14,30.5,18.3,15.0,5.2,rain
-225,1322,2015-08-15,0.0,21.7,13.9,3.7,sun
-226,1323,2015-08-16,0.0,25.0,14.4,3.7,sun
-227,1324,2015-08-17,0.0,27.2,13.9,3.0,sun
-228,1325,2015-08-18,0.0,30.0,15.0,3.0,sun
-229,1326,2015-08-19,0.0,31.7,16.1,2.1,drizzle
-230,1327,2015-08-20,2.0,22.8,14.4,4.2,rain
-231,1328,2015-08-21,0.0,22.2,14.4,2.6,sun
-232,1329,2015-08-22,0.0,26.7,12.2,2.5,drizzle
-233,1330,2015-08-23,0.0,27.8,13.9,1.8,drizzle
-234,1331,2015-08-24,0.0,23.9,12.2,2.3,sun
-235,1332,2015-08-25,0.0,25.6,12.2,3.4,sun
-236,1333,2015-08-26,0.0,28.3,13.9,1.7,sun
-237,1334,2015-08-27,0.0,29.4,14.4,2.1,sun
-238,1335,2015-08-28,0.5,23.3,15.6,2.6,rain
-239,1336,2015-08-29,32.5,22.2,13.3,5.8,rain
-240,1337,2015-08-30,10.2,20.0,12.8,4.7,rain
-241,1338,2015-08-31,0.0,18.9,16.1,5.8,sun
-242,1339,2015-09-01,5.8,19.4,13.9,5.0,rain
-243,1340,2015-09-02,0.0,19.4,11.1,3.8,sun
-244,1341,2015-09-03,0.0,18.3,10.6,2.9,sun
-245,1342,2015-09-04,0.0,18.3,10.0,2.9,sun
-246,1343,2015-09-05,0.3,20.6,8.9,3.5,rain
-247,1344,2015-09-06,5.3,16.1,11.7,2.4,rain
-248,1345,2015-09-07,0.3,21.1,13.3,1.5,rain
-249,1346,2015-09-08,0.0,22.8,13.3,2.4,sun
-250,1347,2015-09-09,0.0,24.4,13.9,3.3,sun
-251,1348,2015-09-10,0.0,25.0,14.4,3.6,fog
-252,1349,2015-09-11,0.0,27.2,15.0,3.1,sun
-253,1350,2015-09-12,0.0,26.7,14.4,2.1,sun
-254,1351,2015-09-13,0.5,20.6,12.8,3.0,rain
-255,1352,2015-09-14,0.0,16.7,10.6,3.4,sun
-256,1353,2015-09-15,0.0,17.8,10.0,2.8,sun
-257,1354,2015-09-16,1.0,20.0,10.0,1.9,rain
-258,1355,2015-09-17,1.8,18.3,12.8,3.8,rain
-259,1356,2015-09-18,0.0,19.4,12.8,2.6,sun
-260,1357,2015-09-19,0.0,21.1,14.4,4.3,sun
-261,1358,2015-09-20,4.1,22.8,12.2,6.8,rain
-262,1359,2015-09-21,0.0,18.3,9.4,2.7,fog
-263,1360,2015-09-22,0.0,18.9,7.8,2.0,sun
-264,1361,2015-09-23,0.0,20.6,8.3,1.8,sun
-265,1362,2015-09-24,0.0,22.2,11.1,2.5,fog
-266,1363,2015-09-25,2.0,15.6,12.8,2.6,rain
-267,1364,2015-09-26,0.0,18.3,10.0,2.7,sun
-268,1365,2015-09-27,0.0,17.8,7.2,3.8,sun
-269,1366,2015-09-28,0.0,21.1,9.4,5.1,sun
-270,1367,2015-09-29,0.0,21.7,8.9,1.9,sun
-271,1368,2015-09-30,0.0,18.3,10.0,1.3,fog
-272,1369,2015-10-01,0.0,21.1,9.4,1.3,fog
-273,1370,2015-10-02,0.0,15.6,10.0,2.9,fog
-274,1371,2015-10-03,0.0,19.4,11.1,4.8,sun
-275,1372,2015-10-04,0.0,22.8,10.0,3.7,sun
-276,1373,2015-10-05,0.0,23.3,9.4,1.6,sun
-277,1374,2015-10-06,0.0,18.3,10.0,2.6,drizzle
-278,1375,2015-10-07,9.9,16.1,13.9,2.2,rain
-279,1376,2015-10-08,0.0,18.9,13.3,1.1,fog
-280,1377,2015-10-09,0.3,19.4,12.2,2.6,rain
-281,1378,2015-10-10,28.7,21.1,13.3,4.7,rain
-282,1379,2015-10-11,0.0,17.8,10.6,2.6,sun
-283,1380,2015-10-12,4.6,18.3,10.6,2.8,rain
-284,1381,2015-10-13,1.3,16.7,9.4,3.2,rain
-285,1382,2015-10-14,0.0,15.0,10.0,5.0,fog
-286,1383,2015-10-15,0.0,21.1,9.4,3.4,fog
-287,1384,2015-10-16,0.0,20.0,8.9,1.3,sun
-288,1385,2015-10-17,0.3,19.4,11.7,1.3,rain
-289,1386,2015-10-18,3.8,15.0,12.8,2.0,rain
-290,1387,2015-10-19,0.3,17.2,12.2,2.6,rain
-291,1388,2015-10-20,0.0,17.8,10.6,1.8,fog
-292,1389,2015-10-21,0.0,16.1,8.3,1.3,fog
-293,1390,2015-10-22,0.0,16.1,8.9,2.7,fog
-294,1391,2015-10-23,0.0,12.8,7.2,2.6,fog
-295,1392,2015-10-24,0.0,15.0,8.9,2.9,fog
-296,1393,2015-10-25,8.9,19.4,8.9,3.4,rain
-297,1394,2015-10-26,6.9,12.2,10.0,4.6,rain
-298,1395,2015-10-27,0.0,16.1,7.8,1.7,fog
-299,1396,2015-10-28,3.3,13.9,11.1,2.8,rain
-300,1397,2015-10-29,1.8,15.0,12.2,4.7,rain
-301,1398,2015-10-30,19.3,17.2,11.7,6.7,rain
-302,1399,2015-10-31,33.0,15.6,11.7,7.2,rain
-303,1400,2015-11-01,26.2,12.2,8.9,6.0,rain
-304,1401,2015-11-02,0.3,11.1,7.2,2.8,rain
-305,1402,2015-11-03,0.8,10.6,5.0,1.4,rain
-306,1403,2015-11-04,0.0,10.0,3.3,2.2,sun
-307,1404,2015-11-05,1.3,11.7,7.8,2.3,rain
-308,1405,2015-11-06,0.0,15.6,8.3,2.7,fog
-309,1406,2015-11-07,12.7,12.2,9.4,3.0,rain
-310,1407,2015-11-08,6.6,11.1,7.8,1.8,rain
-311,1408,2015-11-09,3.3,10.0,5.0,1.3,rain
-312,1409,2015-11-10,1.3,11.1,3.9,3.9,rain
-313,1410,2015-11-11,1.5,11.1,6.1,4.6,rain
-314,1411,2015-11-12,9.9,11.1,5.0,5.1,rain
-315,1412,2015-11-13,33.5,13.3,9.4,6.5,rain
-316,1413,2015-11-14,47.2,9.4,6.1,4.5,rain
-317,1414,2015-11-15,22.4,8.9,2.2,4.1,rain
-318,1415,2015-11-16,2.0,8.9,1.7,4.0,rain
-319,1416,2015-11-17,29.5,13.3,6.7,8.0,rain
-320,1417,2015-11-18,1.5,8.9,3.3,3.8,rain
-321,1418,2015-11-19,2.0,8.9,2.8,4.2,rain
-322,1419,2015-11-20,0.0,8.3,0.6,4.0,fog
-323,1420,2015-11-21,0.0,8.9,0.6,4.7,sun
-324,1421,2015-11-22,0.0,10.0,1.7,3.1,fog
-325,1422,2015-11-23,3.0,6.7,0.0,1.3,rain
-326,1423,2015-11-24,7.1,6.7,2.8,4.5,rain
-327,1424,2015-11-25,0.0,7.2,0.0,5.7,sun
-328,1425,2015-11-26,0.0,9.4,-1.0,4.3,sun
-329,1426,2015-11-27,0.0,9.4,-1.6,3.0,sun
-330,1427,2015-11-28,0.0,7.2,-2.7,1.0,sun
-331,1428,2015-11-29,0.0,1.7,-2.1,0.9,fog
-332,1429,2015-11-30,0.5,5.6,-3.8,1.7,rain
-333,1430,2015-12-01,12.2,10.0,3.9,3.5,rain
-334,1431,2015-12-02,2.5,10.6,4.4,5.0,rain
-335,1432,2015-12-03,12.7,15.6,7.8,5.9,rain
-336,1433,2015-12-04,2.0,10.6,6.1,4.7,rain
-337,1434,2015-12-05,15.7,10.0,6.1,4.0,rain
-338,1435,2015-12-06,11.2,12.8,7.2,5.9,rain
-339,1436,2015-12-07,27.4,11.1,8.3,3.4,rain
-340,1437,2015-12-08,54.1,15.6,10.0,6.2,rain
-341,1438,2015-12-09,13.5,12.2,7.8,6.3,rain
-342,1439,2015-12-10,9.4,11.7,6.1,7.5,rain
-343,1440,2015-12-11,0.3,9.4,4.4,2.8,rain
-344,1441,2015-12-12,16.0,8.9,5.6,5.6,rain
-345,1442,2015-12-13,1.3,7.8,6.1,6.1,rain
-346,1443,2015-12-14,0.0,7.8,1.7,1.7,sun
-347,1444,2015-12-15,1.5,6.7,1.1,2.9,rain
-348,1445,2015-12-16,3.6,6.1,2.8,2.3,rain
-349,1446,2015-12-17,21.8,6.7,3.9,6.0,rain
-350,1447,2015-12-18,18.5,8.9,4.4,5.1,rain
-351,1448,2015-12-19,0.0,8.3,2.8,4.1,fog
-352,1449,2015-12-20,4.3,7.8,4.4,6.7,rain
-353,1450,2015-12-21,27.4,5.6,2.8,4.3,rain
-354,1451,2015-12-22,4.6,7.8,2.8,5.0,rain
-355,1452,2015-12-23,6.1,5.0,2.8,7.6,rain
-356,1453,2015-12-24,2.5,5.6,2.2,4.3,rain
-357,1454,2015-12-25,5.8,5.0,2.2,1.5,rain
-358,1455,2015-12-26,0.0,4.4,0.0,2.5,sun
-359,1456,2015-12-27,8.6,4.4,1.7,2.9,rain
-360,1457,2015-12-28,1.5,5.0,1.7,1.3,rain
-361,1458,2015-12-29,0.0,7.2,0.6,2.6,fog
-362,1459,2015-12-30,0.0,5.6,-1.0,3.4,sun
-363,1460,2015-12-31,0.0,5.6,-2.1,3.5,sun
diff --git a/public/example-cleveland/README.md b/public/example-cleveland/README.md
deleted file mode 100644
index a1caafb663..0000000000
--- a/public/example-cleveland/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Cleveland & McGill Graphical Perception Study
-
-This is a reVISit replication of Cleveland & McGill's graphical comparison experiment [1].
-
-Potentially helpful parts for reVISit users include the trial-based structure, randomization, and use of chart renderer components.
-
-[1] Cleveland, W. S., & McGill, R. (1984). Graphical perception: Theory, experimentation, and application to the development of graphical methods. Journal of the American statistical association, 79(387), 531-554.
diff --git a/public/example-cleveland/assets/cm-training.png b/public/example-cleveland/assets/cm-training.png
deleted file mode 100644
index 5a2fa8ea1c..0000000000
Binary files a/public/example-cleveland/assets/cm-training.png and /dev/null differ
diff --git a/public/example-cleveland/assets/consent-cm.md b/public/example-cleveland/assets/consent-cm.md
deleted file mode 100644
index 4a1c792ed0..0000000000
--- a/public/example-cleveland/assets/consent-cm.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Consent
-
-Before we begin, please read the following consent form carefully and thereafter complete the section below.
-
-**Goal:** To evaluate peoples perception of values presented on a chart.
-
-**Procedure:** In this experiment you are asked to judge what percentage the smaller value is compared to the larger value
-using Bar, Stacked Bar and Pie Charts.
-
-**Duration:** The estimated completion time for the experiment is __ minutes.
-
-**Privacy:** Your participation is anonymous and your responses cannot be used to identify you.
-
-**Record Keeping:** Records of your participation will be held confidential so far as permitted by law. However,
-the study investigators and, under certain circumstances, the Institutional Review Board will be able to inspect and
-have access to this data. Any publication or presentation of the data will not identify you.
-
-**Reward:** $_.__.
-
-For more information about this research or about the rights of research participants, or in case of research-related
-injury, contact: __. In addition, you may contact the IRB Manager __, Tel. __, Email: __
-and the Human Protection Administrator __, Tel. __, Email: _____@__.edu.
-
-Your participation in this research is voluntary. Your refusal to participate will not result in any penalty to
-you or any loss of benefits to which you may otherwise be entitled. You may decide to stop participating in the research
-at any time without penalty or loss of other benefits. The project investigators retain the right to cancel or postpone the
-experimental procedures at any time they see fit.
-
-By accepting below, you acknowledge that you have been informed about and consent to be a participant in the study
-described above. Make sure that your questions are answered to your satisfaction before signing. You are entitled to
-retain a copy of this consent agreement.
diff --git a/public/example-cleveland/assets/help.md b/public/example-cleveland/assets/help.md
deleted file mode 100644
index f41aa78743..0000000000
--- a/public/example-cleveland/assets/help.md
+++ /dev/null
@@ -1 +0,0 @@
-In the practice stage, you have the option to click the **Check Answer** button after typing in your response to verify the correct answer. This provides a valuable opportunity to calibrate your graphical perception. In the trial stage, however, the correct answer will not be displayed. Simply type in your answer and click the **Next** button. Please keep in mind that the correct answer should fall within the range of 0 to 100.
\ No newline at end of file
diff --git a/public/example-cleveland/assets/introduction.md b/public/example-cleveland/assets/introduction.md
deleted file mode 100644
index f53ded6cef..0000000000
--- a/public/example-cleveland/assets/introduction.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Introduction
-
-Welcome to our study. This is a more complex example to show how to embed React.js components into the study page. In this example, React components are responsible for rendering the stimuli, but the reVISit framework automatically handles answer tracking.
-
-This study is a replication of a graphical perception study by Clevland & McGill 1984 with the Heer & Bostock 2010 extension.
diff --git a/public/example-cleveland/config.json b/public/example-cleveland/config.json
deleted file mode 100644
index c27c491c82..0000000000
--- a/public/example-cleveland/config.json
+++ /dev/null
@@ -1,508 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/revisit-studies/study/v2.3.2/src/parser/StudyConfigSchema.json",
- "studyMetadata": {
- "title": "Dynamic React.js Stimuli: A Graphical Perception Experiment",
- "version": "pilot",
- "authors": [
- "The reVISit Team"
- ],
- "date": "2023-04-28",
- "description": "A demo using dynamic React components as stimuli to replicate a Heer/Bostock perception study (doi:10.1145/1753326.1753357) that extends Cleveland & McGill graphical perception task (doi:10.1080/01621459.1984.10478080), with a consent form, brief training, a post study survey. Data is collected via form elements in validated fields.",
- "organizations": [
- "University of Utah",
- "WPI",
- "University of Toronto"
- ]
- },
- "uiConfig": {
- "contactEmail": "contact@revisit.dev",
- "helpTextPath": "example-cleveland/assets/help.md",
- "logoPath": "revisitAssets/revisitLogoSquare.svg",
- "withProgressBar": true,
- "autoDownloadStudy": false,
- "withSidebar": true
- },
- "baseComponents": {
- "bubbleChart": {
- "description": "A bubble chart with correct answer of 0.66",
- "instruction": "Two values are marked with dots. \n\nWhat percentage do you believe the smaller value represents relative to the larger value?",
- "type": "react-component",
- "path": "example-cleveland/assets/BubbleChart.tsx",
- "parameters": {
- "data": [
- {
- "name": "A",
- "value": "30"
- },
- {
- "name": "B",
- "value": "40"
- },
- {
- "name": "C",
- "value": "50"
- },
- {
- "name": "D",
- "value": "40"
- },
- {
- "name": "E",
- "value": "60"
- }
- ],
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "response": [
- {
- "id": "cm-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-100",
- "max": 100,
- "min": 0
- }
- ],
- "nextButtonLocation": "sidebar",
- "instructionLocation": "sidebar"
- },
- "stackedBarChart": {
- "meta": {
- "difficulty": 5,
- "chart": "stacked bar"
- },
- "description": "A chart with correct answer of 0.66",
- "instruction": "Two values are marked with dots. \n\nWhat percentage do you believe the smaller value represents relative to the larger value?",
- "type": "react-component",
- "path": "example-cleveland/assets/StackedBarChart.tsx",
- "parameters": {
- "data": [
- {
- "name": "A",
- "value": "30"
- },
- {
- "name": "B",
- "value": "40"
- },
- {
- "name": "C",
- "value": "50"
- },
- {
- "name": "D",
- "value": "40"
- },
- {
- "name": "E",
- "value": "60"
- }
- ],
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "response": [
- {
- "id": "cm-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-100",
- "max": 100,
- "min": 0
- }
- ],
- "nextButtonLocation": "sidebar",
- "instructionLocation": "sidebar"
- },
- "barChart": {
- "meta": {
- "difficulty": 5,
- "chart": "Bar"
- },
- "description": "A chart with correct answer of 0.66",
- "instruction": "Two values are marked with dots. \n\nWhat percentage do you believe the smaller value represents relative to the larger value?",
- "type": "react-component",
- "path": "example-cleveland/assets/BarChart.tsx",
- "parameters": {
- "data": [
- {
- "name": "A",
- "value": "30"
- },
- {
- "name": "B",
- "value": "40"
- },
- {
- "name": "C",
- "value": "50"
- },
- {
- "name": "D",
- "value": "40"
- },
- {
- "name": "E",
- "value": "60"
- }
- ],
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "response": [
- {
- "id": "cm-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-100",
- "max": 100,
- "min": 0
- }
- ],
- "nextButtonLocation": "sidebar",
- "instructionLocation": "sidebar"
- },
- "pieChart": {
- "meta": {
- "difficulty": 5,
- "chart": "pie"
- },
- "description": "Pie chart",
- "instruction": "Two values are marked with dots. \n\nWhat percentage do you believe the smaller value represents relative to the larger value?",
- "type": "react-component",
- "path": "example-cleveland/assets/PieChart.tsx",
- "parameters": {
- "data": [
- {
- "name": "A",
- "value": "30"
- },
- {
- "name": "B",
- "value": "40"
- },
- {
- "name": "C",
- "value": "50"
- },
- {
- "name": "D",
- "value": "40"
- },
- {
- "name": "E",
- "value": "60"
- }
- ],
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "response": [
- {
- "id": "cm-response",
- "prompt": "Answer:",
- "location": "sidebar",
- "type": "numerical",
- "placeholder": "0-100",
- "max": 100,
- "min": 0
- }
- ],
- "nextButtonLocation": "sidebar",
- "instructionLocation": "sidebar"
- }
- },
- "components": {
- "introduction": {
- "type": "markdown",
- "path": "example-cleveland/assets/introduction.md",
- "response": []
- },
- "consent": {
- "type": "markdown",
- "path": "example-cleveland/assets/consent-cm.md",
- "nextButtonText": "Agree",
- "response": [
- {
- "id": "signature",
- "prompt": "Your signature",
- "location": "belowStimulus",
- "type": "shortText",
- "placeholder": "Please provide your signature"
- },
- {
- "id": "accept",
- "prompt": "Do you consent to the study and wish to continue?",
- "requiredValue": "Accept",
- "location": "belowStimulus",
- "type": "radio",
- "options": [
- "Decline",
- "Accept"
- ]
- }
- ]
- },
- "training1": {
- "type": "image",
- "path": "example-cleveland/assets/cm-training.png",
- "response": []
- },
- "trainingBubbleChart1": {
- "baseComponent": "bubbleChart",
- "description": "A bubble chart with correct answer of 0.66",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "provideFeedback": true,
- "allowFailedTraining": false,
- "correctAnswer": [
- {
- "id": "cm-response",
- "answer": 66
- }
- ]
- },
- "trainingStackedBarChart1": {
- "baseComponent": "stackedBarChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "provideFeedback": true,
- "correctAnswer": [
- {
- "id": "cm-response",
- "answer": 66
- }
- ]
- },
- "trainingBarChart1": {
- "baseComponent": "barChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "provideFeedback": true,
- "correctAnswer": [
- {
- "id": "cm-response",
- "answer": 66
- }
- ]
- },
- "trainingPieChart1": {
- "baseComponent": "pieChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- },
- "provideFeedback": true,
- "correctAnswer": [
- {
- "id": "cm-response",
- "answer": 66
- }
- ]
- },
- "bubbleChart1": {
- "baseComponent": "bubbleChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- }
- },
- "stackedBarChart1": {
- "baseComponent": "stackedBarChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- }
- },
- "stackedBarChart2": {
- "baseComponent": "stackedBarChart",
- "parameters": {
- "data": [
- {
- "name": "A",
- "value": "10"
- },
- {
- "name": "B",
- "value": "20"
- },
- {
- "name": "C",
- "value": "40"
- },
- {
- "name": "D",
- "value": "50"
- },
- {
- "name": "E",
- "value": "100"
- }
- ],
- "selectedIndices": [
- 1,
- 4
- ]
- }
- },
- "barChart1": {
- "baseComponent": "barChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- }
- },
- "pieChart1": {
- "baseComponent": "pieChart",
- "parameters": {
- "selectedIndices": [
- 1,
- 4
- ]
- }
- },
- "bubbleChart2": {
- "baseComponent": "bubbleChart",
- "parameters": {
- "selectedIndices": [
- 0,
- 3
- ]
- }
- },
- "stackedBarChart3": {
- "baseComponent": "stackedBarChart",
- "parameters": {
- "selectedIndices": [
- 0,
- 3
- ]
- }
- },
- "stackedBarChart4": {
- "baseComponent": "stackedBarChart",
- "parameters": {
- "selectedIndices": [
- 0,
- 3
- ]
- }
- },
- "barChart2": {
- "baseComponent": "barChart",
- "parameters": {
- "selectedIndices": [
- 0,
- 3
- ]
- }
- },
- "pieChart2": {
- "baseComponent": "pieChart",
- "parameters": {
- "selectedIndices": [
- 0,
- 3
- ]
- }
- },
- "post-study-survey1": {
- "type": "questionnaire",
- "response": [
- {
- "id": "q1",
- "prompt": "Which chart type you think is the most difficult",
- "location": "aboveStimulus",
- "type": "dropdown",
- "placeholder": "Enter your preference",
- "options": [
- "Bar",
- "Bubble",
- "Pie",
- "Stacked Bar"
- ]
- },
- {
- "id": "q2",
- "prompt": "Your age",
- "location": "aboveStimulus",
- "type": "numerical",
- "placeholder": "Enter your age here, range from 0 - 100",
- "max": 100,
- "min": 0
- },
- {
- "id": "q3",
- "prompt": "From scale 1-5 how much do you like this study",
- "location": "aboveStimulus",
- "type": "likert",
- "numItems": 5,
- "rightLabel": "Like",
- "leftLabel": "Dislike"
- },
- {
- "id": "q5",
- "prompt": "Any other comments?",
- "location": "aboveStimulus",
- "type": "longText",
- "placeholder": "Enter your comments here"
- }
- ]
- }
- },
- "sequence": {
- "order": "fixed",
- "components": [
- "introduction",
- "consent",
- "training1",
- "trainingBubbleChart1",
- "trainingStackedBarChart1",
- "trainingBarChart1",
- "trainingPieChart1",
- "bubbleChart1",
- "stackedBarChart1",
- "stackedBarChart2",
- "pieChart1",
- "barChart1",
- "bubbleChart2",
- "stackedBarChart3",
- "stackedBarChart4",
- "pieChart2",
- "barChart2",
- "post-study-survey1"
- ]
- }
-}
diff --git a/public/example-mvnv/.gitignore b/public/example-mvnv/.gitignore
deleted file mode 100644
index 6e8821bcc5..0000000000
--- a/public/example-mvnv/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-.DS_Store
diff --git a/public/example-mvnv/README.md b/public/example-mvnv/README.md
deleted file mode 100644
index 61a5519a43..0000000000
--- a/public/example-mvnv/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# MVNV Crowdsourced study
-
-This repository contains all the code necessary to run the MVNV Crowdsourced Study.
-
-## Survey Conditions
-
-The survey tested two different MVNV techniques, node-link diagrams and adjacency Matrices.
-
-
-
-### Live version
-
-A live version of the survey can be found at: [https://visdesignlab.github.io/mvnv-study/](https://visdesignlab.github.io/mvnv-study/)
-
-### Run locally
-
-In order to run the survey locally, download this repository and run a local server such as http-server.
-
-### Survey Data and Analysis Scripts
-
-Survey data and analysis scripts can be found at [https://github.com/visdesignlab/mvnv-study-analysis](https://github.com/visdesignlab/mvnv-study-analysis)
diff --git a/public/example-mvnv/assets/AMSurvey.png b/public/example-mvnv/assets/AMSurvey.png
deleted file mode 100644
index 360fc75718..0000000000
Binary files a/public/example-mvnv/assets/AMSurvey.png and /dev/null differ
diff --git a/public/example-mvnv/assets/AMTasks.png b/public/example-mvnv/assets/AMTasks.png
deleted file mode 100644
index 75bac6c87b..0000000000
Binary files a/public/example-mvnv/assets/AMTasks.png and /dev/null differ
diff --git a/public/example-mvnv/assets/NLSurvey.png b/public/example-mvnv/assets/NLSurvey.png
deleted file mode 100644
index 2b60134e4f..0000000000
Binary files a/public/example-mvnv/assets/NLSurvey.png and /dev/null differ
diff --git a/public/example-mvnv/assets/NLTasks.png b/public/example-mvnv/assets/NLTasks.png
deleted file mode 100644
index 45c46ebdac..0000000000
Binary files a/public/example-mvnv/assets/NLTasks.png and /dev/null differ
diff --git a/public/example-mvnv/assets/adj-matrix/alphabeticalSort.svg b/public/example-mvnv/assets/adj-matrix/alphabeticalSort.svg
deleted file mode 100644
index 56c1de21eb..0000000000
--- a/public/example-mvnv/assets/adj-matrix/alphabeticalSort.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/categoricalSort.svg b/public/example-mvnv/assets/adj-matrix/categoricalSort.svg
deleted file mode 100644
index 5512bada2c..0000000000
--- a/public/example-mvnv/assets/adj-matrix/categoricalSort.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/cellSort.svg b/public/example-mvnv/assets/adj-matrix/cellSort.svg
deleted file mode 100644
index 22f08712bc..0000000000
--- a/public/example-mvnv/assets/adj-matrix/cellSort.svg
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/cellSortTwo.svg b/public/example-mvnv/assets/adj-matrix/cellSortTwo.svg
deleted file mode 100644
index eb476ba703..0000000000
--- a/public/example-mvnv/assets/adj-matrix/cellSortTwo.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/neighborSort.svg b/public/example-mvnv/assets/adj-matrix/neighborSort.svg
deleted file mode 100644
index a0d1fc1752..0000000000
--- a/public/example-mvnv/assets/adj-matrix/neighborSort.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/nestedSquaresLegend.png b/public/example-mvnv/assets/adj-matrix/nestedSquaresLegend.png
deleted file mode 100644
index 6e2acebfa0..0000000000
Binary files a/public/example-mvnv/assets/adj-matrix/nestedSquaresLegend.png and /dev/null differ
diff --git a/public/example-mvnv/assets/adj-matrix/quantSort.svg b/public/example-mvnv/assets/adj-matrix/quantSort.svg
deleted file mode 100644
index da5261355c..0000000000
--- a/public/example-mvnv/assets/adj-matrix/quantSort.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
diff --git a/public/example-mvnv/assets/adj-matrix/sortIcons.ai b/public/example-mvnv/assets/adj-matrix/sortIcons.ai
deleted file mode 100644
index 265ac8311a..0000000000
--- a/public/example-mvnv/assets/adj-matrix/sortIcons.ai
+++ /dev/null
@@ -1,1077 +0,0 @@
-%PDF-1.5
%
-1 0 obj
<>/OCGs[6 0 R]>>/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
-
-
-
-
- application/pdf
-
-
- sortIcons
-
-
- Adobe Illustrator CC 22.1 (Macintosh)
- 2019-08-11T17:14:20-06:00
- 2019-08-11T17:14:20-06:00
- 2019-08-11T17:14:20-06:00
-
-
-
- 192
- 256
- JPEG
- /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgBAADAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A9U4q86/PfzLrOgeS4Z9I
uWtLi6vY7Z549nEZjkkPFv2STGNxirw/QvMn5v6/LLDo+p6neywqHlSKdyVUmgJqR3xVOfqX/OQ3
82s/8jm/5qxV31L/AJyG/m1n/kc3/NWKu+pf85Dfzaz/AMjm/wCasVd9S/5yG/m1n/kc3/NWKu+p
f85Dfzaz/wAjm/5qxV31L/nIb+bWf+Rzf81Yqk2u+Zfzf0GeODWNT1SxlmXnEJZXHJQaEqa0NMVS
z/lZf5gf9TDf/wDI9/64q9q/5x683eYdetNbt9YvJL76k9u8Esx5SD1xKGXkdyP3Qpir17FXYq+I
rxbvUdemR5DLdXd0ymWRiSzySUqzGp6nFXoX/Quf5gf78sP+Rz/9U8Va/wChc/zA/wB+WH/I5/8A
qnirzW+srqwvrixu09O6tZXgnjJB4yRsVZaio2IxVQxV2KuxVfBBLcTxwQqXmlYJGg6szGgA+ZxV
7P8AmN+UPl3RfIzXukVfWdINuNZYSM/ISIFduBPwVZ1cUH2cVeb/AJdXNxb+ffLzwSNGzajaxsVN
CUkmVHU+zKxBxV9l4q8m/wCclf8AlBbH/tqRf9Q8+KvMvyU89aB5R1TUrnWHkSK6gSOIxIZDyV6m
tPbFXrn/AEMJ+XP+/rr/AJEN/XFXf9DCflz/AL+uv+RDf1xV3/Qwn5c/7+uv+RDf1xV3/Qwn5c/7
+uv+RDf1xV3/AEMJ+XP+/rr/AJEN/XFXf9DCflz/AL+uv+RDf1xV5V+dv5i6B5wn0hNHEpi09ZzL
LKnCrTmOiqKk/D6X44q8xxV7v/zi9/003/Rj/wBjGKvdsVdir4hF0LTXhdFeYt7r1SlaV4ScqV+j
FXt//Qz1j/1L8v8A0kr/ANU8Vd/0M9Y/9S/L/wBJK/8AVPFXhutanLqusX+qSosct/cS3Uka14q0
zlyBXegLYqg8VdirsVeifkT5b/THn23uZVra6QpvZSenNTxhFfH1CG/2OKvW/Lmn6Zf+Z/NAuPM+
mataeao2jGm2twkk6JGpRKAMa8ICQSB2rirwry1pdzpP5oaRpl0KXFlrVtBL4Ex3SrUexpUYq+w8
VeTf85K/8oLY/wDbUi/6h58Vec/kX5N8t+aNW1SDXbP65FbwJJCvqSxcWL0JrEyE7eOKvZP+VG/l
b/1ZP+nq7/6rYq7/AJUb+Vv/AFZP+nq7/wCq2Ku/5Ub+Vv8A1ZP+nq7/AOq2Ku/5Ub+Vv/Vk/wCn
q7/6rYqp3H5FflfJBIiaS0DspCzJc3JZCR9oB5GWo67gjFXyjirsVdir3f8A5xe/6ab/AKMf+xjF
Xu2KuxV8TWaxt5ogWQAxm+UOGoQQZRWte2Kvrz9AeRf+rdpf/Im3/wCacVd+gPIv/Vu0v/kTb/8A
NOKu/QHkX/q3aX/yJt/+acVYV+cWj+R4Py+1KWG00+C8X0vqbwpFHJ6vqLshQBieHLbwxV8yYq7F
WS+V/P8ArvlnTNSsNLWBF1VOFzcOhaYDgyLwYMAOPMkbdcVQejane+Xb3S9e05wL6J5HQOKp8PwE
EChoysQd8VTnSPMd75j/ADU0PWL6OGO7udTsPWEClEJSaNQ3EltyF3xV9d4q8m/5yV/5QWx/7akX
/UPPirxj8u9A88axe3cXlK9ksriKNWuWiuXtSyFqAFkI5b9sVZ3/AMq5/wCcgP8Aq+3X/cUm/wCa
sVd/yrn/AJyA/wCr7df9xSb/AJqxV3/Kuf8AnID/AKvt1/3FJv8AmrFUk82aP+dflbTl1LVdbvxZ
tIIjJDqM0nFm+zyAeu9MVYZP5386TwvBPr+pSwyqUlie7nZWVhQqyl6EEYqkuKuxV2Kvd/8AnF7/
AKab/ox/7GMVe7Yq7FXxD9V+t679U5cPrF16XOlePOTjWlRWlcVe0f8AQr3/AH83/Tj/ANnGKu/6
Fe/7+b/px/7OMVd/0K9/383/AE4/9nGKu/6Fe/7+b/px/wCzjFWJfmT+S8/kzRIdWXVl1CF51gkj
MBgZS6llI/eShvsmvTFXmuKsp8kflz5g85/Xf0Q0C/UPS9f6w7J/fc+PGitX+7NcVZncfkN+ZVxY
WljJJp3oWXqehxkKt+9bk3JhFVt+lemKsI8o2U1h+ZOi2M9DNa6zbQSlTVeUd0qtQ7bVGKvsjFXk
3/OSv/KC2P8A21Iv+oefFXkv5UfmJZeSdQv7q6tJLtbuFYlWJlUqVblU8sVel/8AQzehf9WW6/5G
R4q7/oZvQv8Aqy3X/IyPFXf9DN6F/wBWW6/5GR4qxH8zvzrtfN3l5dGstNktVeZZZ5pnDGke6hAv
iTuTiryjFXYq7FXYq93/AOcXv+mm/wCjH/sYxV7tirsVfEBuJbfXPrES85Ybr1I03PJlkqBtvuRi
r2H/AJXz+ZP/AFLMX/Ii6/5qxVTuP+cgvzAtojLceX7eGIUBkkiuUWp6blwMVQn/AEMx5s/6tdh9
03/VTFXf9DMebP8Aq12H3Tf9VMVYz58/N/zF5y02HTby3t7W0il9ZkgVqu4BC1Ls2y8j0xVguKo3
SZNYN2lppUk4ubt0jSG3ZlaRyaItFIrudsVey65rE35X+TxpCX73nnbWUD3dw0jSC0iII+DkTSm4
XxNW6ADFXlnkNmbz55dZiSx1SzJJ3JJuExV9nYq8m/5yV/5QWx/7akX/AFDz4qwn/nHLS9M1DWtY
S/tILtEtoyizxpKFJkpUBwaYq95/wj5T/wCrLYf9IsP/ADTirv8ACPlP/qy2H/SLD/zTir5X/Nu0
0m0/MTWbfSo4orKOSPjHBT01kMKGVQBsKSlqjsdsVYhirsVdirsVdir3f/nF7/ppv+jH/sYxV7ti
rsVfEtrNHD5mhmlYJFHeq7uegVZak/dir6u/5Wx+XP8A1f7X72/pirHPzF/M3yDe+SNZsrbVoLu5
ubZ4re3jBdmkbZTSm3E717Yq+YcVdirsVdir0v8AJXzL5E8t317qnmJ2TUVCR6c4jeUIrBvVICA0
Y7Cvh9OKp1rM35B6xqlzqeoa1qs15dOZJZCr9T0AHo7ADYDsMVYB5TWyX8ytGWwZnsRrNsLV3+0Y
hdLwLbDfjTtir7HxVjf5geR7LznoI0m6ne24TJcQToAxWRAy7qSKgq7DrirzT/oWGx/6mCX/AKRl
/wCqmKu/6Fhsf+pgl/6Rl/6qYq7/AKFhsf8AqYJf+kZf+qmKu/6Fhsf+pgl/6Rl/6qYq7/oWGx/6
mCX/AKRl/wCqmKu/6Fhsf+pgl/6Rl/6qYq7/AKFhsf8AqYJf+kZf+qmKu/6Fhsf+pgl/6Rl/6qYq
7/oWGx/6mCX/AKRl/wCqmKs9/Lb8tNP8j2t7Hb3cl7cX7I08zqEHGINwVUBbpzbeuKsyxV2KvPL7
8hvy6u7ya6a1niaZy7RxTMqAsaniDWgr2xVQ/wChe/y5/wB83X/I9v6Yq7/oXv8ALn/fN1/yPb+m
Ku/6F7/Ln/fN1/yPb+mKu/6F7/Ln/fN1/wAj2/pirv8AoXv8uf8AfN1/yPb+mKu/6F7/AC5/3zdf
8j2/pirv+he/y5/3zdf8j2/pirv+he/y5/3zdf8AI9v6Yqj9C/JTyFouq2+qWtrK91asJLf1pWdV
cfZfjtUr2rirO8VUb2+srG2e6vbiO1tYt5J5nWONQTQcmYgDfFUo/wAfeRf+pj0v/pNt/wDmvFXf
4+8i/wDUx6X/ANJtv/zXirv8feRf+pj0v/pNt/8AmvFXf4+8i/8AUx6X/wBJtv8A814q7/H3kX/q
Y9L/AOk23/5rxV3+PvIv/Ux6X/0m2/8AzXirv8feRf8AqY9L/wCk23/5rxV3+PvIv/Ux6X/0m2//
ADXirv8AH3kX/qY9L/6Tbf8A5rxVM9N1bS9UtzcabeQX1uGKGa2kSZOQ6ryQsK74qisVdirsVdir
sVdirsVdirsVdirsVdirsVeT/wDOSjMPIlkASA2pxBgO49Cc0P0jFWMfkR5D8peY/LuoXWtacl5P
DeelHIzSKQnpI1PgZR1OKvS/+VNfln/1Yov+Rk//AFUxVLvMn5R/l1aeXdVurfRY454LOeWGQSTE
q6RMynd+xGKvlfFXYq7FXYq7FXYq94/5xedynmVCx4KbJgvYFvXBP00GKvdcVdirsVdirsVdirsV
dirsVdirsVdirsVeTf8AOSv/ACgtj/21Iv8AqHnxVjv5B+S/KuveXNRudY02G9nivPTjklBJCekh
oKEdzir0/wD5VP8Alz/1YLX7m/riqW+Zvyv/AC/tvLeq3MGh20c8NncSRSANVXSJipG/YjFXyhir
sVdirsVdirsVe7/84vf9NN/0Y/8AYxir3bFXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXk3/OSv/KC2
P/bUi/6h58VfNeKuxV2KvoX8n/JfkLVPIlleavp9pcX7yTiSWY0chZWC13HbFWaf8q3/ACq/6tNh
/wAF/wA3Yqxf8z/I/wCXun+Q9WvNM06zhv4Y0MEsRq4JlQGnxHsTir5uxV2KuxV7v/zi9/003/Rj
/wBjGKvdsVdirsVdirsVdirsVdirsVdirsVdirsVeTf85K/8oLY/9tSL/qHnxV814q7FXYq+ivyb
8qeRtQ8g2V1q2nWNxevJOJJbhIzIQsrBalt+mKs3/wACflh/1Z9L/wCRcWKsU/NLyj5BsvIOr3Wm
6ZYQX0UaGGWFIxIpMqA8SN+hOKvmnFXYq7FXu/8Azi9/003/AEY/9jGKvdsVdirsVdirsVdirsVd
irsVdirsVdirsVeTf85K/wDKC2P/AG1Iv+oefFXzXirsVdirsVdirsVfQv5KaV5DufI0UutWelzX
xuJgz3kdu8vEEcd5AWp4Yqzz9AflR/1btB/5E2f/ADTiqQ+fdF/LWLyXrclhYaNHepZzG3eCK1Eo
cIeJQoOXLwpirE/+cXv+mm/6Mf8AsYxV7tirsVdirsVdirsVdirsVdirsVdirsVdiryf/nJQE+RL
Gg6anFX/AKR58VfNWKuxV2KuxV2KuxV7/wDkx5N8i6r5Iiu9ZsLW4vTcTKZJjR+KkcR1GKs6/wCV
b/lV/wBWmw/4L/m7FUi89+Qvy3s/JutXVjpllFeQWcr28kZ+JXVSVK/F1xVjX/OLwNPMppt/oW//
AEkYq92xV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxVB6to+l6xYvY6nax3lpIQWhlXktVNQfYjFWP8A
/Kp/y5/6sFr9zf1xV3/Kp/y5/wCrBa/c39cVd/yqf8uf+rBa/c39cVd/yqf8uf8AqwWv3N/XFXf8
qn/Ln/qwWv3N/XFXf8qn/Ln/AKsFr9zf1xV3/Kp/y5/6sFr9zf1xV3/Kp/y5/wCrBa/c39cVd/yq
f8uf+rBa/c39cVTvRPLuh6FbPbaPZRWMEjc5EiWnJqUqx6nFUxxV2KuxV2KuxV2KuxV2KuxV2Kux
V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV
2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KqL3lpGxR540cdVZ1BH0E4q1+kLD/l
pi/4Nf64q79IWH/LTF/wa/1xV36QsP8Alpi/4Nf64q79IWH/AC0xf8Gv9cVd+kLD/lpi/wCDX+uK
u/SFh/y0xf8ABr/XFXfpCw/5aYv+DX+uKu/SFh/y0xf8Gv8AXFV8VzbSkrFKkhG5CsGNPoxVUxV2
KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KviHTLK71vXbSx9X/S9Tuo4BPKSf3k8gTk53PVqnFXqP8A
0LP5r/6ulh/yW/5oxV3/AELP5r/6ulh/yW/5oxV3/Qs/mv8A6ulh/wAlv+aMVd/0LP5r/wCrpYf8
lv8AmjFXf9Cz+a/+rpYf8lv+aMVd/wBCz+a/+rpYf8lv+aMVQGv/APOPvmrR9FvdVa+s7iOxhe4l
ijMgcxxjk5XkijZQT1xV5dirKfyuuJ4PzC0BoZGjZ7yKNippVHbiyn2KmhxV9iYq7FXYq+QvzE8z
eYJfPWvBtRuAsN/cQRIsrqqxwytGiqoNBRVxVk8X5PfnDLGki3nwuoZf9OboRXxxVd/ypr84/wDl
r/6fm/rirBvMI84+X9Xn0nVLy5hvLcjmouHZSGAZWVg24INcVS79P67/ANXG6/5HSf8ANWKu/T+u
/wDVxuv+R0n/ADVirv0/rv8A1cbr/kdJ/wA1Yq79P67/ANXG6/5HSf8ANWKvfE/LSI/lsK3F1/jI
6eb4P9cuefOvqCP0vU9Pp+6+z+O+KvCLXzR5jtbmK5g1O6WaFg8betIaFTUbE74q+2cVfEflzU49
J8w6XqkiGWOwu4Lp41IBYQyq5UE9zxxV7p/0M3oX/Vluv+RkeKu/6Gb0L/qy3X/IyPFXf9DN6F/1
Zbr/AJGR4q7/AKGb0L/qy3X/ACMjxV3/AEM3oX/Vluv+RkeKu/6Gb0L/AKst1/yMjxVK/NP/ADkR
pmq+XNS0u10iaOa/tpbUSSyJxUTIY2b4RU0VjTFXh2Ksl/LT/wAmB5e/5j4P+JjFX2RirsVdir4w
8/f8p15j/wC2pe/9RD4q9ytf+ckPI8VtFE1jqZaNFUkRW9KgU/3/AIqqf9DK+Rf+WHVP+RVv/wBV
8VeI/mP5rtfNXm+81q1he3tphGkMctOfGNAgLcSQCaVoCfnirGcVdirsVZT+WPlo+Y/O+macy8rZ
ZPrF54ejD8bA/wCtQL9OKvos/oj/AJWaNX/xbY+sLf8ARX+HucXq15cuNfW5ep6u9PTr+zir53/N
Ly1/h3zxqdiicLWST6zaDt6M3xqB7KSV+jFX2Dir4u8i+n/jfy96lPT/AEnZ8+XSn1hK1r2xV9h/
7gv+XX/knirv9wX/AC6/8k8Vd/uC/wCXX/knirv9wX/Lr/yTxV3+4L/l1/5J4q+bf+cg/wBEf47j
/R3o1+ow/XPQ4/33qSfb4/tenw+imKvMsVdirJfy0/8AJgeXv+Y+D/iYxV9kYq7FXYq+MPP3/Kde
Y/8AtqXv/UQ+Kvquy8h+R2srdm8u6YWMaEk2duSSVH+Riqv/AIB8i/8AUuaX/wBIVv8A80Yq7/AP
kX/qXNL/AOkK3/5oxVLfMvkLyGPL2psdB06ALazN60dtDC6FUJDCRFVlpTqDir5BxV2Ksm8i+f8A
VfJl5c3mmWtrPcXUYhZ7pJHKoG5EJ6ckdORArXwGKpa15eGY+YTKf0gb31uf/FtfW5+P2sVTPz1+
YGredLu1u9TtbWC4tY2iV7VJELIW5AP6kkn2TWlKdTir7GxV8ReXtLXVtf0zSmkMK6hdwWplA5FB
NIsfKlRWnKuKvbv+hYbD/qYJf+kZf+qmKu/6FhsP+pgl/wCkZf8Aqpirv+hYbD/qYJf+kZf+qmKt
P/zjDZ8G4eYJOdDxrbLSvatJMVeEXls9rdz2shDPBI0TFehKMVNK/LFVHFXYq7FWS/lp/wCTA8vf
8x8H/Exir7IxV2KuxV8Yefv+U68x/wDbUvf+oh8VeuW/5CeapLeKQecJVDorBeE2wIrT++xVU/5U
B5r/AOpxl/4Cb/qtirv+VAea/wDqcZf+Am/6rYqsm/5x58zTxNFN5ueWJ9mjeOVlI9wZaYqxrzh+
QOqeXfL13rKarFepZgPNB6TRH060JUlnBIr0xV5TirIfI/kfVvOWrS6ZpksENxDA1yzXLOqcFdEI
BRJDWsg7Yq9T/wCVIeef8I/4epoXP619Y/Sf7z6x6fH+55/Vef2t+XKtPh+ztiryPzb5X1Dyvr1x
ouoSRS3VsELvAWaM+ogkFC6o3RvDFX2rir4h0C9u7DXdOvrOH6xd2t1DPbW9Gb1JI5FZE4r8R5MK
UG+KvaP+V1fmv/1KH/Tref1xV3/K6vzX/wCpQ/6dbz+uKoS//P8A/MPTgjah5dgsxJURmeG5iDEd
ac2FaVxVBP8A85L+bSjBdMsFYghWpMaHxp6mKvJLieW4uJbiU8pZnaSRqAVZjUmg9ziqnirsVdir
Jfy0/wDJgeXv+Y+D/iYxV9kYq7FXYq+MPP3/ACnXmP8A7al7/wBRD4q9ct/+cjb6K3ii/wAJSt6a
KvL6029BSv8AvNiq9v8AnJS8RSzeUpFUbljdsAB/0jYqo/8AQ0P/AH7P/T9/2b4q7/oaH/v2f+n7
/s3xVJPOf/OQNz5i8uXeiwaKtj9dURy3DXBnolasFURRbmnWv0Yq8jxVWtLi9gmBs5ZIpn+AGFmV
jUj4fh3NT2xV71pBk/K3yPJr2vTyXXmrVk9OxsJpGcRVHIIVJ/Z2aU/Jfmq8I1LUr3U9QuNQvpTP
d3TtLPK3Usxqf7Bir7kxV8V+S7m3tfOOhXVzIsNvBqNpLNK5oqIk6MzMT0AArir6v/5WX+X/AP1M
Nh/yPT+uKu/5WX+X/wD1MNh/yPT+uKvMfz/86eVdY8q2FhpWpwX12L5Z2S3YScY0hlRixXYfFItP
HFXguKuxV2KuxV2Ksl/LT/yYHl7/AJj4P+JjFX2RirsVdir4w8/f8p15j/7al7/1EPir6zsfNvlV
bK3B1mxBEaAg3MNQeI/ysVdeecPJa2kxutY097YRt6yGeJwUoeQ4AnlUdqb4q+LsVdirsVdirO/y
e1LyTpXmZtU81TeilpHz0/lHJKnr8gORWNJDVRuteh98Vejea9c/ITzVqf6R1jXLqWZUEcaJHeLG
iL2RfQ2qdz74q8b86xeVIvMM6eVZnuNFCx+hLIJAxbgOf94qN9qvbFX2hirAJ/yK/LSaeSY6Y6GR
ixSOeZUBJrRVDUA9hiqz/lQn5Z/9W+X/AKSZv+asVd/yoT8s/wDq3y/9JM3/ADVirv8AlQn5Z/8A
Vvl/6SZv+asVd/yoT8s/+rfL/wBJM3/NWKu/5UJ+Wf8A1b5f+kmb/mrFXf8AKhPyz/6t8v8A0kzf
81Yq7/lQn5Z/9W+X/pJm/wCasVd/yoT8s/8Aq3y/9JM3/NWKo/Qvyf8AIOiapBqlhp7LeWxLQPJN
LIFYinLizFaiu1cVZnirsVdirzfzD+QvkrXNZutWmmvrae8cyzx28kQjMjbswEkUjVY7nfFUu/6F
q8i/8t2qf8jbf/qhirv+havIv/Ldqn/I23/6oYq7/oWryL/y3ap/yNt/+qGKu/6Fq8i/8t2qf8jb
f/qhirv+havIv/Ldqn/I23/6oYq7/oWryL/y3ap/yNt/+qGKu/6Fq8i/8t2qf8jbf/qhirv+havI
v/Ldqn/I23/6oYqrWn/OOPkK3uop3uNQuViYOYJpYfTehrxfhCjUPehGKvU8VedXP5+/lxBcSQi6
nmEbFfVjgYo1O6k0qMVUv+hhPy5/39df8iG/rirv+hhPy5/39df8iG/rirv+hhPy5/39df8AIhv6
4q7/AKGE/Ln/AH9df8iG/rirv+hhPy5/39df8iG/rirv+hhPy5/39df8iG/rirv+hhPy5/39df8A
Ihv64q7/AKGE/Ln/AH9df8iG/riqY+X/AM5vImu6rBpVncypd3J4wLNEyKzUrxDbip7VxVnOKuxV
2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV8m/knqNjp/5h2N1fTpb26R3AaWQ8VBaFgN/nir6V/x35O/
6vFr/wAjBirv8d+Tv+rxa/8AIwYq+avzs1Gx1D8w766sZ0uLd47cLLGeSkrCoO/zxVgmKuxV2Kux
V2Ksl/LT/wAmB5e/5j4P+JjFX2RirsVdirsVdirsVdirsVdirsVdirsVdirsVfJX5L6rpulfmBY3
upXMdpaJHOHnmYIgLRMBUnxOKvpD/lZf5f8A/Uw2H/I9P64q7/lZf5f/APUw2H/I9P64q+cvzjv7
PWvzCvrvSJlv7V4oOM1ufUU8YlU7rXodsVYX+j7/AP5Zpf8AgG/pirv0ff8A/LNL/wAA39MVUWVk
YqwKsNip2IOKtYq7FWS/lp/5MDy9/wAx8H/Exir7IxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kv
hLFXYq7FXqn/ADj1q+naX5m1Ka+l9GN7LgrcWareqhp8IbwxV75/jnyt/wAtv/JKb/mjFXf458rf
8tv/ACSm/wCaMVfJ/wCYVzDdeeNduIG5wy3szxtQiqlzQ0NDirH8VdirJfy0/wDJgeXv+Y+D/iYx
V9kYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXwlirsVdir078g/MmhaD5j1G51i9jsoJbP045JS
QC/qoaCgPYYq9z/5Wx+XP/V/tfvb+mKu/wCVsflz/wBX+1+9v6Yq+ZfN8cuveetcn0WKTUY5rqae
I2yPKTEX2eignj8Q3xVLv8I+bP8Aqy3/AP0izf8ANOKu/wAI+bP+rLf/APSLN/zTiqafl9a3Vp+Y
+g291C8FxHf24khlUo6kuDurAEbYq+w8VdirsVdirsVdirsVdirsVdirsVdirsVdir4SxV2KuxV2
KuxV2KvSPyG8waRoXm+8u9Vn+r276fJEr8HermeFgKRqx6KcVe8/8rV8hf8AV0/5IXH/AFTxV3/K
1fIX/V0/5IXH/VPFXhtxqdlqf5/Wt/YyetaT6naGKTiy1AWNTswVuo8MVfT2KuxV2KuxV2KuxV2K
uxV2KuxV2KuxV2KuxV8KzwTW80kE8bRTRMUlicFWVlNCrA7gg4qsxV2KuxV2KuxV6R+Q3mHRdC83
3l3rF5HZW0mnyRJLKSAZDPCwXau9FJxV7z/ytj8uf+r/AGv3t/TFXf8AK2Py5/6v9r97f0xV4l9a
t9c/5yAgvdIcXtrJqFvMk0VSpjijQu3yXicVfTOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//Z
-
-
-
- uuid:9E3E5C9A8C81DB118734DB58FDDE4BA7
- xmp.did:b78f768f-ee0e-407b-a65d-e1444546af6d
- uuid:6903622f-2bc0-c44e-8de9-c1be8546a656
- proof:pdf
-
- uuid:dab6724e-c618-4184-9b2e-7d44879e5e5f
- xmp.did:008add62-65b7-3547-8416-6472cd533b2c
- uuid:9E3E5C9A8C81DB118734DB58FDDE4BA7
- proof:pdf
-
-
-
-
- saved
- xmp.iid:b78f768f-ee0e-407b-a65d-e1444546af6d
- 2019-08-11T17:14:18-06:00
- Adobe Illustrator CC 22.1 (Macintosh)
- /
-
-
-
- Basic RGB
- Document
- 1
- False
- False
-
- 8.500000
- 11.000000
- Inches
-
-
-
-
- Raleway-ExtraBold
- Raleway
- ExtraBold
- Open Type
- Version 3.000g; ttfautohint (v1.5) -l 8 -r 28 -G 28 -x 14 -D latn -f cyrl -w G -c -X ""
- False
- Raleway-ExtraBold.ttf
-
-
-
-
-
- Cyan
- Magenta
- Yellow
- Black
-
-
-
-
-
- Default Swatch Group
- 0
-
-
-
- White
- RGB
- PROCESS
- 255
- 255
- 255
-
-
- Black
- RGB
- PROCESS
- 0
- 0
- 0
-
-
- RGB Red
- RGB
- PROCESS
- 255
- 0
- 0
-
-
- RGB Yellow
- RGB
- PROCESS
- 255
- 255
- 0
-
-
- RGB Green
- RGB
- PROCESS
- 0
- 255
- 0
-
-
- RGB Cyan
- RGB
- PROCESS
- 0
- 255
- 255
-
-
- RGB Blue
- RGB
- PROCESS
- 0
- 0
- 255
-
-
- RGB Magenta
- RGB
- PROCESS
- 255
- 0
- 255
-
-
- R=193 G=39 B=45
- RGB
- PROCESS
- 193
- 39
- 45
-
-
- R=237 G=28 B=36
- RGB
- PROCESS
- 237
- 28
- 36
-
-
- R=241 G=90 B=36
- RGB
- PROCESS
- 241
- 90
- 36
-
-
- R=247 G=147 B=30
- RGB
- PROCESS
- 247
- 147
- 30
-
-
- R=251 G=176 B=59
- RGB
- PROCESS
- 251
- 176
- 59
-
-
- R=252 G=238 B=33
- RGB
- PROCESS
- 252
- 238
- 33
-
-
- R=217 G=224 B=33
- RGB
- PROCESS
- 217
- 224
- 33
-
-
- R=140 G=198 B=63
- RGB
- PROCESS
- 140
- 198
- 63
-
-
- R=57 G=181 B=74
- RGB
- PROCESS
- 57
- 181
- 74
-
-
- R=0 G=146 B=69
- RGB
- PROCESS
- 0
- 146
- 69
-
-
- R=0 G=104 B=55
- RGB
- PROCESS
- 0
- 104
- 55
-
-
- R=34 G=181 B=115
- RGB
- PROCESS
- 34
- 181
- 115
-
-
- R=0 G=169 B=157
- RGB
- PROCESS
- 0
- 169
- 157
-
-
- R=41 G=171 B=226
- RGB
- PROCESS
- 41
- 171
- 226
-
-
- R=0 G=113 B=188
- RGB
- PROCESS
- 0
- 113
- 188
-
-
- R=46 G=49 B=146
- RGB
- PROCESS
- 46
- 49
- 146
-
-
- R=27 G=20 B=100
- RGB
- PROCESS
- 27
- 20
- 100
-
-
- R=102 G=45 B=145
- RGB
- PROCESS
- 102
- 45
- 145
-
-
- R=147 G=39 B=143
- RGB
- PROCESS
- 147
- 39
- 143
-
-
- R=158 G=0 B=93
- RGB
- PROCESS
- 158
- 0
- 93
-
-
- R=212 G=20 B=90
- RGB
- PROCESS
- 212
- 20
- 90
-
-
- R=237 G=30 B=121
- RGB
- PROCESS
- 237
- 30
- 121
-
-
- R=199 G=178 B=153
- RGB
- PROCESS
- 199
- 178
- 153
-
-
- R=153 G=134 B=117
- RGB
- PROCESS
- 153
- 134
- 117
-
-
- R=115 G=99 B=87
- RGB
- PROCESS
- 115
- 99
- 87
-
-
- R=83 G=71 B=65
- RGB
- PROCESS
- 83
- 71
- 65
-
-
- R=198 G=156 B=109
- RGB
- PROCESS
- 198
- 156
- 109
-
-
- R=166 G=124 B=82
- RGB
- PROCESS
- 166
- 124
- 82
-
-
- R=140 G=98 B=57
- RGB
- PROCESS
- 140
- 98
- 57
-
-
- R=117 G=76 B=36
- RGB
- PROCESS
- 117
- 76
- 36
-
-
- R=96 G=56 B=19
- RGB
- PROCESS
- 96
- 56
- 19
-
-
- R=66 G=33 B=11
- RGB
- PROCESS
- 66
- 33
- 11
-
-
-
-
-
- Cold
- 1
-
-
-
- C=56 M=0 Y=20 K=0
- RGB
- PROCESS
- 101
- 200
- 208
-
-
- C=51 M=43 Y=0 K=0
- RGB
- PROCESS
- 131
- 139
- 197
-
-
- C=26 M=41 Y=0 K=0
- RGB
- PROCESS
- 186
- 155
- 201
-
-
-
-
-
- Grays
- 1
-
-
-
- R=0 G=0 B=0
- RGB
- PROCESS
- 0
- 0
- 0
-
-
- R=26 G=26 B=26
- RGB
- PROCESS
- 26
- 26
- 26
-
-
- R=51 G=51 B=51
- RGB
- PROCESS
- 51
- 51
- 51
-
-
- R=77 G=77 B=77
- RGB
- PROCESS
- 77
- 77
- 77
-
-
- R=102 G=102 B=102
- RGB
- PROCESS
- 102
- 102
- 102
-
-
- R=128 G=128 B=128
- RGB
- PROCESS
- 128
- 128
- 128
-
-
- R=153 G=153 B=153
- RGB
- PROCESS
- 153
- 153
- 153
-
-
- R=179 G=179 B=179
- RGB
- PROCESS
- 179
- 179
- 179
-
-
- R=204 G=204 B=204
- RGB
- PROCESS
- 204
- 204
- 204
-
-
- R=230 G=230 B=230
- RGB
- PROCESS
- 230
- 230
- 230
-
-
- R=242 G=242 B=242
- RGB
- PROCESS
- 242
- 242
- 242
-
-
-
-
-
-
- Adobe PDF library 15.00
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
endstream
endobj
3 0 obj
<>
endobj
8 0 obj
<>/Resources<>/ExtGState<>/Font<>/ProcSet[/PDF/Text]/Properties<>>>/Thumb 13 0 R/TrimBox[0.0 0.0 612.0 792.0]/Type/Page>>
endobj
9 0 obj
<>stream
-HWɎ6+xt!1>91
ȵ{ H/3)V=kogs_f8Sɜxa9:s7GsK,_>o~PH6VM.ն^goNﺜ|}D"h
65~u6fcꁃdS#XǓѦ0C&v&xZc*Ov5[cZ[
-cfK"ޖ8M'&nxd1[߱.Oab)+ZlZ,5mxe%`"&xUE ZJeBkPg+*d58
-OgQy>83T|jD|y*䝷hk1N-ŲX]cH8!?]^O!YPMB*Bb"F뒬{ph$G{4hkI;v6C/mc!;,XHPl"bK25ؠ!$6l,/-XV5Dx0l%p=̚Vf')09?Ye n
8hlsRQ$X1Y7lP :&Wθ xMtih3ɉB{=ՙ9t#3qcיХBEظng1.H
qNh\Ey!
TWgN8Hp]{r0c4?G]Ld@[|΅.0/KOvp/N)7c0ңϕ4'd4}p'a?ruPtEMb!{zy~Ynηfzw\.Lvz <"Nc"V˳pL24scy;ϼ,1ɛ-sZ7惪=_сJp=^:77EXNQ!ηqrowlRw:-G{ڔڃΣ=9ѕCwY&Y|Qmo_#P8 tq
!|8[}Ԅ<2^I:غ+/^
N 4K
endstream
endobj
13 0 obj
<>stream
-8;Z]!;%g_g$q(WUqf$\\j,?SK_B=+T$#Rt]d#GFZp5Ht+dA`TJcUZd4
-7@&U3KXHY8m\Tj@>_H%q]mcO5>2M!W7F`e-*1L3KY:dr?XZXDLhd,W.@uI7qp1OYK"2Q;Oe7M0sKr\IS^-FHc
-^
endstream
endobj
14 0 obj
[/Indexed/DeviceRGB 255 15 0 R]
endobj
15 0 obj
<>stream
-8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0
-b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup`
-E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn
-6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j $XKrcYp0n+Xl_nU*O(
-l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~>
endstream
endobj
6 0 obj
<>
endobj
16 0 obj
[/View/Design]
endobj
17 0 obj
<>>>
endobj
5 0 obj
<>
endobj
18 0 obj
<>
endobj
19 0 obj
<>stream
-HVtTffBx/^gw!